.coveragerc
.gitignore
AUTHORS.rst
CHANGELOG.rst
LICENSE.txt
README.md
requirements.txt
setup.cfg
setup.py
.github/ISSUE_TEMPLATE.md
examples/demo.ipynb
examples/demo.py
examples/titanic.csv
examples/assets/pyforest_demo_in_jupyter.gif
examples/assets/pyforest_demo_in_python_shell.png
src/pyforest/__init__.py
src/pyforest/_importable.py
src/pyforest/_imports.py
src/pyforest/auto_import.py
src/pyforest.egg-info/PKG-INFO
src/pyforest.egg-info/SOURCES.txt
src/pyforest.egg-info/dependency_links.txt
src/pyforest.egg-info/not-zip-safe
src/pyforest.egg-info/requires.txt
src/pyforest.egg-info/top_level.txt
tests/conftest.py
tests/test_pyforest.py