Skip to content

jkloo/NewPyProj

Repository files navigation

NewPyProj

Build Status Coverage Status

Installation

Create a virtualenv:

make env

Run the tests:

make test
make tests  # includes integration tests

Build the documentation:

make doc

Run static analysis:

make pep8
make pylint
make check  # pep8 and pylint

Prepare a release:

make dist  # dry run
make upload

About

NewPyProj is a utility for creating a Python 3 package from a template.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages