Metadata-Version: 2.4
Name: tableform
Version: 0.0.1
Summary: _repr_html_ for nested data
Author-email: Simon Rochester <simon.rochester@gmail.com>
License: Apache-2.0
Project-URL: Repository, https://github.com/simonkeys/tableform
Project-URL: Documentation, https://simonkeys.github.io/tableform
Keywords: nbdev,jupyter,notebook,python
Classifier: Natural Language :: English
Classifier: Intended Audience :: Developers
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Provides-Extra: dev
Requires-Dist: numpy; extra == "dev"
Requires-Dist: nbdev; extra == "dev"
Dynamic: license-file

# tableform


<!-- WARNING: THIS FILE WAS AUTOGENERATED! DO NOT EDIT! -->

This file will become your README and also the index of your
documentation.

## Install

``` sh
pip install tableform
```

## How to use

Fill me in please! Don’t forget code examples:

``` python
1+1
```

    2
