A Python skeleton project
To create a new project based on this skeleton, create a new directory with the name of your project, and inside of it, run:
git init
git pull [email protected]:benrady/pythonista.git
make test
git commit -am "Initial version"
This will initialize the directory and change all the project references inside it.
- Write tests with pytest
- Run tests with pytest-watch
- Manage dependencies with Miniconda
- Run
make
for help on other tasks