Skip to content

denisrosset/tybles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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