Metadata-Version: 2.1
Name: pymeasurement
Version: 1.1.2
Summary: A Measurement Calculator with Fixed Point Precision, Uncertainties, and Units
Project-URL: Homepage, https://github.com/Saptak625/pymeasurement
Project-URL: Bug Tracker, https://github.com/Saptak625/pymeasurement/issues
Author-email: Saptak Das <saptak.das625@gmail.com>
License-File: LICENSE
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.6
Description-Content-Type: text/markdown

# pymeasurement
A Measurement Calculator with Fixed Point Precision, Uncertainties, and Units.

View at [PyPi], [Github], and [Read the Docs].

## Installation
pymeasurement is distributed on [PyPI]. 

```
pip install pymeasurement
```

## Usage and Documentation
Access the [Read the Docs] to learn about usage and documentation for this package.

[pypi]: https://pypi.org/project/pymeasurement/
[github]: https://github.com/Saptak625/pymeasurement
[Read the Docs]: https://pymeasurement.readthedocs.io/en/latest/
