Metadata-Version: 2.1
Name: unitlib
Version: 0.3
Summary: 📐 Physical units for NumPy arrays ⏱ Fast • Simple • High voltage
Home-page: https://github.com/tfiers/unitlib
Author: Tomas Fiers
Author-email: tomas.fiers@gmail.com
License: UNKNOWN
Project-URL: Source Code, https://github.com/tfiers/unitlib
Description: # 📐 unitlib
        
        - Physical units for NumPy arrays.
        - Fast, simple, high voltage ⚡
        
        
        
        ## Why
        
        `unitlib` was born out of frustration with other Python unit packages.
        Those packages work well for toy experiments, but they greatly slow down your code.
        This makes their use unfeasible for even moderate scale scientific simulations.
        
        
        
        ## Installation
        
        ```
        $ pip install unitlib
        ```
        This will get you the
        
        [![latest release on PyPI](https://img.shields.io/pypi/v/unitlib.svg?label=latest%20release%20on%20PyPI:)](https://pypi.python.org/pypi/unitlib/)
        
        `unitlib` is tested on Python versions 3.9 down to 3.6, on Windows, Linux and MacOS.
        
        
        
        ## For developers
        
        The following indicates whether the latest commit on the main branch passes all tests:
        
        [![CI status](https://github.com/tfiers/unitlib/workflows/CI/badge.svg)](https://github.com/tfiers/unitlib/actions)
        
        (This only pertains to development code. The `unitlib` versions on PyPI
        pass all tests on release, of course).
        
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >= 3.6
Description-Content-Type: text/markdown
