Metadata-Version: 2.1
Name: liquidctl
Version: 1.2.0
Summary: Cross-platform tool and drivers for liquid coolers and other devices
Home-page: https://github.com/jonasmalacofilho/liquidctl
Author: Jonas Malaco
Author-email: jonas@protocubo.io
License: UNKNOWN
Project-URL: Suported devices, https://github.com/jonasmalacofilho/liquidctl/tree/v1.2.0#supported-devices
Project-URL: Documentation, https://github.com/jonasmalacofilho/liquidctl/tree/v1.2.0#liquidctl--liquid-cooler-control
Project-URL: Changelog, https://github.com/jonasmalacofilho/liquidctl/blob/v1.2.0/CHANGELOG.md
Description: # liquidctl – liquid cooler control
        
        _Cross-platform tool and drivers for liquid coolers and other devices_
        
        [![Build status on Windows](https://ci.appveyor.com/api/projects/status/n5lgebd5m8iomx42/branch/master?svg=true)](https://ci.appveyor.com/project/jonasmalacofilho/liquidctl/branch/master)
        [![Join the chat on Gitter](https://badges.gitter.im/liquidctl/Lobby.svg)](https://gitter.im/liquidctl/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
        
        
        ```
        # liquidctl list
        Device 0, NZXT Kraken X (X42, X52, X62 or X72)
        
        # liquidctl initialize
        
        # liquidctl status
        Device 0, NZXT Kraken X (X42, X52, X62 or X72)
        Liquid temperature          29.4  °C
        Fan speed                    639  rpm
        Pump speed                  1910  rpm
        Firmware version           4.0.2
        
        # liquidctl set pump speed 90
        # liquidctl set fan speed  20 30  30 50  34 80  40 90  50 100
        
        # liquidctl set ring color fading 350017 ff2608
        # liquidctl set logo color spectrum-wave
        ```
        
        For which devices are supported, installation instructions, a guide to the CLI and device specific details, check the complete [Documentation](https://github.com/jonasmalacofilho/liquidctl/tree/v1.2.0#liquidctl--liquid-cooler-control).
Keywords: cross-platform driver nzxt kraken smart-device grid
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: End Users/Desktop
Classifier: Intended Audience :: Developers
Classifier: Topic :: System :: Hardware :: Hardware Drivers
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3
Description-Content-Type: text/markdown
