kayjan / bigtree

Tree Implementation and Methods for Python, integrated with list, dictionary, pandas and polars DataFrame.

Home Page:https://bigtree.readthedocs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Typed package

jzazo opened this issue · comments

Hi! I am starting to explore the library. One thing I noticed is that some parts are typed (not sure if everything). Do you mind declaring that your package is typed if it is? You need to add a py.typed file at the root of the source. Link1 and link2.

Hi, have added type checking with mypy. Thanks for your suggestion!