Skip to main content

Easily use and manipulate unit-aware measurements in Python

Project description

https://travis-ci.org/coddingtonbear/python-measurement.svg?branch=master

Easily use and manipulate unit-aware measurement objects in Python.

django.contrib.gis.measure has these wonderful ‘Distance’ objects that can be used not only for storing a unit-aware distance measurement, but also for converting between different units and adding/subtracting these objects from one another.

This module not only provides those Distance and Area measurement objects, but also other measurements including:

  • Energy

  • Speed

  • Temperature

  • Time

  • Volume

  • Weight

Example:

>>> from measurement.measures import Weight
>>> weight_1 = Weight(lb=125)
>>> weight_2 = Weight(kg=40)
>>> added_together = weight_1 + weight_2
>>> added_together
Weight(lb=213.184976807)
>>> added_together.kg  # Maybe I actually need this value in kg?
96.699
  • Documentation for python-measurement is available an ReadTheDocs.

  • Please post issues on Github.

  • Test status available on Travis-CI.

Bitdeli badge

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

measurement-3.2.0.tar.gz (12.4 kB view details)

Uploaded Source

File details

Details for the file measurement-3.2.0.tar.gz.

File metadata

  • Download URL: measurement-3.2.0.tar.gz
  • Upload date:
  • Size: 12.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/42.0.1 requests-toolbelt/0.9.1 tqdm/4.39.0 CPython/3.7.1

File hashes

Hashes for measurement-3.2.0.tar.gz
Algorithm Hash digest
SHA256 352b20f7f0e553236af7c5ed48d091a51cf26061c1a063f46b31706ff7c0d57a
MD5 8efd6f01ff452fda02c61783a2152ad3
BLAKE2b-256 31fec7fee7e60f30bc3853662452b063aa118ca87b68e77897907c2d5f8b31da

See more details on using hashes here.

Supported by

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