ACAS API Client
- Free software: GNU General Public License v3
- Documentation: https://acasclient.readthedocs.io.
To publish a new release of acasclient, run: ```
export NEW_VERSION=X.Y.Z bump2version part --new-version $NEW_VERSION git tag $NEW_VERSION git push origin tag $NEW_VERSION
``` This will trigger a CI build that will publish the new version to PyPI if all tests pass.
- TODO
This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.
pip install acasclient