Metadata-Version: 2.1
Name: pyquaero
Version: 1.3.2
Summary: Library, tools and server for Aquaero cooler controllers
Home-page: https://github.com/shred/pyquaero
Author: Richard Körber
Author-email: dev@shredzone.de
License: GPLv3+
Project-URL: Documentation, https://shredzone.org/docs/pyquaero/index.html
Project-URL: Source, https://github.com/shred/pyquaero
Project-URL: Tracker, https://github.com/shred/pyquaero/issues
Keywords: library server aquaero cooling usb
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: System :: Hardware :: Hardware Drivers
Classifier: Topic :: System :: Monitoring
Classifier: Topic :: Utilities
Requires-Python: >=3
Description-Content-Type: text/markdown
License-File: LICENSE.txt

# pyquaero

This is a Python library and web service for accessing [Aquaero](https://aquacomputer.de/aquaero-5.html) fan and pump controllers by Aqua Computer GmbH & Co. KG.

_pyquaero_ is a community open source project. It is not endorsed by or affiliated with Aqua Computer.

## USE THIS SOFTWARE AT YOUR OWN RISK!

The _pyquaero_ main developer is running this software for several years now, without any negative side effects. However, it is a highly experimental software, and it is based on reverse engineering only.

* This software might damage your Aquaero device in a way that it must be repaired or replaced.
* The use of this software could lead to failure of cooling fans or aqua pumps, which might cause permanent damage to heat sensitive components of your system.
* Using this software might void your warranty.

Neither the _pyquaero_ developers nor the manufacturer can be held liable for any damage caused by this software.

It is strongly recommended to use only the official software!

## Usage

_pyquaero_ is only compatible to a limited number of Aquaero firmware versions. Please check first whether the [firmware version](https://shredzone.org/docs/pyquaero/firmware/) on your Aquaero is actually supported by _pyquaero_.

See the [documentation](https://shredzone.org/docs/pyquaero/index.html) for how the library and tools are used.

## Contribute

* Fork the [Source code at GitHub](https://github.com/shred/pyquaero). Feel free to send pull requests.
* Found a bug? [File a bug report!](https://github.com/shred/pyquaero/issues)

## License

_pyquaero_ is open source software. The source code is distributed under the terms of [GNU General Public License (GPLv3)](https://www.gnu.org/licenses/gpl-3.0.en.html#content).

## Acknowledgements

* [Aqua Computer GmbH & Co. KG](https://www.aquacomputer.de) for donating an Aquaero LT for development purposes.
* JinTu for [aerotools-ng](https://github.com/JinTu/aerotools-ng). Without his work, pyquaero would not exist.
* The members of the [Aqua Computer Forum](https://forum.aquacomputer.de) for helping, reverse engineering and feedback.
* @DrTron for sending dump files and for testing.


