From 1ed53330ce2b4efe39d4cdacf36b9f23b8b0070a Mon Sep 17 00:00:00 2001 From: Brennen Raimer <5969754+norweeg@users.noreply.github.com> Date: Tue, 9 Apr 2024 18:37:16 -0400 Subject: [PATCH] add pint --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 778fc8b2..5a9b1383 100644 --- a/README.md +++ b/README.md @@ -893,6 +893,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). * [NumPy](http://www.numpy.org/) - A fundamental package for scientific computing with Python. * [ObsPy](https://github.com/obspy/obspy/wiki/) - A Python toolbox for seismology. * [Open Babel](https://open-babel.readthedocs.io/) - A chemical toolbox designed to speak the many languages of chemical data. +* [Pint](https://github.com/hgrecco/pint) - A library for manipulating physical quantities: the product of a numerical value and a unit of measurement. * [PyDy](http://www.pydy.org/) - Short for Python Dynamics, used to assist with workflow in the modeling of dynamic motion. * [PyMC](https://github.com/pymc-devs/pymc3) - Markov Chain Monte Carlo sampling toolkit. * [QuTiP](http://qutip.org/) - Quantum Toolbox in Python.