.gitignore
.readthedocs.yaml
LICENSE
README.md
pyproject.toml
pytest.ini
.github/workflows/docs.yml
.github/workflows/python-app.yml
.github/workflows/python-publish.yml
docs/Makefile
docs/make.bat
docs/source/advanced.rst
docs/source/conf.py
docs/source/getting_started.rst
docs/source/index.rst
docs/source/api/index.rst
src/singlejson/__about__.py
src/singlejson/__init__.py
src/singlejson/fileutils.py
src/singlejson/pool.py
src/singlejson.egg-info/PKG-INFO
src/singlejson.egg-info/SOURCES.txt
src/singlejson.egg-info/dependency_links.txt
src/singlejson.egg-info/requires.txt
src/singlejson.egg-info/top_level.txt
tests/test_features.py
tests/test_pool.py
tests/test_serialization_settings.py
tests/test_singlejson.py
tests/test_utils.py