.gitignore
CONTRIBUTING.md
LICENSE
LICENSE-3rdparty.csv
NOTICE
README.md
docker-compose.yml
mypy.ini
pyproject.toml
riotfile.py
setup.cfg
setup.py
.github/ISSUE_TEMPLATE.md
.github/PULL_REQUEST_TEMPLATE.md
.github/workflows/build_deploy.yml
.github/workflows/changelog.yml
.github/workflows/test.yml
ddsketch/__init__.py
ddsketch/__version.py
ddsketch/_version.py
ddsketch/ddsketch.py
ddsketch/mapping.py
ddsketch/py.typed
ddsketch/store.py
ddsketch.egg-info/PKG-INFO
ddsketch.egg-info/SOURCES.txt
ddsketch.egg-info/dependency_links.txt
ddsketch.egg-info/requires.txt
ddsketch.egg-info/top_level.txt
ddsketch/pb/__init__.py
ddsketch/pb/ddsketch.proto
ddsketch/pb/ddsketch_pb2.py
ddsketch/pb/proto.py
releasenotes/config.yaml
releasenotes/notes/ddsketch-api-a84ffc0875bbacd6.yaml
releasenotes/notes/protobuf-min-f6af9a2d5d96f53c.yaml
releasenotes/notes/py2-c963608396db7258.yaml
releasenotes/notes/py310-ac5baa9b0b69008a.yaml
releasenotes/notes/remove-custom-exceptions-e2bc67a72250269d.yaml
releasenotes/notes/remove-numpy-25fedcd9be9d6d80.yaml
releasenotes/notes/toplevelapi-6c04f2ca35a49d4b.yaml
releasenotes/notes/typing-25579ab88323a332.yaml
releasenotes/notes/version-b2a276df190a703a.yaml
scripts/check-releasenotes
tests/__init__.py
tests/datasets.py
tests/test_ddsketch.py
tests/test_mapping.py
tests/test_proto.py
tests/test_store.py