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.5.0.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.5.0.tar.gz.
File metadata
- Download URL: vpf_730-0.5.0.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 |
e638e333ce52bb73182ed03c0562f65a3f754f10ccb39e34afc63beac0b9929b
|
|
| MD5 |
bf17cead5a74f8bab4b38e6af52d54e8
|
|
| BLAKE2b-256 |
2a2db22590b1bfc0514e39eee4c33f8d566e7b50ce1c296ecd299cded6e5c42a
|
File details
Details for the file vpf_730-0.5.0-py2.py3-none-any.whl.
File metadata
- Download URL: vpf_730-0.5.0-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 |
2f0946c8fdee81cf81747c7a02165bb81a432f88189a42e0a1c5b253ad1ffacb
|
|
| MD5 |
8c0cfe2dac5b50f565c090668197828c
|
|
| BLAKE2b-256 |
565c75ee29c414c5d1cc530174c1a0e6216d8aa5278997ca1a725ce2349aea56
|