RasPyDHT

View on PyPIReverse Dependencies (0)

1.0.0 RasPyDHT-1.0.0-py3-none-any.whl

Wheel Details

Project: RasPyDHT
Version: 1.0.0
Filename: RasPyDHT-1.0.0-py3-none-any.whl
Download: [link]
Size: 10179
MD5: 2221362a6f368cbd6dc8055d0974571d
SHA256: f5b2db44e397ed0664c7a6b14514f8b776ce0741b3916aafc69cf61fa012c349
Uploaded: 2020-04-09 15:21:39 +0000

dist-info

METADATA

Metadata-Version: 2.0
Name: RasPyDHT
Version: 1.0.0
Summary: Temperature and humidity monitor with RaspberryPi
Author: William Ledda
Author-Email: villy80[at]hotmail.it
Home-Page: https://github.com/williamledda/RasPyDHT
Classifier: Programming Language :: Python :: 3
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
Requires-Python: >=3.5.*
Requires-Dist: Adafruit-DHT
Requires-Dist: matplotlib
Requires-Dist: paho-mqtt
Requires-Dist: smbus
[Description omitted; length: 85 characters]

WHEEL

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

RECORD

Path Digest Size
RasPyDHT-1.0.0.dist-info/DESCRIPTION.rst sha256=DZ0KNrZjNDgyb09xmn_zo4F5UoRxDubotfYGDelyEvE 85
RasPyDHT-1.0.0.dist-info/METADATA sha256=MxZ9QtdGQoNMgQ25qkGj2X54OPYbgUq36_n8XLM0NUA 632
RasPyDHT-1.0.0.dist-info/RECORD
RasPyDHT-1.0.0.dist-info/WHEEL sha256=rNo05PbNqwnXiIHFsYm0m22u4Zm6YJtugFG2THx4w3g 92
RasPyDHT-1.0.0.dist-info/entry_points.txt sha256=1Rvj2CSWKmr41a8c0JBHqMwL-26J4Sgic24EWkngze4 113
RasPyDHT-1.0.0.dist-info/metadata.json sha256=-yVmbZIVRraqYKtTKXTIstJcQPJ1JJwq-d0EIbVcAso 990
RasPyDHT-1.0.0.dist-info/top_level.txt sha256=k0pq3ANMacZe5MTvO3m_7yZ7x74jP1DX9PqSzLRqaYg 22
raspydht/DHT_lcd1602.py sha256=5Q1MINkkKZwbX-TTwz01oo739TYQ9EoEol8xKFO6NzQ 1656
raspydht/DHT_read.py sha256=UyvD4_CtKIoM1RPjyBU3PnERTodmTDlJwuh2I0Okt0E 3403
raspydht/LCD1602.py sha256=yCff4JBzIK6PSfGgz8yVyE31fxY3Fx5VlnNZ5XQRnUM 1950
raspydht/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
raspydht/__main__.py sha256=G0QM2aRWfOblfnlcArzT6kCigx10mUdCMrppoOFdtZA 115
raspydhtplot/DHT_plot_rt.py sha256=DmGc7olEFZ7JJWgH2R4DCUTAg_8Xg670NyTSp1r4-Co 3047
raspydhtplot/DataSet.py sha256=QdIKsyQjG5D9MLYFpJlSToqWJDASvBRhqKm1FwKV-Ts 696
raspydhtplot/__init__.py sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs 1
raspydhtplot/__main__.py sha256=6cX0QbT2IeE6ly8deyMHuD9Fmdo908wM07KeYTqEenY 125
rtplot/DHT_plot_rt.py sha256=yBYIjjORrzNAJtUN_q5FGh9YpGkynX9idTYTmVdLQ8s 2237
rtplot/DataSet.py sha256=QdIKsyQjG5D9MLYFpJlSToqWJDASvBRhqKm1FwKV-Ts 696
rtplot/__init__.py sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs 1

top_level.txt

raspydht
raspydhtplot

entry_points.txt

raspydht = raspydht.__main__:runConsoleMain
raspydht-plot = raspydhtplot.__main__:runPlotMain