a library to read data from the Biral VPF-730 Present weather sensor
Project description
vpf-730
A package to read data from the Biral VPF-730 Present weather sensor.
installation
pip install vpf-730
quick start
Make sure your Sensor is connected and find out the port it is connected to. For a detailed documentation please see the Docs.
as a CLI
VPF730_API_KEY=deadbeef \
vpf-730 \
--local-db local.db \
--queue-db queue.db \
--serial-port /dev/ttyS0 \
--endpoint https://api.example.com
as a package
from vpf_730.vpf_730 import VPF730
vpf730 = VPF730(port='/dev/ttyS1')
print(vpf730.measure())
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
vpf_730-0.3.0.tar.gz
(15.6 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file vpf_730-0.3.0.tar.gz.
File metadata
- Download URL: vpf_730-0.3.0.tar.gz
- Upload date:
- Size: 15.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
70a04b21f2ac75fc85dae39e08321a4ca69621933f2b3c1ab778b6618d6da154
|
|
| MD5 |
8b364d715efef6d6b1cf56260d2a1928
|
|
| BLAKE2b-256 |
2734595b1c89d2c088423c39624690697b7e94f3b3aa132f5ce177da4a7c1b42
|
File details
Details for the file vpf_730-0.3.0-py2.py3-none-any.whl.
File metadata
- Download URL: vpf_730-0.3.0-py2.py3-none-any.whl
- Upload date:
- Size: 17.4 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
627425975e4d1c3af508c152acf7f7c62615c7f4c0968b1d50ac83838bf4ef06
|
|
| MD5 |
387f3274764c79f1d42d95e94d9c10a5
|
|
| BLAKE2b-256 |
f2db77e0ba019fd867c451e400147ef56ee0227362b1bc2fe4af6e28580f6559
|