Metadata-Version: 2.1
Name: tybles
Version: 0.2.0
Summary: Tybles: simple schemas for Pandas dataframes
Home-page: https://github.com/denisrosset/tybles.git
License: BSD-3-Clause
Author: Denis Rosset
Author-email: physics@denisrosset.com
Requires-Python: >=3.8,<3.11
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Provides-Extra: docs
Requires-Dist: beartype (>=0.10.4,<0.11.0)
Requires-Dist: myst-nb (>=0.13.2,<0.14.0); extra == "docs"
Requires-Dist: numpy (>=1.22.3,<2.0.0)
Requires-Dist: pandas (>=1.2.4,<2.0.0)
Requires-Dist: sphinx (==4.3.2); extra == "docs"
Requires-Dist: sphinx-autodoc-typehints (>=1.17.0,<2.0.0); extra == "docs"
Requires-Dist: sphinx-book-theme (>=0.2.0,<0.3.0); extra == "docs"
Project-URL: Repository, https://github.com/denisrosset/tybles.git
Description-Content-Type: text/markdown

# Tybles: simple schemas for Pandas dataframes

See the website https://denisrosset.github.io/tybles 


## How to compile the documentation

```bash
poetry install -E docs # important, install the documentation extras
poetry run make -C docs clean html
```

