/New-Empty-Python-Project-Base

Simply use this project template to start new python projects. Rename the "project" folder and all references to this folder to customize your project name. Fork or copy the repo.

Primary LanguagePythonCreative Commons Zero v1.0 UniversalCC0-1.0

This is just what you need to start a new Python project.

Simply use this project template to start new python projects.

Usage

  1. Rename the project/ folder and all references to this folder to customize your project name.
  2. You can run tests by running pytest in the root, or by running python3 setup.py test. Code coverage is enabled by default.
  3. Edit the setup.py of your project to make it truly yours.
  4. Start coding in your now-renamed project folder and add tests under the testing/ folder!
  5. Upload your project as a package on PyPI, the Python Package Index!

License

CC0

To the extent possible under law, Guillaume Chevalier and Neuraxio Inc. have waived all copyright and related or neighboring rights to this work.

Citations that link to this repository will be appreciated, but are not required.