Metadata-Version: 2.1
Name: physunits
Version: 0.0.1
Summary: Physical units as global variables for simple numerical propagation
Home-page: https://github.com/pacosalces/physunits
Author: pacosalces
Author-email: pacosalces@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown

# physunits

Simple package with common physical unit definitions. 

## Installation

## Usage

An example usage of this package is:
``from physunits import *``
which updates the globals dict with all ``physunits`` definitions. If only a set of units is desired, manually importing them as:
``from physunits import mm, nm, um``
is sufficient. 

## Contatct and support


