Metadata-Version: 2.3
Name: pingintel-api
Version: 0.4.0
Summary: Python-based client to Ping Data Intelligence APIs
Project-URL: Homepage, https://github.com/pingintel/pingintel-api
Project-URL: Issues, https://github.com/pingintel/pingintel-api/issues
Author-email: Scott Stafford <scott@pingintel.com>
License-File: LICENSE
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.11
Description-Content-Type: text/markdown

# pingintel-api
Python-based API for Ping Data Technology products.

### Usage

To submit an SOV to Ping SOV Fixer and poll for completion:

```python
from pingintel_api import SOVFixerAPIClient

api_client = SOVFixerAPIClient()
api_client.fix_sov("test_sov.xlsx")
```

### API Documentation

For complete documentation on the REST API, please see https://api.sovfixer.com/docs/.