A bot to send notifications, disable accounts, and other tasks related to cloud.gov UAA users.
Setup a virtualenv
$ python -m venv venv
Start the virtualenv
$ source ./venv/bin/activate
Install and update python requirements into your virtualenvironment
$ ./dev install-all-reqs
When adding a python dependency to dev-requirements or requirements
$ ./dev update-requirements
Upgrade all requirements
$ ./dev update-requirements --upgrade
Format python code
$ ./dev black
Run tests python code
$ ./dev tests
See CONTRIBUTING for additional information.
This project is in the worldwide public domain. As stated in CONTRIBUTING:
This project is in the public domain within the United States, and copyright and related rights in the work worldwide are waived through the CC0 1.0 Universal public domain dedication.
All contributions to this project will be released under the CC0 dedication. By submitting a pull request, you are agreeing to comply with this waiver of copyright interest.