This is just what you need to start a new Python project.
Simply use this project template to start new python projects.
- Fork or clone this repo, and rename the
project/folder (and all references to this folder in other files) to customize your project name. - You can run tests by running
pytestin the root, or by runningpython3 setup.py test. Code coverage is enabled by default. - Edit the
setup.pyof 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.