LICENSE
README.md
setup.cfg
setup.py
pysondb/__init__.py
pysondb/__main__.py
pysondb/cli.py
pysondb/db.py
pysondb/db_types.py
pysondb/errors.py
pysondb/utils.py
pysondb_v2.egg-info/PKG-INFO
pysondb_v2.egg-info/SOURCES.txt
pysondb_v2.egg-info/dependency_links.txt
pysondb_v2.egg-info/entry_points.txt
pysondb_v2.egg-info/requires.txt
pysondb_v2.egg-info/top_level.txt
tests/test_cli.py
tests/test_cli_merge.py
tests/test_cli_purge.py
tests/test_cli_show.py
tests/test_cli_tocsv.py
tests/test_db_add.py
tests/test_db_add_many.py
tests/test_db_add_new_key.py
tests/test_db_autoupdate.py
tests/test_db_delete_by_query.py
tests/test_db_get_all.py
tests/test_db_get_all_select_keys.py
tests/test_db_get_by_id.py
tests/test_db_get_by_query.py
tests/test_db_purge.py
tests/test_db_update_by_id.py
tests/test_db_update_by_query.py
tests/test_db_utils_methods.py
tests/test_delete_by_id.py
tests/test_id_generator.py
tests/test_something.py
tests/test_utils_migrate.py