Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 282 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 282 Bytes

Tybles: simple schemas for Pandas dataframes

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

How to compile the documentation

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