Skip to main content

Support for physical quantities with units, based on numpy

Project description

Quantities is designed to handle arithmetic and conversions of physical quantities, which have a magnitude, dimensionality specified by various units, and possibly an uncertainty. See the tutorial for examples. Quantities builds on the popular numpy library and is designed to work with numpy ufuncs, many of which are already supported. Quantities is actively developed, and while the current features and API are stable, test coverage is incomplete so the package is not suggested for mission-critical applications.

pypi version Build status

A Python package for handling physical quantities. The source code and issue tracker are hosted on GitHub:

https://www.github.com/python-quantities/python-quantities

Download

Get the latest version of quantities from https://pypi-hypernode.com/pypi/quantities/

To get the Git version do:

$ git clone git://github.com/python-quantities/python-quantities.git

Documentation and usage

You can find the official documentation at:

http://python-quantities.readthedocs.io/

Here is a simple example:

>>> import quantities as pq
>>> distance = 42*pq.metre
>>> time = 17*pq.second
>>> velocity = distance / time
>>> "%.3f %s" % (velocity.magnitude, velocity.dimensionality)
'2.471 m/s'
>>> velocity + 3
Traceback (most recent call last):
  ...
ValueError: Unable to convert between units of "dimensionless" and "m/s"

Installation

quantities has a hard dependency on the NumPy library. You should install it first, please refer to the NumPy installation guide:

http://docs.scipy.org/doc/numpy/user/install.html

To install quantities itself, then simply run:

$ pip install quantities

Tests

To execute all tests, install pytest:

$ python -m pip install pytest

And run:

$ pytest

in the current directory. The master branch is automatically tested by GitHub Actions.

Author

quantities was originally written by Darren Dale, and has received contributions from many people.

License

Quantities only uses BSD compatible code. See the Open Source Initiative licenses page for details on individual licenses.

See doc/user/license.rst for further details on the license of quantities

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

quantities-0.14.1.tar.gz (91.5 kB view details)

Uploaded Source

Built Distribution

quantities-0.14.1-py3-none-any.whl (87.9 kB view details)

Uploaded Python 3

File details

Details for the file quantities-0.14.1.tar.gz.

File metadata

  • Download URL: quantities-0.14.1.tar.gz
  • Upload date:
  • Size: 91.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.6

File hashes

Hashes for quantities-0.14.1.tar.gz
Algorithm Hash digest
SHA256 efeafffc0c0364f891a9327239cd12496bccb55cd037a6d1bf44de706f722877
MD5 61d62dcc61ed6d2742c8fd15a64b6a2a
BLAKE2b-256 728351a5cad60b4c1fa64187d0ab6d8048ad1347b678e9dff5b42d045b2083c6

See more details on using hashes here.

Provenance

File details

Details for the file quantities-0.14.1-py3-none-any.whl.

File metadata

  • Download URL: quantities-0.14.1-py3-none-any.whl
  • Upload date:
  • Size: 87.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.6

File hashes

Hashes for quantities-0.14.1-py3-none-any.whl
Algorithm Hash digest
SHA256 b2edf67b8c2a28aa3bbe096f9fc3ec3ab83fc3192997373641cddab32bea2f72
MD5 0d4f284928da7009f1a1f40c66f9fa1d
BLAKE2b-256 d887d5042d2a7b689a1bd69d9d37ec19c60d97f29c9009fc47500e41ac27e20e

See more details on using hashes here.

Provenance

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