Metadata-Version: 2.4 Name: aio-ownet Version: 0.0.5 Summary: Async OWFS (owserver) client License: MIT License-File: LICENSE Keywords: owfs,owserver Author: epenet Requires-Python: >=3.11,<4.0 Classifier: Intended Audience :: Developers Classifier: Intended Audience :: System Administrators Classifier: License :: OSI Approved :: MIT License Classifier: Operating System :: OS Independent Classifier: Programming Language :: Python :: 3 Classifier: Programming Language :: Python :: 3.11 Classifier: Programming Language :: Python :: 3.12 Classifier: Programming Language :: Python :: 3.13 Classifier: Programming Language :: Python :: 3.14 Classifier: Topic :: Home Automation Provides-Extra: cli Requires-Dist: click (>=8.0.1) ; extra == "cli" Project-URL: Changelog, https://github.com/hacf-fr/aio-ownet/releases Project-URL: Documentation, https://aio-ownet.readthedocs.io Project-URL: Homepage, https://github.com/hacf-fr/aio-ownet Project-URL: Repository, https://github.com/hacf-fr/aio-ownet Description-Content-Type: text/markdown # Async OWFS (owserver) client [![PyPI](https://img.shields.io/pypi/v/aio-ownet.svg)][pypi_] [![Status](https://img.shields.io/pypi/status/aio-ownet.svg)][status] [![Python Version](https://img.shields.io/pypi/pyversions/aio-ownet)][python version] [![License](https://img.shields.io/pypi/l/aio-ownet)][license] [![Read the documentation at https://aio-ownet.readthedocs.io/](https://img.shields.io/readthedocs/aio-ownet/latest.svg?label=Read%20the%20Docs)][read the docs] [![Tests](https://github.com/hacf-fr/aio-ownet/workflows/Tests/badge.svg)][tests] [![Codecov](https://codecov.io/gh/hacf-fr/aio-ownet/branch/main/graph/badge.svg)][codecov] [![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white)][pre-commit] [![Black](https://img.shields.io/badge/code%20style-black-000000.svg)][black] [pypi_]: https://pypi.org/project/aio-ownet/ [status]: https://pypi.org/project/aio-ownet/ [python version]: https://pypi.org/project/aio-ownet [read the docs]: https://aio-ownet.readthedocs.io/ [tests]: https://github.com/hacf-fr/aio-ownet/actions?workflow=Tests [codecov]: https://app.codecov.io/gh/hacf-fr/aio-ownet [pre-commit]: https://github.com/pre-commit/pre-commit [black]: https://github.com/psf/black ## Features - TODO ## Requirements - TODO ## Installation You can install _Async OWFS (owserver) client_ via [pip] from [PyPI]: ```console $ pip install aio-ownet ``` ## Usage Please see the [Command-line Reference] for details. ## Contributing Contributions are very welcome. To learn more, see the [Contributor Guide]. ## License Distributed under the terms of the [MIT license][license], _Async OWFS (owserver) client_ is free and open source software. ## Issues If you encounter any problems, please [file an issue] along with a detailed description. ## Credits This project was generated from [@cjolowicz]'s [Hypermodern Python Cookiecutter] template. [@cjolowicz]: https://github.com/cjolowicz [pypi]: https://pypi.org/ [hypermodern python cookiecutter]: https://github.com/cjolowicz/cookiecutter-hypermodern-python [file an issue]: https://github.com/hacf-fr/aio-ownet/issues [pip]: https://pip.pypa.io/ [license]: https://github.com/hacf-fr/aio-ownet/blob/main/LICENSE [contributor guide]: https://github.com/hacf-fr/aio-ownet/blob/main/CONTRIBUTING.md [command-line reference]: https://aio-ownet.readthedocs.io/en/latest/usage.html