Skip to content

release-depot/atkinson

Repository files navigation

atkinson

image

image

Documentation Status

Python based release manager.

Features

  • TODO

Notes

This application only supports python 3. Some features may still work with python 2.7 but not all of the syntax and features my be compatible.

Development

atkinson uses the upcoming standard of Pipfiles via pipenv. This is integrated into our Makefile and once you have the above dependencies, you can simply run:

make dev

This will install our dev environment for the package via pipenv. It is installed with --user, so it does not affect your site-packages. Pipenv creates a unique virtualenv for us, which you can activate via:

pipenv shell

See the pipenv documentation for more detail.

Documentation

To build the documentation on your checkout, simply run:

make docs

We plan to get this published in the near future, and this README will be updated when that happens.

Contributions

All new code should include tests that excercise the code and prove that it works, or fixes the bug you are trying to fix. Any Pull Request without tests will not be accepted.

Credits

This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.

About

Release process business logic engine

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published