painless access to the netatmo weather api
Project description
This package provides routines for meteorological calculations.
Capabilities
Currently, meteorology can’t do anything :-)
Install
This package is on PyPi. To install meteorology, run
pip install --user meteorology
Documentation
You can find detailed documentation of this package here on on Gitlab.
Development
The following might only be interesting for developers
Local installation
Install this module from the repository root via pip
:
# local user library under ~/.local
pip3 install --user .
# in "editable" mode
pip3 install --user -e .
Testing
# Run all tests
./setup.py test
# install coverage
pip3 install --user coveralls
# Run all tests and determine a test coverage
make coverage
Versioning
make increase-patch to increase the patch version number
make increase-minor to increase the minor version number
make increase-major to increase the major version number
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
meteorology-0.0.1.tar.gz
(2.3 kB
view hashes)