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.2.0.tar.gz
(15.2 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.2.0.tar.gz.
File metadata
- Download URL: vpf_730-0.2.0.tar.gz
- Upload date:
- Size: 15.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fb0dd648e00ef53616b7021fa72b6527ca6f6ce8c1e685594d174eaef6f26906
|
|
| MD5 |
4db74e754c094e365c9a8f276fb8b49b
|
|
| BLAKE2b-256 |
4d26be9ec27ecda5b0b3024b3302bfc29d1a0259b9fb1bf5a658e606bdfc7828
|
File details
Details for the file vpf_730-0.2.0-py2.py3-none-any.whl.
File metadata
- Download URL: vpf_730-0.2.0-py2.py3-none-any.whl
- Upload date:
- Size: 17.0 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 |
85aed62fcdc8d185bd33352666610918bffd3761055b37b0afb64492cadb91b9
|
|
| MD5 |
8f5542d3b55f616b52695695adac784e
|
|
| BLAKE2b-256 |
2de093ad718424df5c1623dfa865a548a0806d494c1a9b9825c466580b674557
|