sensorpi

View on PyPIReverse Dependencies (0)

0.1.6 sensorpi-0.1.6-py3-none-any.whl

Wheel Details

Project: sensorpi
Version: 0.1.6
Filename: sensorpi-0.1.6-py3-none-any.whl
Download: [link]
Size: 24034
MD5: 5e9e50874830e8c80965bc4a20a7513f
SHA256: 747a41838e293caba3a00fcfee4a7f017c02955e528999725c1448c7ae434332
Uploaded: 2022-04-07 10:32:52 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: sensorpi
Version: 0.1.6
Summary: A Raspberry Pi tool to send multiple sensor data to an influxdb Database
Author: Nikolai Weidt
Author-Email: weidtn[at]gmail.com
Maintainer: Nikolai Weidt
Maintainer-Email: weidtn[at]gmail.com
Home-Page: https://github.com/weidtn/sensorpi/
Project-Url: Repository, https://github.com/weidtn/sensorpi/
Project-Url: issues, https://github.com/weidtn/sensorpi/issues
License: MPL-2.0
Classifier: License :: OSI Approved
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.9
Requires-Python: >=3.9,<4.0
Requires-Dist: adafruit-circuitpython-bme280 (<3.0,>=2.6)
Requires-Dist: adafruit-circuitpython-bmp280 (<4.0,>=3.2)
Requires-Dist: adafruit-circuitpython-dht (<4.0.0,>=3.7.1)
Requires-Dist: adafruit-circuitpython-tsl2591 (<2.0.0,>=1.3.2)
Requires-Dist: edn_format (<0.8,>=0.7)
Requires-Dist: influxdb-client[ciso] (<2.0,>=1.25)
Requires-Dist: numpy (<2.0,>=1.22)
Requires-Dist: opencv-python-headless (==4.5.5.62)
Requires-Dist: pandas (<2.0,>=1.4)
Requires-Dist: picamera (==1.13)
Requires-Dist: sysv-ipc (<2.0,>=1.1)
Description-Content-Type: text/plain
[Description omitted; length: 7220 characters]

WHEEL

Wheel-Version: 1.0
Generator: poetry 1.0.7
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
sensorpi/__init__.py sha256=szD3IMPyQ3_GSliPo2XMnEW4EHytnpZRfdd5Hsa6ccM 85
sensorpi/__main__.py sha256=kJ6Ovl-_RG7FDH6jWZvLwrglxXM9ekhITaQKUCPQpjU 6943
sensorpi/flycheck___init__.py sha256=szD3IMPyQ3_GSliPo2XMnEW4EHytnpZRfdd5Hsa6ccM 85
sensorpi/flycheck___main__.py sha256=kJ6Ovl-_RG7FDH6jWZvLwrglxXM9ekhITaQKUCPQpjU 6943
sensorpi/sensors/#a8d29699ccf3fe203a664963bb1eafe99ff91cc3# sha256=xs3gZK40344wFZmctiHKHDP0aARjKKfxbYAuvhYxktM 1880
sensorpi/sensors/__init__.py sha256=1oLL20yLB1GL9IbFiZD8OReDqiCpFr-yetIR6x1cNkI 23
sensorpi/sensors/bme280.py sha256=9iaNOsizgCwlGqK_oM7fV-9uTuk6vJ1UCOq_seyBouQ 2530
sensorpi/sensors/bmp280.py sha256=xluyRv1stC4_NoNJOyLLHfcwhq3Vv08pH_ZSxs8RIsA 2594
sensorpi/sensors/camera.py sha256=n9jfZQz8aTprvlgLW8EQ0fuHxRPXczuEBGVt7Oo2c80 3774
sensorpi/sensors/dht11.py sha256=4kfnY9msu1DE6POxi_US0rtcEyA3yfgurTPycJ1mgdw 1891
sensorpi/sensors/ds18b20.py sha256=8HdxD6YXuRw1LGsNnCNQkcMsWoDCsE9TSCx36CbMOgk 2306
sensorpi/sensors/handler.py sha256=2DLZ9U4Yn8kb2jJFjcAgr4PEwH7wWZneKB33i_LRYD0 2189
sensorpi/sensors/tsl2591.py sha256=Uc3e1MTbx67T64UM2Exv8vtC9WTergJv2IMgMWXCF54 1912
sensorpi-0.1.6.dist-info/entry_points.txt sha256=pPNifxpvKjmyhIuzKjMH9K_DEafiO6kOdCqTUxPaB-E 102
sensorpi-0.1.6.dist-info/LICENSE sha256=HyVuytGSiAUQ6ErWBHTqt1iSGHhLmlC8fO7jTCuR8dU 16725
sensorpi-0.1.6.dist-info/WHEEL sha256=y3eDiaFVSNTPbgzfNn0nYn5tEn1cX6WrdetDlQM4xWw 83
sensorpi-0.1.6.dist-info/METADATA sha256=-CkyIOUfwUACYao7TCLgSWXg7jQywnlZoft-MlxvWTU 8427
sensorpi-0.1.6.dist-info/RECORD

entry_points.txt

run = sensorpi.__main__:main_with_prompt
sensorpi = sensorpi.__main__:main_with_prompt