Skip to content

A simple bash script to set you up for python package development (setup structure, some basic files, git, venv)

License

Notifications You must be signed in to change notification settings

randomchars42/python3-package-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tl;dr;

create_package.sh /path/to/your/package

About

Simple bash-script to set up a Python 3 package. Does not overwrite or delete any file (but will replace "$PACKAGENAME" with your specified package name in certain files).

The structure will look like this:

package-name/
|- src/
|  |- __init__.py
|  |- package_name.py
|  |- log/
|     |- __init__py
|     |- log.py
|- venv/ (not included in git)
|  |- ....
|- LICENSE (THE UNLICENSE - change to your liking)
|- pyproject.toml
|- README.md
|- run.sh
|- setup.cfg
|- setup.py
|- .gitignore

About

A simple bash script to set you up for python package development (setup structure, some basic files, git, venv)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published