Metadata-Version: 2.4
Name: pyoeis3
Version: 1.1.5
Summary: Python3 interface to the OEIS
Author: oddbookworm
License-Expression: MIT AND (Apache-2.0)
Classifier: Development Status :: 3 - Alpha
Classifier: Natural Language :: English
Classifier: Intended Audience :: Developers
Classifier: Topic :: Scientific/Engineering :: Mathematics
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Project-URL: Bug Reports, https://github.com/oddbookworm/PyOEIS3/issues
Project-URL: Documentation, http://pyoeis.readthedocs.org
Project-URL: Python Hosted, https://pythonhosted.org/pyoeis
Requires-Python: >=3.0
Description-Content-Type: text/markdown

# PyOEIS3

PyOEIS3 is a module for interfacing with the [Online Encyclopedia of Integer Sequences](http://oeis.org)

PyOEIS provides several methods to search the `Online
Encyclopedia of Integer Sequences with Python (OEIS)
<http://www.oeis.org>`\_. It also allows for access
the information contained within individual sequence
entries, obtained by the querying methods
provided.

It is a fork of [PyOEIS](https://github.com/whonut/PyOEIS), which is no longer maintained and is incompatible
with modern versions of python3 because it relies on a deprecated tool for building python 3 modules from
python2 source code. Thanks to @whonut for the original module, but I'm releasing a modern variant.

## Installation

The easiest way to install is with [pip](https://pip.pypa.io/en/latest/).

    $ pip install pyoeis3

## Documentation

Documentation can be found in the following places (links to the docs of the original, this is currently
a direct port):

- [Read The Docs](http://pyoeis.readthedocs.org)
- [Python Hosted](https://pythonhosted.org/pyoeis)
