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_indexing.py
src/daffodil/lib/daf_md.py
src/daffodil/lib/daf_pandas.py
src/daffodil/lib/daf_pdf.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_indexing.py
tests/test_keyedlist.py