Metadata-Version: 2.1
Name: axonius-api-client
Version: 5.0.19
Summary: Axonius API client for Python
Home-page: https://github.com/Axonius/axonius_api_client
Author: Axonius
Author-email: support@axonius.com
License: MIT
Keywords: Axonius,API Library
Classifier: Development Status :: 5 - Production/Stable
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: License :: OSI Approved :: MIT License
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Requires-Python: >=3.5
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests[security,socks]>=2.23.0
Requires-Dist: python-dotenv>=0.12.0
Requires-Dist: python-dateutil>=2.8.1
Requires-Dist: click>=7.1.1
Requires-Dist: tabulate>=0.8.7
Requires-Dist: xlsxwriter>=1.3.1
Requires-Dist: cachetools>=4.1.1
Requires-Dist: fuzzyfinder>=2.1.0
Requires-Dist: xmltodict>=0.12.0
Requires-Dist: marshmallow<=3.23.0,>=3.10.0
Requires-Dist: marshmallow-jsonapi>=0.24.0
Requires-Dist: dataclasses-json>=0.5.2
Requires-Dist: pyOpenSSL>=21.0.0
Requires-Dist: asn1crypto>=1.4.0
Requires-Dist: bson>=0.5.0
Requires-Dist: urllib3<2
Requires-Dist: pyreadline3>=3.4.1; platform_system == "Windows"
Requires-Dist: dataclasses; python_version < "3.7"

# axonius_api_client



[![MIT license](https://img.shields.io/badge/License-MIT-blue.svg)](https://lbesson.mit-license.org/)

[![Made With Python](https://img.shields.io/badge/Made%20with-Python-1f425f.svg)](https://www.python.org/)

[![PyPi package](https://badge.fury.io/py/axonius-api-client.svg)](https://pypi.org/project/axonius-api-client/)

[![GitHub Repository](https://badge.fury.io/gh/Axonius%2Faxonius_api_client.svg)](https://github.com/Axonius/axonius_api_client)

[![Documentation Status](https://readthedocs.org/projects/axonius-api-client/badge/?version=latest)](https://axonius-api-client.readthedocs.io/en/latest/?badge=latest)

[![Downloads](https://pepy.tech/badge/axonius-api-client)](https://pepy.tech/project/axonius-api-client)



axonius-api-client is an API client for [Axonius](https://axonius.com) that provides:



* A fully modeled python API library that makes using the Axonius REST API easy.

* A powerful command line interface that exposes most of the functionality of the

  underlying python library.



Resources:



* [Documentation](https://axonius-api-client.readthedocs.io/)

* [PyPi package listing](https://pypi.org/project/axonius-api-client/)

* [GitHub repository](https://github.com/Axonius/axonius_api_client)
