Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/orltom/airlock-gateway-client-python
An Airlock Gateway REST API Client
https://github.com/orltom/airlock-gateway-client-python
airlock python rest-api
Last synced: 14 days ago
JSON representation
An Airlock Gateway REST API Client
- Host: GitHub
- URL: https://github.com/orltom/airlock-gateway-client-python
- Owner: orltom
- License: mit
- Created: 2020-11-04T22:18:31.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-09-22T20:07:43.000Z (over 3 years ago)
- Last Synced: 2024-11-05T14:47:38.661Z (2 months ago)
- Topics: airlock, python, rest-api
- Language: Python
- Homepage:
- Size: 52.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# airlock-gateway-client-python
![](https://github.com/orltom/airlock-gateway-client-python/workflows/CI/badge.svg)## Module client
Provide for each resource endpoint an rest api client.## Module workspace
Provide a fluent way to create or update an Airlock Gateway configuration.## Documentation
For full documentation and tutorials, trigger:
```
python setup.py build_sphinx
```## Requirements
- Python 3.8 or higher
- virutalenv## Prepare development setup
```
python3 -m venv env
source env/bin/activate
pip install -r requirement.txt
pip install -e .
```## Run tests
```
python setup.py test
```## Build from source
```
python setup.py test
python setup.py build_sphinx
python setup.py sdist bdist_wheel
```## Contributing
Please use the [GitHub issue tracker](https://github.com/orltom/airlock-gateway-client-python/issues) to submit bugs or request features.## Disclaimer
Copyright Orlando Tomás.Distributed under the terms of the MIT license, airlock-gateway-client is free and open source software.