LICENSE
README.md
pyproject.toml
setup.cfg
setup.py
AutoDict.egg-info/PKG-INFO
AutoDict.egg-info/SOURCES.txt
AutoDict.egg-info/dependency_links.txt
AutoDict.egg-info/not-zip-safe
AutoDict.egg-info/requires.txt
AutoDict.egg-info/top_level.txt
autodict/__init__.py
autodict/implementation.py
autodict/version.py
autodict/json_drivers/__init__.py
autodict/json_drivers/base.py
autodict/json_drivers/orjson.py
autodict/json_drivers/rapidjson.py
autodict/json_drivers/simplejson.py
autodict/json_drivers/ujson.py
tests/__init__.py
tests/__main__.py
tests/base.py
tests/test_autodict.py
tests/json_drivers/__init__.py
tests/json_drivers/test_base.py
tests/json_drivers/test_orjson.py
tests/json_drivers/test_rapidjson.py
tests/json_drivers/test_simplejson.py
tests/json_drivers/test_ujson.py