.gitignore
.pre-commit-config.yaml
.readthedocs.yaml
LICENSE
Makefile
README.md
pyproject.toml
uv.lock
.github/workflows/docs.yml
.github/workflows/publish.yml
.github/workflows/test.yml
docs/Makefile
docs/make.bat
docs/source/conf.py
docs/source/context_manager_and_autosave.rst
docs/source/defaults.rst
docs/source/development.rst
docs/source/error_handling.rst
docs/source/index.rst
docs/source/pooling.rst
docs/source/serialization_settings.rst
docs/source/api/index.rst
src/singlejson/__about__.py
src/singlejson/__init__.py
src/singlejson/fileutils.py
src/singlejson/pool.py
src/singlejson/py.typed
src/singlejson.egg-info/PKG-INFO
src/singlejson.egg-info/SOURCES.txt
src/singlejson.egg-info/dependency_links.txt
src/singlejson.egg-info/top_level.txt
tests/test_atomic_save_and_race.py
tests/test_defaults.py
tests/test_features.py
tests/test_pool.py
tests/test_reload_strict_recover.py
tests/test_serialization_settings.py
tests/test_singlejson.py
tests/test_thread_safety.py