Metadata-Version: 2.4
Name: pyfsr
Version: 0.2.1
Summary: Python implementation of the FortiSOAR REST API
Project-URL: Homepage, https://github.com/ftnt-dspille/pyfsr
Project-URL: Bug Tracker, https://github.com/ftnt-dspille/pyfsr/issues
Author-email: Dylan Spille <dspille@fortinet.com>
License: MIT
License-File: LICENSE
Keywords: api,fortinet,fortisoar,rest
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.10
Requires-Dist: requests>=2.31.0
Provides-Extra: dev
Requires-Dist: pytest; extra == 'dev'
Requires-Dist: pytest-cov; extra == 'dev'
Requires-Dist: pytest-mock; extra == 'dev'
Provides-Extra: docs
Requires-Dist: sphinx-autodoc-typehints>=1.25.2; extra == 'docs'
Requires-Dist: sphinx-rtd-theme>=1.3.0; extra == 'docs'
Requires-Dist: sphinx>=7.0.0; extra == 'docs'
Description-Content-Type: text/markdown

# pyfsr

Goal of the library is be a Python Client for the FortiSOAR Rest API. 

## Installation

```bash
pip install pyfsr
```

This library is a work in progress and is not yet ready for production use.

