.coveragerc
.editorconfig
AUTHORS.rst
CHANGELOG.rst
CONTRIBUTING.rst
LICENSE
MANIFEST.in
README.rst
pyproject.toml
setup.cfg
setup.py
tox.ini
.github/workflows/ci.yml
.github/workflows/packaging.yml
_static/readme.txt
docs/authors.rst
docs/changelog.rst
docs/conf.py
docs/contributing.rst
docs/index.rst
docs/installation.rst
docs/readme.rst
docs/reference.rst
docs/requirements.txt
docs/spelling_wordlist.txt
docs/_autosummary/cbytesparse._c.BlockView.rst
docs/_autosummary/cbytesparse._c.Memory.rst
docs/_autosummary/cbytesparse._c.collapse_blocks.rst
docs/_autosummary/cbytesparse._c.rst
docs/_autosummary/cbytesparse.rst
docs/_static/.keep
docs/_static/css/my_theme.css
docs/_templates/custom-class-template.rst
docs/_templates/custom-module-template.rst
scripts/cython_build_src.py
scripts/cython_build_tests.py
src/cbytesparse/__init__.pxd
src/cbytesparse/__init__.py
src/cbytesparse/_c.c
src/cbytesparse/_c.html
src/cbytesparse/_c.pxd
src/cbytesparse/_c.pyx
src/cbytesparse.egg-info/PKG-INFO
src/cbytesparse.egg-info/SOURCES.txt
src/cbytesparse.egg-info/dependency_links.txt
src/cbytesparse.egg-info/not-zip-safe
src/cbytesparse.egg-info/requires.txt
src/cbytesparse.egg-info/top_level.txt
tests/_common.py
tests/_test_c.c
tests/_test_c.html
tests/_test_c.pyx
tests/test_c.py