Python library for accessing the weather observations of a WeeWX station.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Steve Cross 695ade511e
Initial Commit v0.0.1
2 years ago
src/foxhollow/pyWeeWx Initial Commit v0.0.1 2 years ago
.gitignore Initial Commit v0.0.1 2 years ago
LICENSE Initial Commit v0.0.1 2 years ago
README.md Initial Commit v0.0.1 2 years ago
pyproject.toml Initial Commit v0.0.1 2 years ago
requirements.txt Initial Commit v0.0.1 2 years ago
setup.cfg Initial Commit v0.0.1 2 years ago

README.md

pyWeeWxClient

About

This project provides a Python library to access the weather observations of a WeeWX station.

Requirements

The requirements to use this library are as follows:

License

pyWeeWxClient is licensed under the GNU Lesser General Public License (LGPL) v2.1 or later

Copyright © 2021 Steve Cross <flip@foxhollow.cc>

This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as published by
the Free Software Foundation; either version 2.1 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public License
along with this program; if not, see http://www.gnu.org/licenses/.