.gitignore
CHANGELOG.md
LICENSE
MANIFEST.in
PYPI_RELEASE.md
README.md
ROADMAP.md
setup.py
.github/workflows/ci-cd.yml
.github/workflows/python-package.yml
.github/workflows/python-publish.yml
docs/API_REFERENCE.md
docs/BENCHMARK_REPORT.md
docs/MIGRATION_GUIDE.md
docs/TRANSACTIONS.md
docs/TUTORIAL.md
examples/advanced_features.py
examples/basic_usage.py
examples/pymongo_datetime.py
examples/pymongo_demo.py
jsonlite/__init__.py
jsonlite/jsonlite.py
jsonlite/monkey_patch.py
jsonlite/transaction.py
jsonlite.egg-info/PKG-INFO
jsonlite.egg-info/SOURCES.txt
jsonlite.egg-info/dependency_links.txt
jsonlite.egg-info/requires.txt
jsonlite.egg-info/top_level.txt
tests/__init__.py
tests/test_aggregation.py
tests/test_basic.py
tests/test_binary.py
tests/test_cache.py
tests/test_concurrency.py
tests/test_cursor.py
tests/test_data_integrity.py
tests/test_datatime.py
tests/test_indexes.py
tests/test_number.py
tests/test_performance.py
tests/test_pymongo_compat.py
tests/test_transaction.py
tests/test_update_operators.py
tools/benchmark.py
tools/summary.py