Provide for each resource endpoint an rest api client.
Provide a fluent way to create or update an Airlock Gateway configuration.
- Python 3.8 or higher
- virutalenv
python3 -m venv env
source env/bin/activate
pip install -r requirements.txt
pip install -e .
python setup.py test
python setup.py test
python setup.py build_sphinx
python setup.py sdist bdist_wheel
Contributions are welcome in any form, be it code, logic, documentation, examples, requests, bug reports, ideas or anything else that will help this project move forward.
This project is licensed under the MIT License. See the LICENSE file for more details.