Metadata-Version: 2.4
Name: aioldata
Version: 0.0.1
Summary: Talk to the Leviton LDATA API asynchronously
Project-URL: Repository, https://github.com/Expl0dingBanana/aioldata
Project-URL: Changelog, https://github.com/Expl0dingBanana/aioldata/CHANGELOG.md
Author-email: Chris Dohmen <chris.dohmen11@gmail.com>
Maintainer-email: Chris Dohmen <chris.dohmen11@gmail.com>
License: The MIT License (MIT)
        
        Copyright (c) 2025 Chris Dohmen
        
        Permission is hereby granted, free of charge, to any person obtaining a copy
        of this software and associated documentation files (the "Software"), to deal
        in the Software without restriction, including without limitation the rights
        to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
        copies of the Software, and to permit persons to whom the Software is
        furnished to do so, subject to the following conditions:
        
        The above copyright notice and this permission notice shall be included in all
        copies or substantial portions of the Software.
        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
        FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
        AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
        OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
        SOFTWARE.
License-File: LICENSE.txt
Keywords: ldata,leviton
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Python: >=3.12
Requires-Dist: aiohttp
Requires-Dist: securelogging>=1.0.1
Provides-Extra: test
Requires-Dist: aioresponses; extra == 'test'
Requires-Dist: anyio; extra == 'test'
Requires-Dist: pytest; extra == 'test'
Requires-Dist: pytest-aioresponses; extra == 'test'
Requires-Dist: pytest-asyncio; extra == 'test'
Requires-Dist: pytest-cov; extra == 'test'
Requires-Dist: pytest-mock; extra == 'test'
Requires-Dist: tox; extra == 'test'
Description-Content-Type: text/x-rst

.. These are examples of badges you might want to add to your README:
   please update the URLs accordingly

    .. image:: https://api.cirrus-ci.com/github/<USER>/aioldata.svg?branch=main
        :alt: Built Status
        :target: https://cirrus-ci.com/github/<USER>/aioldata
    .. image:: https://readthedocs.org/projects/aioldata/badge/?version=latest
        :alt: ReadTheDocs
        :target: https://aioldata.readthedocs.io/en/stable/
    .. image:: https://img.shields.io/coveralls/github/<USER>/aioldata/main.svg
        :alt: Coveralls
        :target: https://coveralls.io/r/<USER>/aioldata
    .. image:: https://img.shields.io/pypi/v/aioldata.svg
        :alt: PyPI-Server
        :target: https://pypi.org/project/aioldata/
    .. image:: https://img.shields.io/conda/vn/conda-forge/aioldata.svg
        :alt: Conda-Forge
        :target: https://anaconda.org/conda-forge/aioldata
    .. image:: https://pepy.tech/badge/aioldata/month
        :alt: Monthly Downloads
        :target: https://pepy.tech/project/aioldata
    .. image:: https://img.shields.io/twitter/url/http/shields.io.svg?style=social&label=Twitter
        :alt: Twitter
        :target: https://twitter.com/aioldata

.. image:: https://img.shields.io/badge/-PyScaffold-005CA0?logo=pyscaffold
    :alt: Project generated with PyScaffold
    :target: https://pyscaffold.org/

|

========
aioldata
========


    Add a short description here!


A longer description of your project goes here...


.. _pyscaffold-notes:

Note
====

This project has been set up using PyScaffold 4.6. For details and usage
information on PyScaffold see https://pyscaffold.org/.
