Skip to main content

painless access to the netatmo weather api

Project description

Build Documentation Coverage PyPi

This package provides routines for meteorological calculations.

Principles

Numbers are treated in SI units (except for some documented exceptions).

Routines expect numpy.ndarray as input but may work with lists or floats as well.

Capabilities

Currently, meteorology can’t do much :-)

But stay tuned! More is about to come!

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


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.4.tar.gz (4.4 kB view hashes)

Uploaded Source

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