.gitignore
.pre-commit-config.yaml
.readthedocs.yml
LICENSE.txt
README.rst
pyproject.toml
setup.py
.github/pull_request_template.md
.github/ISSUE_TEMPLATE/bug_report.yaml
.github/ISSUE_TEMPLATE/config.yml
.github/ISSUE_TEMPLATE/features_request.yaml
.github/workflows/cifuzz.yml
.github/workflows/publish.yml
.github/workflows/test.yml
benchmarks/README.rst
benchmarks/tests/conftest.py
benchmarks/tests/test_vs_json.py
cbor2/__init__.py
cbor2/_decoder.py
cbor2/_encoder.py
cbor2/_types.py
cbor2/decoder.py
cbor2/encoder.py
cbor2/py.typed
cbor2/tool.py
cbor2/types.py
cbor2.egg-info/PKG-INFO
cbor2.egg-info/SOURCES.txt
cbor2.egg-info/dependency_links.txt
cbor2.egg-info/entry_points.txt
cbor2.egg-info/requires.txt
cbor2.egg-info/top_level.txt
docs/api.rst
docs/conf.py
docs/customizing.rst
docs/index.rst
docs/usage.rst
docs/versionhistory.rst
scripts/coverage.sh
scripts/coverage_server.py
scripts/half_float_tables.py
scripts/ref_leak_test.py
scripts/speed_test.py
source/decoder.c
source/decoder.h
source/encoder.c
source/encoder.h
source/halffloat.c
source/halffloat.h
source/module.c
source/module.h
source/tags.c
source/tags.h
tests/__init__.py
tests/conftest.py
tests/examples.cbor.b64
tests/examples.json
tests/hypothesis_strategies.py
tests/test_decoder.py
tests/test_encoder.py
tests/test_tool.py
tests/test_types.py