LICENSE
MANIFEST.in
README.md
pyproject.toml
chidian/__init__.py
chidian/core.py
chidian/lexicon.py
chidian/mapper.py
chidian/partials.py
chidian/table.py
chidian.egg-info/PKG-INFO
chidian.egg-info/SOURCES.txt
chidian.egg-info/dependency_links.txt
chidian.egg-info/requires.txt
chidian.egg-info/top_level.txt
chidian/lib/__init__.py
chidian/lib/core_helpers.py
chidian/lib/data_mapping_helpers.py
chidian/lib/filter_parser.py
chidian/lib/get_dsl_parser.py
chidian/lib/parser.py
chidian/lib/select_parser.py
chidian/lib/dsl/filter.peg
chidian/lib/dsl/get.peg
chidian/lib/dsl/select.peg
tests/test_data_mapping.py
tests/test_get.py
tests/test_lexicon.py
tests/test_lib.py
tests/test_mapper.py
tests/test_partials.py
tests/test_property_based.py
tests/test_put.py
tests/test_table.py
tests/test_table_display.py
tests/test_table_flatten.py
tests/test_table_io.py
tests/test_table_pandas.py
tests/test_table_polars.py
tests/test_types.py