Skip to content

A minimalist template to start a new Python project

License

Notifications You must be signed in to change notification settings

rayluo/python-project-template

Repository files navigation

python-project-template

A minimalist template to start a new Python project.

Usage

  1. From github web interface, use this repo as a template to start your new project, then you can clone your project into your local machine.
  2. git mv my_package your_prj_name (By the way, if you need inspiration on deciding your project name, read this.)
  3. Modify setup.cfg and this README.md, possibly also LICENSE.
  4. Commit your change. You are now ready to work on YOUR project!
  5. Optionally, rename your_prj_name/main_module.py into your preferred module name. If you do so, do not forget to also modify your_prj_name/__init__.py accordingly.

About

A minimalist template to start a new Python project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages