An open API service indexing awesome lists of open source software.

https://github.com/a-poor/apoor

A small personal package created to store code and data I often reuse.
https://github.com/a-poor/apoor

pypi python

Last synced: 5 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# 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.

Inspired by Hillary Parker's [blog post](https://hilaryparker.com/2013/04/03/personal-r-packages/) about personal R packages.

I'm also using it to

## Links

* GitHub Repo: https://github.com/a-poor/apoor
* PyPi Package: https://pypi.org/project/apoor
* Documentation: https://apoor.readthedocs.io/en/latest

## Installation Instructions

```bash
$ pip install apoor
```

***

I'd love to know if you use this package or have any suggestions for things to add!