fand

View on PyPIReverse Dependencies (0)

0.1.1 fand-0.1.1-py3-none-any.whl

Wheel Details

Project: fand
Version: 0.1.1
Filename: fand-0.1.1-py3-none-any.whl
Download: [link]
Size: 20443
MD5: b36088f961acdd5ce66c8fc636c85bfc
SHA256: d4252343e4260d3656b5372f266a83f987623ffb4ed0371b7e5780b99a73c807
Uploaded: 2024-07-28 22:28:38 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: fand
Version: 0.1.1
Summary: Simple daemon to control fan speed
Author: Louis Leseur
Author-Email: louis.leseur[at]gmail.com
Home-Page: https://github.com/teapot9/fand
License: MIT
Keywords: fan-control,daemon,hardware,raspberry-pi,gpio,monitoring,temperature-monitoring,pysmart,gpiozero
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: No Input/Output (Daemon)
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: POSIX
Classifier: Operating System :: POSIX :: BSD :: FreeBSD
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
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 :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: System :: Hardware
Classifier: Topic :: System :: Monitoring
Classifier: Typing :: Typed
Platform: Linux
Platform: FreeBSD
Requires-Python: >=3.7, <4
Requires-Dist: gpiozero; extra == "clientrpi-base"
Requires-Dist: gpiozero; extra == "clientrpi-pigpio"
Requires-Dist: pigpio; extra == "clientrpi-pigpio"
Requires-Dist: gpiozero; extra == "clientrpi-rpi-gpio"
Requires-Dist: RPi.GPIO; extra == "clientrpi-rpi-gpio"
Requires-Dist: gpiozero; extra == "clientrpi-rpio"
Requires-Dist: RPIO; extra == "clientrpi-rpio"
Requires-Dist: sphinx; extra == "doc"
Requires-Dist: sphinx-rtd-theme; extra == "doc"
Requires-Dist: flake8; extra == "qa"
Requires-Dist: flake8-import-order; extra == "qa"
Requires-Dist: mypy; extra == "qa"
Requires-Dist: tox; extra == "qa"
Requires-Dist: pySMART; extra == "server"
Requires-Dist: psutil; extra == "server"
Requires-Dist: pytest; extra == "test"
Provides-Extra: clientrpi-base
Provides-Extra: clientrpi-pigpio
Provides-Extra: clientrpi-rpi-gpio
Provides-Extra: clientrpi-rpio
Provides-Extra: doc
Provides-Extra: qa
Provides-Extra: server
Provides-Extra: test
Description-Content-Type: text/x-rst
License-File: LICENSE
[Description omitted; length: 3233 characters]

WHEEL

Wheel-Version: 1.0
Generator: setuptools (71.1.0)
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
fand/__init__.py sha256=TjT7XsFYJA4s_0oJ3LC6DsGii4prrUOoiFEtBbkWerw 333
fand/__main__.py sha256=FQ6jAAWV8ys7pxJeimQBOb6ECvDNBF0M0pAORLmkP0U 1207
fand/clientrpi.py sha256=Sx5_Le1JX9ZO_y0yeri7BQ8B1Wp0KZmIrftDUr2g7Cc 10469
fand/communication.py sha256=mZYpsA9PPuoio-cjcyFEEgCAZB7q-aQM8I1_O1sVMdo 7203
fand/exceptions.py sha256=1oRewvgLjSRPgDbShyIem10FzyxCnuWpobWaEkoxxkI 1819
fand/fanctl.py sha256=pd0d0v7jZSeffw01zDdW9JWOrnIEfO6DvqGsppMD38s 10532
fand/server.py sha256=r1YPjKr2742USHQQyAp9LaL7ZTpUon7qbTxOQTddDUk 23053
fand/util.py sha256=3pWb9rD-6oFZUuUCdo0nOXlRZecNGNpgNqd5W2SFqsc 4392
fand-0.1.1.dist-info/LICENSE sha256=Wdc7IUh28y6J9UMnla834jh8P9tAI4MKUJb22RLgvqU 1056
fand-0.1.1.dist-info/METADATA sha256=HIPAECIzCOUPhcmuqVL5i4xeEEJhwEaTcbC_vr_hG5I 5662
fand-0.1.1.dist-info/WHEEL sha256=Wyh-_nZ0DJYolHNn1_hMa4lM7uDedD_RGVwbmTjyItk 91
fand-0.1.1.dist-info/entry_points.txt sha256=2oF-FvGiNzUi5fh-P4UXF1HU-MAcStT9KG_HY8sHpp4 144
fand-0.1.1.dist-info/top_level.txt sha256=w8uUATSID4u9VKXCD4woNcmKDkq4Ol2is3umWV6rFQw 5
fand-0.1.1.dist-info/RECORD

top_level.txt

fand

entry_points.txt

fanctl = fand.fanctl:main
fand = fand.__main__:entry_fand
fand-clientrpi = fand.clientrpi:main
fand-server = fand.server:main