Metadata-Version: 2.1
Name: axonius-api-client
Version: 3.0.5
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
Platform: UNKNOWN
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
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: jsonstreams (>=0.4.2)
Requires-Dist: pyreadline (>=2.1) ; platform_system == "Windows"

# 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)


