py-project-template

Usage

$ cd PATH_TO_REPO
$ source venv/bin/activate

View available make commands

$ make help

Run

Run application.

$ make run

See Development for commands around code quality.

Run Python commands

TODO: Replace with your app directory.

$ cd pyproject

TODO: Add to this section with commands based on specifics of your project.

$ python foo.py --bar
Foo
bar!
baz?
$ foo/bar.py --help