fscollections/__init__.py,sha256=yKWD7DVL6chVo0fOs5SOF7JA-hXGjkWPKJyIu_t66h8,578
fscollections/application/__init__.py,sha256=fgzuwkS1lRO2uFImSRySJgHExG-UOUA71hfRIypfbtA,26
fscollections/application/async_factory.py,sha256=B_a2uy5cBq6JV-HDQe8GZDGl3W9QCSA_OO8R3Jezr4Q,1959
fscollections/application/factory.py,sha256=ZbeG4kIK4_jGyLKO4CDfX51phwMiklsQCAQJ6YhHyak,3721
fscollections/domain/__init__.py,sha256=IN0K857NBWSJAUaUbaGzzSxkT0knum9l1T9_cmZkeEI,21
fscollections/domain/async_collections.py,sha256=AYq2cAwCyUP9eGnh6mB1V56-9bz-oB78fcgHHXdySmA,33152
fscollections/domain/collections.py,sha256=kUv4WLr16-mzs1c5S_EH3Zg0D6FyRS9RNmio9yAn1pg,40941
fscollections/domain/interfaces.py,sha256=in-K9diZ_NYrjgM06oluZ7xYAzwWEnnOSsVnvSWmiT0,2419
fscollections/domain/types.py,sha256=JgF73q6aou8QQrGGDmiLXXq4LbBu4-DFpEwHlZ-TfO4,5420
fscollections/infrastructure/__init__.py,sha256=TuZmb8I4OEcZfle1YQshinSacFVPOAsYFDqc9mximDQ,29
fscollections/infrastructure/async_index_store.py,sha256=4OvnOPKYLOkO2okqJDPsbtIj1_KJyU0sdscUJTJkUfU,6367
fscollections/infrastructure/async_record_store.py,sha256=CkyZHePbDCDZpu3R89BD2SGda1WgJQQGalQbk-8xURE,5586
fscollections/infrastructure/cache.py,sha256=DNbtcrFDMNSFWwMhpXo7DMrBVNdtrlj-7doW93rGHPc,3121
fscollections/infrastructure/index_store.py,sha256=3kNFkMb-seedsmnKyCexumdqSArn1GngchBcmLYexEw,4790
fscollections/infrastructure/locks.py,sha256=cnYanGs0rZT-JJYtOPQi-goyM1HCRbhBn2mEiuNFq9k,1610
fscollections/infrastructure/record_store.py,sha256=JQUdJ0SuGzCyf2URmIRoc5T1ZjamyPq8r2VNJKk579E,4191
fscollections/tests/__init__.py,sha256=4FjizrjFzcxbXbYfFpwN2FKvsXs6GbZeyjPjcuDx2lU,20
fscollections/tests/integration/__init__.py,sha256=3rBLr9FWlPOems0EvEakLngKcw3CT587McAqoC96mII,25
fscollections/tests/integration/test_exhaustive.py,sha256=su-eECkrXg9ma-7l2GaWrqcOtgOgJv5thKZ0ohH_fB8,24880
fscollections/tests/integration/test_integration.py,sha256=hi_ZPRc0Gd41csB2xq7obJVy7wJ6cbk-Y6QQujxUJ3A,6956
fscollections/tests/integration/domain/__init__.py,sha256=7Bj7uwXBOOqjV8W64l7MCoz3ZRkbp_0NJbYcahjXShI,49
fscollections/tests/integration/domain/test_async_collections.py,sha256=k2FF66NTKHt21mnqc9_BJaz0unuHmgRCwKil5QwnAK0,5843
fscollections/tests/integration/domain/test_compaction.py,sha256=voOkhsxLLESIhZClbidEta9CoJytEPpFxOc4y_F9PTg,1281
fscollections/tests/integration/domain/test_queries.py,sha256=k6B-nfeT4yj-EJLIa_is39SagT5ZjHqYijMKig0DYGE,2788
fscollections/tests/integration/domain/test_types.py,sha256=QF8EK04-1z01sIl_V5hKsAv1h0sIvGmNI1yKY1PQv0Y,3322
fscollections/tests/integration/examples/__init__.py,sha256=G7HlULZ-X7NsePF-NGMfnPs7HVnJMGuSOA_h_ERVRJ0,54
fscollections/tests/integration/examples/test_integration_examples.py,sha256=ugA4Q0ET6cSqmFGSH5VBvBzBNmAzf3J3Qd8UhdnnUmk,5629
fscollections/tests/integration/infrastructure/__init__.py,sha256=bMHyqBKj8rtye1-exdiMqd874M2eir7PQUBB-Mceq6g,57
fscollections/tests/integration/infrastructure/test_cache.py,sha256=-aqcOdCnnszpiqw2_OmGQMiQk0WOgJtvrmY4Lryeiro,3134
fscollections/tests/unit/__init__.py,sha256=nfB79hEC4WOb7rf5xZq-fkzuv3rnEEW7JAS2e4hZkRU,18
fscollections/tests/unit/application/test_async_factory.py,sha256=_8foe1ImhPgUX1S5zKi3-_OzqLDhJkLsmE70m6hNAT0,1592
fscollections/tests/unit/application/test_factory.py,sha256=QcTXUgXS3YjyOaSgMsUodtearjPKVCeWPY7xuFkozjE,1994
fscollections/tests/unit/domain/__init__.py,sha256=oCsQy87C43VPqOzDKd7w0-NzfC0lmH_yLegYyywNpKA,42
fscollections/tests/unit/domain/test_async_collections.py,sha256=ilzkqXjGaBPWwZkm87dUnDzNFHDEY-_5hCMCjmmbHgs,22419
fscollections/tests/unit/domain/test_collections.py,sha256=mQ2zew5Jp_1MD40hT8ScKlWNKPG0iyK75iMYO3KyFzE,18281
fscollections/tests/unit/domain/test_types.py,sha256=rePp0SHe6iIr3chOQx51qNr6IjZNGA8RHEjrNY4QKeA,6898
fscollections/tests/unit/examples/__init__.py,sha256=8URPTMkXIm4fUdbAbMaTxdKHKbvHgOEnSbzM5INYR3M,50
fscollections/tests/unit/examples/test_bdd.py,sha256=hY-SX95pZJRWg758ziqH7_es7nmvpLa3CFq24XhdFnY,13354
fscollections/tests/unit/examples/test_job_queue.py,sha256=EZ2PWoAOnRyQ8bYBL1OerzpWhj-KOql3xP6v-ir9IJ0,4724
fscollections/tests/unit/examples/test_nosql_db.py,sha256=xUfQz7HbFCindkjhJ3eD3ZbP1jk55PLKRh9-tPtyAzY,3238
fscollections/tests/unit/examples/test_persistent_cache.py,sha256=e2uLsOFeRw0TU1gH-5Q29ESOHCg1xlvHQEXM3zheYwE,5101
fscollections/tests/unit/examples/test_search_engine.py,sha256=qOOrB_-KFfZCD73-jHtpOOnMymEU2lrvjno1xgSb5kg,3532
fscollections/tests/unit/examples/test_todo_cli.py,sha256=68u58bzcXnIZGbmFeKUevAwABgVK3eTb0p7gfyMSXKE,3555
fscollections/tests/unit/infrastructure/__init__.py,sha256=KOLB2YO85A2UwJim8ChV5d6zHZScIjAkxHmIMpD_nKg,50
fscollections/tests/unit/infrastructure/test_async_index_store.py,sha256=_DyNdrrKJrBxviOkr6RoRBwzaeXPYZA_58XHQkp_aDM,5810
fscollections/tests/unit/infrastructure/test_async_record_store.py,sha256=SiNu0JUnCj30cvSnFtPqFXqH6ze4a_WtLF2FaBSzINU,3965
fscollections/tests/unit/infrastructure/test_cache.py,sha256=O2Vd-viHR3IXp3NFVD8iZi9N8-wd3c_iCF2FOxtLQ8Q,3296
fscollections/tests/unit/infrastructure/test_index_store.py,sha256=x_Cbkhr8QQZ71wOFPYtsmgonIBXtFANrhKr9yRzGSok,2263
fscollections/tests/unit/infrastructure/test_locks.py,sha256=HyKjeun0kB-bpa93QsozMJGFyCCSeCObt6oC4pKpwag,1966
fscollections/tests/unit/infrastructure/test_record_store.py,sha256=KmY4m-QRSQ7PiqzqZiDEKiPQVS8OOqTcarc0Cd8hO5A,2975
fscollections-0.0.1.dist-info/licenses/LICENSE,sha256=Ma_3cexdsR2RAXzrOKfsvp14uA292gF2tx9ZDys7Ye0,1065
fscollections-0.0.1.dist-info/METADATA,sha256=7305ZsiMYt6k6aCrR7znqbPWbfObEiit074s2qYlO-w,22293
fscollections-0.0.1.dist-info/WHEEL,sha256=aeYiig01lYGDzBgS8HxWXOg3uV61G9ijOsup-k9o1sk,91
fscollections-0.0.1.dist-info/top_level.txt,sha256=l3i-F7JhMy91AFEjY78SGWY5YmPvNB8aQWZ2g53k68E,14
fscollections-0.0.1.dist-info/RECORD,,
