Metadata-Version: 2.0
Name: polcart
Version: 2016.6.3
Summary: A small utility for converting between polar and cartesian units.
Home-page: https://github.com/ericmjl/polcart
Author: Eric J. Ma
Author-email: ericmajinglong@gmail.com
License: MIT license
Keywords: geometry,math,polar coordinates,cartesian coordinates
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Requires-Dist: numpy

# polcart
A small utility for converting between polar and cartesian units

## Installation
Install via `pip`:

```bash
$ pip install polcart
```

Install via `conda`:

```bash
$ conda install polcart
```


