Metadata-Version: 2.1
Name: liquidctl
Version: 1.6.1
Summary: Cross-platform tool and drivers for liquid coolers and other devices
Home-page: https://github.com/liquidctl/liquidctl
Author: Jonas Malaco
Author-email: jonas@protocubo.io
License: UNKNOWN
Project-URL: Supported devices, https://github.com/liquidctl/liquidctl/tree/v1.6.1#supported-devices
Project-URL: Documentation, https://github.com/liquidctl/liquidctl/tree/v1.6.1#liquidctl--liquid-cooler-control
Project-URL: Changelog, https://github.com/liquidctl/liquidctl/blob/v1.6.1/CHANGELOG.md
Description: # liquidctl – liquid cooler control
        
        _Cross-platform tool and drivers for liquid coolers and other devices_
        
        [![Status of the tests](https://github.com/liquidctl/liquidctl/workflows/tests/badge.svg)](https://github.com/liquidctl/liquidctl/commits/master)
        [![Status of the build for Windows](https://ci.appveyor.com/api/projects/status/n5lgebd5m8iomx42/branch/master?svg=true)](https://ci.appveyor.com/project/jonasmalacofilho/liquidctl/branch/master)
        [![Developer's Discord server](https://img.shields.io/discord/780568774964805672)](https://discord.gg/GyCBjQhqCd)
        
        
        
        ```
        # liquidctl list
        Device #0: ASUS Strix RTX 2080 Ti OC
        Device #1: Corsair Vengeance RGB DIMM2 (experimental)
        Device #2: Corsair Vengeance RGB DIMM4 (experimental)
        Device #3: NZXT Smart Device (V1)
        Device #4: NZXT Kraken X (X42, X52, X62 or X72)
        
        # liquidctl initialize all
        
        # liquidctl status
        NZXT Smart Device (V1)
        ├── Fan 1                        PWM  
        ├── Fan 1 current               0.04  A
        ├── Fan 1 speed                 1368  rpm
        ├── Fan 1 voltage              11.91  V
        ├── Fan 2                          —  
        ├── Fan 3                          —  
        ├── Firmware version           1.0.7  
        ├── LED accessories                2  
        ├── LED accessory type    HUE+ Strip  
        ├── LED count (total)             20  
        └── Noise level                   67  dB
        
        NZXT Kraken X (X42, X52, X62 or X72)
        ├── Liquid temperature     31.7  °C
        ├── Fan speed               801  rpm
        ├── Pump speed             2239  rpm
        └── Firmware version      6.0.2  
        
        # liquidctl --match kraken set fan speed  20 30  30 50  34 80  40 90  50 100
        # liquidctl --match kraken set pump speed 70
        # liquidctl --match "smart device" set sync speed 50
        
        # liquidctl --match kraken set sync color fixed 0080ff
        # liquidctl --match "smart device" set led color moving-alternating "hsv(30,98,100)" "hsv(30,98,10)" --speed slower 
        # liquidctl --match "rtx 2080" set led color fixed 2aff00 --unsafe=smbus
        # liquidctl --match dimm2 set led color fixed "hsl(5, 100, 34)" --unsafe=smbus,vengeance_rgb
        # liquidctl --match dimm4 set led color fixed "hsl(5, 100, 34)" --unsafe=smbus,vengeance_rgb
        ```
        
        For which devices are supported, installation instructions, a guide to the CLI and device specific details, check the complete [Documentation](https://github.com/liquidctl/liquidctl/tree/v1.6.1#liquidctl--liquid-cooler-control).
Keywords: cross-platform cli driver corsair evga nzxt liquid-cooler fan-controller power-supply led-controller kraken smart-device hue2 gigabyte
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.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.6
Description-Content-Type: text/markdown
