Metadata-Version: 2.4
Name: pycsmeter
Version: 0.0.1
Summary: Python API for CS Meter Water Softner
Author-Email: Patrik Torstensson <patrik.torstensson@gmail.com>
License-Expression: MIT
License-File: LICENSE
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
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: Programming Language :: Python :: 3.14
Classifier: Topic :: Documentation
Classifier: Topic :: Software Development
Classifier: Topic :: Utilities
Classifier: Typing :: Typed
Project-URL: Homepage, https://ptorsten.github.io/pycsmeter
Project-URL: Documentation, https://ptorsten.github.io/pycsmeter
Project-URL: Changelog, https://ptorsten.github.io/pycsmeter/changelog
Project-URL: Repository, https://github.com/ptorsten/pycsmeter
Project-URL: Issues, https://github.com/ptorsten/pycsmeter/issues
Project-URL: Discussions, https://github.com/ptorsten/pycsmeter/discussions
Project-URL: Gitter, https://gitter.im/pycsmeter/community
Project-URL: Funding, https://github.com/sponsors/ptorsten
Requires-Python: >=3.9
Requires-Dist: bleak>=0.22.3
Requires-Dist: click>=8.1.8
Requires-Dist: pytest-asyncio>=1.0.0
Requires-Dist: setuptools>=80.8.0
Requires-Dist: tabulate>=0.9.0
Requires-Dist: types-tabulate>=0.9.0.20241207
Provides-Extra: dev
Requires-Dist: pytest>=7.0.0; extra == "dev"
Requires-Dist: pytest-asyncio>=0.21.0; extra == "dev"
Requires-Dist: pytest-cov>=4.0.0; extra == "dev"
Requires-Dist: pytest-mock>=3.10.0; extra == "dev"
Description-Content-Type: text/markdown

# pycsmeter

[![ci](https://github.com/ptorsten/pycsmeter/workflows/ci/badge.svg)](https://github.com/ptorsten/pycsmeter/actions?query=workflow%3Aci)
[![documentation](https://img.shields.io/badge/docs-mkdocs-708FCC.svg?style=flat)](https://ptorsten.github.io/pycsmeter/)
[![pypi version](https://img.shields.io/pypi/v/pycsmeter.svg)](https://pypi.org/project/pycsmeter/)

Python API for CS Meter Water Softner

## Installation

```bash
pip install pycsmeter
```

With [`uv`](https://docs.astral.sh/uv/):

```bash
uv tool install pycsmeter
```

## Contributing

See the [Contributing Guide](CONTRIBUTING.md) for details.

## License

This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details.

## Trademark Notice
The trademarks "CS Chandler System," "CS" and any referenced herein are registered trademarks of their respective owners. The author of this software repository is not affiliated with, endorsed by, or connected to these trademark owners in any way.

