Metadata-Version: 2.3
Name: aiodukeenergy
Version: 0.3.0
Summary: Asyncio Duke Energy
License: MIT
Author: Jason Hunter
Author-email: hunterjm@gmail.com
Requires-Python: >=3.8,<4.0
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
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 :: 3.13
Classifier: Topic :: Software Development :: Libraries
Requires-Dist: aiohttp (>=3.9.0)
Requires-Dist: yarl (>=1.9.0)
Project-URL: Bug Tracker, https://github.com/hunterjm/aiodukeenergy/issues
Project-URL: Changelog, https://github.com/hunterjm/aiodukeenergy/blob/main/CHANGELOG.md
Project-URL: Documentation, https://aiodukeenergy.readthedocs.io
Project-URL: Repository, https://github.com/hunterjm/aiodukeenergy
Description-Content-Type: text/markdown

# aiodukeenergy

**Documentation**: <a href="https://aiodukeenergy.readthedocs.io" target="_blank">https://aiodukeenergy.readthedocs.io </a>

**Source Code**: <a href="https://github.com/hunterjm/aiodukeenergy" target="_blank">https://github.com/hunterjm/aiodukeenergy </a>

---

Asyncio Duke Energy

## Installation

Install this via pip (or your favourite package manager):

`pip install aiodukeenergy`

## Contributors ✨

Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):

<!-- prettier-ignore-start -->
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
<!-- markdownlint-disable -->
<!-- markdownlint-enable -->
<!-- ALL-CONTRIBUTORS-LIST:END -->
<!-- prettier-ignore-end -->

This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!

## Credits

This package was created with
[Copier](https://copier.readthedocs.io/) and the
[browniebroke/pypackage-template](https://github.com/browniebroke/pypackage-template)
project template.

