https://github.com/mauricioabreu/azion-python
Python client to interact with Azion's ReST API
https://github.com/mauricioabreu/azion-python
azion python3 rest-client
Last synced: 19 days ago
JSON representation
Python client to interact with Azion's ReST API
- Host: GitHub
- URL: https://github.com/mauricioabreu/azion-python
- Owner: mauricioabreu
- License: mit
- Created: 2018-05-21T01:55:31.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T02:11:54.000Z (over 2 years ago)
- Last Synced: 2025-03-28T01:44:09.507Z (about 1 month ago)
- Topics: azion, python3, rest-client
- Language: Python
- Homepage: https://azion-python.readthedocs.io
- Size: 114 KB
- Stars: 7
- Watchers: 4
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.rst
- Contributing: docs/contributing/testing.rst
- License: LICENSE
Awesome Lists containing this project
README
azion-python: a library to interact with Azion’s ReST API
=========================================================.. image:: https://travis-ci.org/mauricioabreu/azion-python.svg?branch=master
:target: https://travis-ci.org/mauricioabreu/azion-python.. image:: https://img.shields.io/github/license/mauricioabreu/azion-python.svg
:alt: GitHub license
:target: https://github.com/mauricioabreu/azion-python/blob/master/LICENSE-------------------
With this library you will be able to use the ReST API using a pythonic approach, handling Python objects (models) instead of raw JSON responses.
azion-python is tested using Python 3.6+ only.
Installation
------------::
$ pipenv install azion-python
Testing
-------Install test dependencies:
::
$ pipenv install --dev
Then you can run the test suite:
::
$ make test
Documentation
-------------There is an online version of the documentation at https://azion-python.readthedocs.io