Skip to main content

a library to read data from the Biral VPF-730 Present weather sensor

Project description

CI pre-commit.ci status docs

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


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 hashes)

Uploaded Source

Built Distribution

vpf_730-0.4.1-py2.py3-none-any.whl (17.9 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page