Metadata-Version: 2.1
Name: positive
Version: 0.2.3
Summary: Low level python API for NR+LIGO packages.
Home-page: https://github.com/llondon6/positive
Author: Lionel London
Author-email: lionel.london@ligo.org
License: MIT
Download-URL: https://github.com/llondon6/positive/archive/master.zip
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development
Classifier: Topic :: Scientific/Engineering
Description-Content-Type: text/markdown
Requires-Dist: numpy
Requires-Dist: scipy
Requires-Dist: matplotlib
Requires-Dist: h5py
Requires-Dist: six

# positive

[![DOI](https://zenodo.org/badge/14475/llondon6/positive.svg)](https://zenodo.org/badge/latestdoi/14475/llondon6/positive)
[![](https://img.shields.io/badge/arXiv-1810.03550-b31b1b.svg)](https://arxiv.org/abs/1810.03550)

Low level algorithms for data manipulation.

## Installation

To install positive simply use `pip`

```bash
$ pip install positive
```

## License

positive is released under the [MIT license](LICENSE).


