CHANGELOG.md
LICENSE
MANIFEST.in
README.md
ROADMAP.md
pyproject.toml
src/daffodil/__init__.py
src/daffodil/daf.py
src/daffodil/keyedlist.py
src/daffodil/py.typed
src/daffodil.egg-info/PKG-INFO
src/daffodil.egg-info/SOURCES.txt
src/daffodil.egg-info/dependency_links.txt
src/daffodil.egg-info/requires.txt
src/daffodil.egg-info/top_level.txt
src/daffodil/lib/__init__.py
src/daffodil/lib/daf_md.py
src/daffodil/lib/daf_pandas.py
src/daffodil/lib/daf_pdf.py
src/daffodil/lib/daf_schema.py
src/daffodil/lib/daf_sql.py
src/daffodil/lib/daf_types.py
src/daffodil/lib/daf_utils.py
src/daffodil/lib/md_demo.py
src/daffodil/lib/schemaclass.py
tests/test_daf.py
tests/test_daf_construction.py
tests/test_daf_from_directory.py
tests/test_daf_indexing.py
tests/test_daf_indexing2.py
tests/test_daf_md.py
tests/test_daf_misc.py
tests/test_daf_pandas.py
tests/test_daf_reduction.py
tests/test_daf_schema.py
tests/test_daf_selection.py
tests/test_daf_setitem.py
tests/test_daf_transform.py
tests/test_daf_utils.py
tests/test_keyedlist.py
tests/test_keyedlist2.py