README.md
pyproject.toml
src/eoil/__init__.py
src/eoil/autograd.py
src/eoil/catalogue.py
src/eoil/client.py
src/eoil/exceptions.py
src/eoil/models.py
src/eoil/presets.py
src/eoil/stream.py
src/eoil.egg-info/PKG-INFO
src/eoil.egg-info/SOURCES.txt
src/eoil.egg-info/dependency_links.txt
src/eoil.egg-info/requires.txt
src/eoil.egg-info/top_level.txt
src/eoil/adapters/__init__.py
src/eoil/adapters/pandas.py
src/eoil/adapters/pytorch.py
src/eoil/adapters/scipy.py
src/eoil/adapters/sklearn.py
tests/test_adapters_pandas.py
tests/test_adapters_pytorch.py
tests/test_adapters_scipy.py
tests/test_adapters_sklearn.py
tests/test_client.py
tests/test_stream.py