Metadata-Version: 2.1
Name: oeis-api
Version: 0.0.1
Summary: interface to the OEIS
Home-page: https://github.com/bhgomes/oeis
Author: Brandon Gomes
Author-email: bhgomes.github@gmail.com
License: MIT
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Development Status :: 1 - Planning
Requires-Python: >=3.6.0
Description-Content-Type: text/markdown
Requires-Dist: numpy
Requires-Dist: sympy
Requires-Dist: wrapt
Requires-Dist: python-box


# oeis
[![Build Status](https://travis-ci.com/bhgomes/oeis.svg?token=yR6xpuQ1eE8snjeofqA8&branch=master)](https://travis-ci.com/bhgomes/oeis) [![codecov](https://codecov.io/gh/bhgomes/oeis/branch/master/graph/badge.svg?token=vTvXjfMJD9)](https://codecov.io/gh/bhgomes/oeis)

_Interface to OEIS_

## Install Testing Environment

```bash
conda env update -f environment.yml --prune
conda activate oeis
```


