.editorconfig
.flake8
.gitignore
.pre-commit-config.yaml
LICENSE
README.md
env.yaml
mkdocs.yml
pyproject.toml
setup.cfg
setup.py
.github/workflows/publish.yml
.github/workflows/test_suite.yml
docs/index.md
docs/overrides/main.html
notebooks/recipes/hydraconf_notebook.ipynb
notebooks/recipes/savefig_pdf.ipynb
notebooks/recipes/savefig_sns_pdf.ipynb
src/anypy/__init__.py
src/anypy/_version.py
src/anypy.egg-info/PKG-INFO
src/anypy.egg-info/SOURCES.txt
src/anypy.egg-info/dependency_links.txt
src/anypy.egg-info/not-zip-safe
src/anypy.egg-info/requires.txt
src/anypy.egg-info/top_level.txt
src/anypy/benchmark/__init__.py
src/anypy/benchmark/chrono.py
src/anypy/data/metadata_dataset_dict.py
src/anypy/latex/__init__.py
src/anypy/latex/dataframe.py
src/anypy/nn/blocks.py
src/anypy/nn/dyncnn.py
src/anypy/nn/utils.py
tests/__init__.py
tests/test_package.py
tests/benchmark/test_chrono.py
tests/data/test_metadata_dataset_dict.py
tests/latex/__init__.py
tests/latex/test_dataframe.py
tests/nn/test_blocks.py
tests/nn/test_dyncnn.py
tests/nn/test_utils.py