.coveragerc
.editorconfig
.gitignore
.readthedocs.yaml
AUTHORS.rst
CHANGELOG.rst
CONTRIBUTING.rst
LICENSE
MANIFEST.in
README.rst
pyproject.toml
requirements.txt
setup.cfg
setup.py
tox.ini
.github/workflows/ci.yml
.github/workflows/packaging.yml
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.HUMAN_ASCII.rst
docs/_autosummary/bytesparse.base.ImmutableMemory.rst
docs/_autosummary/bytesparse.base.MutableBytesparse.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.rst
docs/_autosummary/bytesparse.io.MemoryIO.rst
docs/_autosummary/bytesparse.io.SEEK_CUR.rst
docs/_autosummary/bytesparse.io.SEEK_DATA.rst
docs/_autosummary/bytesparse.io.SEEK_END.rst
docs/_autosummary/bytesparse.io.SEEK_HOLE.rst
docs/_autosummary/bytesparse.io.SEEK_SET.rst
docs/_autosummary/bytesparse.io.rst
docs/_autosummary/bytesparse.rst
docs/_static/.gitkeep
docs/_templates/custom-base-template.rst
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/io.py
src/bytesparse.egg-info/PKG-INFO
src/bytesparse.egg-info/SOURCES.txt
src/bytesparse.egg-info/dependency_links.txt
src/bytesparse.egg-info/requires.txt
src/bytesparse.egg-info/top_level.txt
tests/_common.py
tests/test_inplace.py
tests/test_io.py