Metadata-Version: 2.1
Name: switchgrid_python_client
Version: 0.1.4
Summary: Python package to access Switchgrid APIs
Author: Thomas Carli
Author-email: thomas@switchgrid.tech
Requires-Python: >=3.9,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: aiohttp (>=3.8.5,<4.0.0)
Requires-Dist: pytest-asyncio (>=0.23.4,<0.24.0)
Requires-Dist: requests (>=2.31.0,<3.0.0)
Description-Content-Type: text/markdown

### Run tests

```
poetry run pytest
```

### Release a new version

Bump the version in `pyproject.toml` and run:

```
poetry build
poetry publish
```

