Skip to content

Automates creating alll the files required for making a python package

License

Notifications You must be signed in to change notification settings

matthewkayne/Python-Project-Maker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python Project Maker

CodeFactor

Run bash pyproject.sh in the desired directory to create a new project.

It will create a python project with the following file structure:

project
│   .gitignore
│   LICENSE
│   MANIFEST.in
│   pyproject.toml
│   README.md
│   requirements.txt
│   setup.cfg
│   setup.py
│
└───project
    │   __init.py
    │   project.py

About

Automates creating alll the files required for making a python package

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages