Metadata-Version: 2.1
Name: axonius-api-client
Version: 4.20.1
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
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.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: pyreadline (>=2.1) ; platform_system == "Windows"
Requires-Dist: dataclasses ; python_version < "3.7"

['# axonius_api_client\n', '\n', '[![MIT license](https://img.shields.io/badge/License-MIT-blue.svg)](https://lbesson.mit-license.org/)\n', '[![Made With Python](https://img.shields.io/badge/Made%20with-Python-1f425f.svg)](https://www.python.org/)\n', '[![PyPi package](https://badge.fury.io/py/axonius-api-client.svg)](https://pypi.org/project/axonius-api-client/)\n', '[![GitHub Repository](https://badge.fury.io/gh/Axonius%2Faxonius_api_client.svg)](https://github.com/Axonius/axonius_api_client)\n', '[![Documentation Status](https://readthedocs.org/projects/axonius-api-client/badge/?version=latest)](https://axonius-api-client.readthedocs.io/en/latest/?badge=latest)\n', '[![Downloads](https://pepy.tech/badge/axonius-api-client)](https://pepy.tech/project/axonius-api-client)\n', '\n', 'axonius-api-client is an API client for [Axonius](https://axonius.com) that provides:\n', '\n', '* A fully modeled python API library that makes using the Axonius REST API easy.\n', '* A powerful command line interface that exposes most of the functionality of the\n', '  underlying python library.\n', '\n', 'Resources:\n', '\n', '* [Documentation](https://axonius-api-client.readthedocs.io/)\n', '* [PyPi package listing](https://pypi.org/project/axonius-api-client/)\n', '* [GitHub repository](https://github.com/Axonius/axonius_api_client)\n']

