PiAlarmAdapter

View on PyPIReverse Dependencies (0)

0.0.1 PiAlarmAdapter-0.0.1-py3-none-any.whl

Wheel Details

Project: PiAlarmAdapter
Version: 0.0.1
Filename: PiAlarmAdapter-0.0.1-py3-none-any.whl
Download: [link]
Size: 11068
MD5: a7c2d3ded48e11485b7a2b765ad7dc8b
SHA256: cce9664727eed3dd89a3a5375220bca21b23dbc3418b9894b40c4d262769d6c1
Uploaded: 2024-07-16 12:58:31 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: PiAlarmAdapter
Version: 0.0.1
Summary: Manage contact sensors and send messages with state change to MQTT Broker
Author: Francesco Scanferla
Author-Email: info[at]francescoscanferla.it
Home-Page: https://github.com/francescoscanferla/PiAlarmAdapter
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.11
Requires-Dist: dependency-injector (==4.41.0)
Requires-Dist: paho-mqtt (==2.1.0)
Requires-Dist: python-dotenv (==1.0.1)
Requires-Dist: pydantic-settings (==2.3.3)
Requires-Dist: gpiozero (==2.0.1)
Requires-Dist: parameterized (==0.9.0)
Description-Content-Type: text/markdown
License-File: LICENSE
[Description omitted; length: 1792 characters]

WHEEL

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

RECORD

Path Digest Size
app/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
app/__main__.py sha256=W9d9mJi1LdjP-bIsoj2bv3iX_uFQ-wGWYrPC0KlAVhI 1389
app/config.py sha256=15TW_EMAveI1pyOdqd6zlC46_pTEtDSjaK3sVinrGbA 877
app/container.py sha256=MqvGNxo_Jv0pqM2I3jQrBFfkWbI4CMtUfoHsLrYfY-g 778
app/models.py sha256=8UMuaYpQ4J1SSyY-qg0B3nWDcXS0XDQkihmgp724Q-Q 329
app/mqtt_client.py sha256=8VO0mruuqv5VXAkqzCPIuQ-1CwibPI9bttuwBkPnRx4 1269
app/services.py sha256=82LzbkphDc6rkTJta-bxo6GH95d_M_qszzgoNS4Ri38 3604
tests/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
tests/test_config.py sha256=X2_0kk6F-7Q8ilArZ9qeHeNkqCSgOYg1yVGoqSLTGow 1472
tests/test_container.py sha256=3PxlPwIlvSEcYcWWNqvuGLklCOy9IyTTIUfq6Np7g5w 1729
tests/test_models.py sha256=MfRwIbz4pgYFFp_gvJWTGaprqFbxvqPIn92TBwDxXv0 437
tests/test_mqtt_client.py sha256=h2tltcjxxTf6LCRdLgYVyzdqsSJlHASphT8zF-JeOQY 1776
tests/test_services.py sha256=BvpR8UkePdEdxURtkGoUK6UQR5i75mL6_ukg2ez2Bds 6733
PiAlarmAdapter-0.0.1.dist-info/LICENSE sha256=wp3fVWU0DThFpWizuHLr0AcaN2pSKUexyeyW979p5EY 1069
PiAlarmAdapter-0.0.1.dist-info/METADATA sha256=QTc2tS4r_TFVTyaca1OwD_keWQ752FHwMrb_4CWILoc 2523
PiAlarmAdapter-0.0.1.dist-info/WHEEL sha256=Z4pYXqR_rTB7OWNDYFOm1qRk0RX6GFP2o8LgvP453Hk 91
PiAlarmAdapter-0.0.1.dist-info/entry_points.txt sha256=p64chiBkHa9tles49X9lAo0mdiXqFoHrFUu6Ylnp3HI 55
PiAlarmAdapter-0.0.1.dist-info/top_level.txt sha256=MJXn5pCZl0XSEeWNKzshxzMMANr3AymeoMYBO1JNPyU 10
PiAlarmAdapter-0.0.1.dist-info/RECORD

top_level.txt

app
tests

entry_points.txt

pi_alarm_adapter = app.__main__:main