.gitignore
.readthedocs.yml
LICENSE.txt
README.rst
pyproject.toml
setup.cfg
setup.py
tox.ini
.github/workflows/codeqa-test.yml
.github/workflows/publish.yml
cbor2/__init__.py
cbor2/decoder.py
cbor2/encoder.py
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/requires.txt
cbor2.egg-info/top_level.txt
docs/conf.py
docs/customizing.rst
docs/index.rst
docs/usage.rst
docs/versionhistory.rst
docs/modules/decoder.rst
docs/modules/encoder.rst
docs/modules/types.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/conftest.py
tests/examples.cbor.b64
tests/examples.json
tests/test_decoder.py
tests/test_encoder.py
tests/test_tool.py
tests/test_types.py