LICENSE
README.md
pyproject.toml
fscollections/__init__.py
fscollections.egg-info/PKG-INFO
fscollections.egg-info/SOURCES.txt
fscollections.egg-info/dependency_links.txt
fscollections.egg-info/requires.txt
fscollections.egg-info/top_level.txt
fscollections/application/__init__.py
fscollections/application/async_factory.py
fscollections/application/factory.py
fscollections/domain/__init__.py
fscollections/domain/async_collections.py
fscollections/domain/collections.py
fscollections/domain/interfaces.py
fscollections/domain/types.py
fscollections/infrastructure/__init__.py
fscollections/infrastructure/async_index_store.py
fscollections/infrastructure/async_record_store.py
fscollections/infrastructure/cache.py
fscollections/infrastructure/index_store.py
fscollections/infrastructure/locks.py
fscollections/infrastructure/record_store.py
fscollections/tests/__init__.py
fscollections/tests/integration/__init__.py
fscollections/tests/integration/test_exhaustive.py
fscollections/tests/integration/test_integration.py
fscollections/tests/integration/domain/__init__.py
fscollections/tests/integration/domain/test_async_collections.py
fscollections/tests/integration/domain/test_compaction.py
fscollections/tests/integration/domain/test_queries.py
fscollections/tests/integration/domain/test_types.py
fscollections/tests/integration/examples/__init__.py
fscollections/tests/integration/examples/test_integration_examples.py
fscollections/tests/integration/infrastructure/__init__.py
fscollections/tests/integration/infrastructure/test_cache.py
fscollections/tests/unit/__init__.py
fscollections/tests/unit/application/test_async_factory.py
fscollections/tests/unit/application/test_factory.py
fscollections/tests/unit/domain/__init__.py
fscollections/tests/unit/domain/test_async_collections.py
fscollections/tests/unit/domain/test_collections.py
fscollections/tests/unit/domain/test_types.py
fscollections/tests/unit/examples/__init__.py
fscollections/tests/unit/examples/test_bdd.py
fscollections/tests/unit/examples/test_job_queue.py
fscollections/tests/unit/examples/test_nosql_db.py
fscollections/tests/unit/examples/test_persistent_cache.py
fscollections/tests/unit/examples/test_search_engine.py
fscollections/tests/unit/examples/test_todo_cli.py
fscollections/tests/unit/infrastructure/__init__.py
fscollections/tests/unit/infrastructure/test_async_index_store.py
fscollections/tests/unit/infrastructure/test_async_record_store.py
fscollections/tests/unit/infrastructure/test_cache.py
fscollections/tests/unit/infrastructure/test_index_store.py
fscollections/tests/unit/infrastructure/test_locks.py
fscollections/tests/unit/infrastructure/test_record_store.py