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.4.1.tar.gz
(16.1 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.4.1.tar.gz.
File metadata
- Download URL: vpf_730-0.4.1.tar.gz
- Upload date:
- Size: 16.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
85617cdf23b86793e2814f77f034e40d7ee4853dae3dfc6e6ad15837689213fe
|
|
| MD5 |
2d5887174fbb3e37826e22492d399f29
|
|
| BLAKE2b-256 |
acfc28a93ce1ad5c91cd1d1a45dd6e973d3852ff5f4de34d56a96bb8c25d0c1f
|
File details
Details for the file vpf_730-0.4.1-py2.py3-none-any.whl.
File metadata
- Download URL: vpf_730-0.4.1-py2.py3-none-any.whl
- Upload date:
- Size: 17.9 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6aec5b0430e0ec345db4b7ecda024617f968a7cd87677ed2e02b3ff73795a8bd
|
|
| MD5 |
c2f6ea2b66a48ea845c7d95fe1d44b13
|
|
| BLAKE2b-256 |
8f6c3eb4d6bc872828146f2d366760dc22213b59db3619da09b0dbb9df78a1f3
|