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

https://github.com/joshua-auchincloss/tableclasses

dataclass-like typing for tabular data
https://github.com/joshua-auchincloss/tableclasses

arrow data-science pandas python

Last synced: 2 months ago
JSON representation

dataclass-like typing for tabular data

Awesome Lists containing this project

README

          

# tableclasses

[![Code Coverage](https://img.shields.io/codecov/c/github/joshua-auchincloss/spic?style=flat-square)](https://app.codecov.io/github/joshua-auchincloss/tableclasses)
[![PyPI - Version](https://img.shields.io/pypi/v/tableclasses.svg)](https://pypi.org/project/tableclasses)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/tableclasses.svg)](https://pypi.org/project/tableclasses)

---

**Table of Contents**

- [Installation](#installation)
- [License](#license)

## Installation

```console
pip install tableclasses
```

## License

`tableclasses` is distributed under the terms of the [MIT](https://spdx.org/licenses/MIT.html) license.