Metadata-Version: 2.1
Name: apoor
Version: 1.1.5
Summary: A small personal package created to store code and data I often reuse.
Home-page: https://github.com/a-poor/apoor
Author: Austin Poor
Author-email: a-poor@users.noreply.github.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 4 - Beta
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: numpy
Requires-Dist: pandas

# apoor

![PyPI - Status](https://img.shields.io/pypi/status/apoor)
![PyPI](https://img.shields.io/pypi/v/apoor)
[![Build Status](https://travis-ci.org/a-poor/apoor.svg?branch=master)](https://travis-ci.org/a-poor/apoor) 
[![codecov](https://codecov.io/gh/a-poor/apoor/branch/master/graph/badge.svg)](https://codecov.io/gh/a-poor/apoor)
[![Scrutinizer code quality (GitHub/Bitbucket)](https://img.shields.io/scrutinizer/quality/g/a-poor/apoor/master)](https://scrutinizer-ci.com/g/a-poor/apoor/?branch=master)
![PyPI - License](https://img.shields.io/pypi/l/apoor)
[![Documentation Status](https://readthedocs.org/projects/apoor/badge/?version=latest)](https://apoor.readthedocs.io/en/latest/?badge=latest)


_created by Austin Poor_

A small personal package created to store code and data I often reuse.

## Links

* PyPi Package: https://pypi.org/project/apoor/
* Documentation: https://apoor.readthedocs.io/en/latest/

## Installation Instructions

```bash
$ pip install apoor
```


