LICENSE
MANIFEST.in
README.md
setup.py
src/fam/__init__.py
src/fam/blud.py
src/fam/constants.py
src/fam/exceptions.py
src/fam/fam_json.py
src/fam/fields.py
src/fam/mapper.py
src/fam.egg-info/PKG-INFO
src/fam.egg-info/SOURCES.txt
src/fam.egg-info/dependency_links.txt
src/fam.egg-info/not-zip-safe
src/fam.egg-info/requires.txt
src/fam.egg-info/top_level.txt
src/fam/acl/__init__.py
src/fam/acl/requirement.py
src/fam/acl/writer.py
src/fam/database/__init__.py
src/fam/database/base.py
src/fam/database/base_adapter.py
src/fam/database/couchbase_server.py
src/fam/database/couchdb.py
src/fam/database/couchdb_adapter.py
src/fam/database/custom_token.py
src/fam/database/firestore.py
src/fam/database/firestore_adapter.py
src/fam/database/firestore_contexts.py
src/fam/database/firestore_test_client.py
src/fam/database/firestore_test_wrapper.py
src/fam/database/null.py
src/fam/database/sync_gateway.py
src/fam/extra_types/__init__.py
src/fam/extra_types/lat_long.py
src/fam/firestore_sync/__init__.py
src/fam/firestore_sync/syncer.py
src/fam/schema/__init__.py
src/fam/schema/mutator.py
src/fam/schema/validator.py
src/fam/schema/writer.py
src/fam/tests/__init__.py
src/fam/tests/common/__init__.py
src/fam/tests/common/anything_tests.py
src/fam/tests/common/basic_tests.py
src/fam/tests/common/callback_tests.py
src/fam/tests/common/field_attribute_tests.py
src/fam/tests/common/index_tests.py
src/fam/tests/common/migration_tests.py
src/fam/tests/common/schema_tests.py
src/fam/tests/depricated/couchbase/couchbase_utils_tests.py
src/fam/tests/depricated/test_couchbase/__init__.py
src/fam/tests/depricated/test_couchbase/_test_basic.py
src/fam/tests/depricated/test_couchbase/_test_basic2.py
src/fam/tests/depricated/test_couchbase/couchbase_tests.py
src/fam/tests/depricated/test_sync_gateway/__init__.py
src/fam/tests/depricated/test_sync_gateway/_test_acl.py
src/fam/tests/depricated/test_sync_gateway/_test_basic.py
src/fam/tests/depricated/test_sync_gateway/_test_sync_gateway_common.py
src/fam/tests/depricated/test_sync_gateway/_test_user.py
src/fam/tests/depricated/test_sync_gateway/_test_view_creation.py
src/fam/tests/depricated/test_sync_gateway/config.py
src/fam/tests/models/__init__.py
src/fam/tests/models/_test02.py
src/fam/tests/models/_test03.py
src/fam/tests/models/acl.py
src/fam/tests/models/test01.py
src/fam/tests/models/test04.py
src/fam/tests/models/test05.py
src/fam/tests/test_couchdb/__init__.py
src/fam/tests/test_couchdb/config.py
src/fam/tests/test_couchdb/test_couchdb_common.py
src/fam/tests/test_couchdb/test_index.py
src/fam/tests/test_couchdb/test_iterator.py
src/fam/tests/test_couchdb/test_mapper.py
src/fam/tests/test_couchdb/test_mapping.py
src/fam/tests/test_couchdb/test_serialisation.py
src/fam/tests/test_couchdb/test_temp.py
src/fam/tests/test_couchdb/test_unique.py
src/fam/tests/test_firestore/__init__.py
src/fam/tests/test_firestore/fixtures.py
src/fam/tests/test_firestore/test_firestore_contexts.py
src/fam/tests/test_firestore/test_firestore_db.py
src/fam/tests/test_firestore/test_firestore_fields.py
src/fam/tests/test_firestore/test_serialisation.py
src/fam/tests/test_mutation/__init__.py
src/fam/tests/test_mutation/test_mutator.py
src/fam/tests/test_mutation/data/dog_mutation.py
src/fam/tests/test_mutation/data/schemata/http:__glowinthedark.co.uk_test/dog/20191009-150413-911278/mutation.py
src/fam/tests/test_mutation/data/schemata/http:__glowinthedark.co.uk_test/jackrussell/20191009-150413-911278/mutation.py
src/fam/tests/test_mutation/models/__init__.py
src/fam/tests/test_mutation/models/test01.py
src/fam/tests/test_mutation/models/test02.py
src/fam/tests/test_sync/__init__.py
src/fam/tests/test_sync/test_sync.py
src/fam/utils/__init__.py
src/fam/utils/backoff.py
src/fam/utils/couchbase_utils.py
src/fam/utils/requests_shim.py