.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/bytesparse.base.ImmutableMemory.rst
docs/_autosummary/bytesparse.base.MutableMemory.rst
docs/_autosummary/bytesparse.base.STR_MAX_CONTENT_SIZE.rst
docs/_autosummary/bytesparse.base.rst
docs/_autosummary/bytesparse.inplace.Memory.rst
docs/_autosummary/bytesparse.inplace.bytesparse.rst
docs/_autosummary/bytesparse.inplace.collapse_blocks.rst
docs/_autosummary/bytesparse.inplace.rst
docs/_autosummary/bytesparse.rst
docs/_static/.keep
docs/_static/css/my_theme.css
docs/_templates/custom-class-template.rst
docs/_templates/custom-module-template.rst
src/bytesparse/__init__.py
src/bytesparse/base.py
src/bytesparse/inplace.py
src/bytesparse.egg-info/PKG-INFO
src/bytesparse.egg-info/SOURCES.txt
src/bytesparse.egg-info/dependency_links.txt
src/bytesparse.egg-info/not-zip-safe
src/bytesparse.egg-info/requires.txt
src/bytesparse.egg-info/top_level.txt
tests/_common.py
tests/test_inplace.py