Metadata-Version: 2.4
Name: phisaver-client
Version: 1.0.4
Summary: A client library for accessing Phisaver API
Project-URL: Homepage, https://github.com/phisaver/phisaver-client
Project-URL: Repository, https://github.com/phisaver/phisaver-client
Author-email: Brett Beeson <brett@phisaver.com>
License: MIT
License-File: LICENSE
Keywords: api,client,openapi,phisaver
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.9
Requires-Dist: attrs>=22.2.0
Requires-Dist: httpx>=0.28.1
Requires-Dist: python-dateutil>=2.8.0
Provides-Extra: dev
Requires-Dist: build>=1.0.0; extra == 'dev'
Requires-Dist: openapi-python-client>=0.25.2; extra == 'dev'
Requires-Dist: pytest>=7.0; extra == 'dev'
Requires-Dist: twine>=5.0.0; extra == 'dev'
Description-Content-Type: text/markdown

This package provides a client for the PhiSaver API. It is auto-generated using OpenAPI specifications from that API. 


## Install

```bash
pip install phisaver-client
```


<!-- ## Usage
```
import phisaver_client 

For testing from Test PyPI:
```bash
pip install --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple/ phisaver-client
```



``` -->

## Documentation

The documentation for the client can be found at: https://github.com/phisaver/phisaver-client