Metadata-Version: 2.1
Name: tapr
Version: 0.1.4
Summary: A library to facilitate tabular programming.
Home-page: https://bitbucket.org/elspacedoge/tapr
Author: elspacedoge
Author-email: elspacedoge@gmail.com
License: MIT
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
License-File: LICENSE

# Tapr

---

## Installation

```pip install tapr```

---

## Introduction

Tapr facilitates what it stands for: TAbular PRogramming. In short what this means
is that it allows users to work with tabular objects called N-tables. N-tables
are n-dimensional tables (10/10 naming right?) that can contain any python object.
They provide a suite of operations that are "tabularized", which is a concept similar
to vectoraization and broadcasting in other table-oriented libraries like numpy,
pandas, and xarray. The same way these libraries get rid of the need for
loops on more primative data types, Tapr does so for any python data type.

---

## Documentation

You can find the Tapr documentation [here](https://tapr.readthedocs.io/).

---

## License

Tapr is distributed under the terms of the [MIT License](https://bitbucket.org/elspacedoge/tapr/src/master/LICENSE)

