avis-client

AVIS Python client


Keywords
OpenAPI, avis, api, client
License
Apache-2.0
Install
pip install avis-client==0.8.0

Documentation

public

AVIS public code (clients), documentation, quickstart and examples

License

Unless otherwise noted, all the code is this repository is distributed under the Apache License, Version 2.0 found in the LICENSE file.

Contributing

Install the pre-commit hooks

Before starting to work on the repo please install pre-commit:

python3.10 -m pip install pre-commit

And install the hooks:

pre-commit install