.gitignore
LICENSE
README.md
justfile
mkdocs.yml
pyproject.toml
requirements-dev.txt
requirements.txt
setup.cfg
.github/workflows/core_build.yml
.github/workflows/coverage.yml
.github/workflows/docs.yml
.github/workflows/lint.yml
.github/workflows/package_build.yml
.github/workflows/package_publish.yml
.idea/fliq.iml
benchmark/benchmark.py
benchmark/benchmark_old.py
benchmark/benchmark_runner.py
benchmark/example.py
benchmark/s1.csv
benchmark/s2.csv
docs/getting_started.md
docs/index.md
docs/assets/flick_emoji_2.png
docs/assets/flick_emoji_2_small.png
docs/assets/s1.png
docs/assets/s2.png
docs/reference/api_intro.md
docs/reference/api_roadmap.md
docs/reference/mapper_methods.md
docs/reference/materializer_methods.md
docs/reference/partitioning.md
docs/reference/snapshots.md
fliq/__init__.py
fliq/exceptions.py
fliq/query.py
fliq/query_base.py
fliq/types.py
fliq.egg-info/PKG-INFO
fliq.egg-info/SOURCES.txt
fliq.egg-info/dependency_links.txt
fliq.egg-info/top_level.txt
fliq/tests/__init__.py
fliq/tests/fliq_test_utils.py
fliq/tests/timer.py
fliq/tests/mappers/__init__.py
fliq/tests/mappers/test_append.py
fliq/tests/mappers/test_append_many.py
fliq/tests/mappers/test_bottom.py
fliq/tests/mappers/test_distinct.py
fliq/tests/mappers/test_exclude.py
fliq/tests/mappers/test_group_by.py
fliq/tests/mappers/test_order_by.py
fliq/tests/mappers/test_prepend.py
fliq/tests/mappers/test_prepend_many.py
fliq/tests/mappers/test_reverse.py
fliq/tests/mappers/test_select.py
fliq/tests/mappers/test_shuffle.py
fliq/tests/mappers/test_skip.py
fliq/tests/mappers/test_slice.py
fliq/tests/mappers/test_take.py
fliq/tests/mappers/test_top.py
fliq/tests/mappers/test_where.py
fliq/tests/mappers/test_zip.py
fliq/tests/materializer/__init__.py
fliq/tests/materializer/test_to_dict.py
fliq/tests/materializer/test_to_list.py
fliq/tests/materializer/reducers/__init__.py
fliq/tests/materializer/reducers/test_aggregate.py
fliq/tests/materializer/reducers/test_all.py
fliq/tests/materializer/reducers/test_any.py
fliq/tests/materializer/reducers/test_contains.py
fliq/tests/materializer/reducers/test_count.py
fliq/tests/materializer/reducers/test_equals.py
fliq/tests/materializer/reducers/test_first.py
fliq/tests/materializer/reducers/test_first_or_default.py
fliq/tests/materializer/reducers/test_max.py
fliq/tests/materializer/reducers/test_min.py
fliq/tests/materializer/reducers/test_single.py
fliq/tests/materializer/reducers/test_single_or_default.py
fliq/tests/materializer/reducers/test_sum.py
fliq/tests/materializer/reducers/special_reducers/__init__.py
fliq/tests/materializer/reducers/special_reducers/test_eq.py
fliq/tests/materializer/reducers/special_reducers/test_in.py
fliq/tests/special/__init__.py
fliq/tests/special/test_partition.py
fliq/tests/special/test_snap.py
fliq/tests/system/__init__.py
fliq/tests/system/test_iterable.py
fliq/tests/system/test_performance.py
fliq/tests/system/test_sanity.py
scripts/gen_docs.py
scripts/single_file_coverage_check.py