Metadata-Version: 2.2
Name: tableserializer
Version: 0.0.2
Summary: Boil your tabular data down to serializations.
Author-email: Daniel Gomm <daniel.gomm@cwi.nl>
Project-URL: Homepage, https://github.com/daniel-gomm/table-serialization-kitchen
Project-URL: Issues, https://github.com/daniel-gomm/table-serialization-kitchen/issues
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.5
Description-Content-Type: text/markdown
Requires-Dist: pandas>=2.2.3
Requires-Dist: scikit-learn~=1.6.1

![Cover Image](.assets/documentation/cover_image.webp "Table Serialization Kitchen Cover")

# Table Serialization Kitchen

Use the Table Serialization Kitchen to boil your tabular data down to serializations. Provide a recipe and some 
ingredients and serialize your tables in no-time. You can easily spice things up by extending Table Serialization 
Kitchen with your own serialization ideas!

> **Disclaimer:** 
> This project is still in the baking! The codebase will evolve substantially.


## Installation

To install Table Serialization Kitchen from source, clone the repository and run the following command from the root 
directory of the repository:

```shell
pip install . -e
```

## Usage

> Hungry for more? This documentation will be extended soon
