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.python.org/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

To install quantities itself, 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.16.4.tar.gz (100.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

quantities-0.16.4-py3-none-any.whl (104.0 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: quantities-0.16.4.tar.gz
  • Upload date:
  • Size: 100.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.2

File hashes

Hashes for quantities-0.16.4.tar.gz
Algorithm Hash digest
SHA256 f5b6deb74f6ed814ec56b204dcf7b5d3c526456157de48e5a78681064f98bf36
MD5 7be06dd6adf087ffa9da094521c1eeca
BLAKE2b-256 aa5019194d2cf428239ecbda876d81bbfddb76697a248c5a7478ae83d0b98fee

See more details on using hashes here.

File details

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

File metadata

  • Download URL: quantities-0.16.4-py3-none-any.whl
  • Upload date:
  • Size: 104.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.2

File hashes

Hashes for quantities-0.16.4-py3-none-any.whl
Algorithm Hash digest
SHA256 cd8e82339eb553d8bee0bda0e41a80b91e21795e1174e7d8a82db8e6de2663f6
MD5 7381d240eefb5a665b23a3ef24871ef0
BLAKE2b-256 cd1f9751abbc14422092754423d41c89b0884dba3abc236125adc427d108216a

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