.dockerignore
.gitignore
.pre-commit-config.yaml
Dockerfile
LICENSE
README.md
mkdocs.yml
pyproject.toml
uv.lock
.devcontainer/devcontainer.json
.github/FUNDING.yml
.github/pull_request_template.md
.github/workflows/ci-cd.yaml
docs/index.md
docs/license.md
docs/usage.md
src/wring/__init__.py
src/wring/_app.py
src/wring/_version.py
src/wring/csv.py
src/wring/omx.py
src/wring/omx_fast_reader.py
src/wring/omx_parquet.py
src/wring/py.typed
src/wring/tar_zst.py
src/wring.egg-info/PKG-INFO
src/wring.egg-info/SOURCES.txt
src/wring.egg-info/dependency_links.txt
src/wring.egg-info/entry_points.txt
src/wring.egg-info/requires.txt
src/wring.egg-info/scm_file_list.json
src/wring.egg-info/scm_version.json
src/wring.egg-info/top_level.txt
tests/conftest.py
tests/test_omx.py
tests/test_omx_fast_reader.py
tests/test_omx_parquet.py
tests/test_zst.py