This is just what you need to start a new Python project.
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. - You can run tests by running
pytest
in the root, or by runningpython3 setup.py test
. Code coverage is enabled by default. - Edit the
setup.py
of your project to make it truly yours. - Start coding in your now-renamed project folder and add tests under the
testing/
folder! - Upload your project as a package on PyPI, the Python Package Index!
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.