MANIFEST.in
backend_shim.py
setup.py
datalogue/__init__.py
datalogue/credentials.py
datalogue/dtl.py
datalogue/dtl_utils.py
datalogue/errors.py
datalogue/version.py
datalogue.egg-info/PKG-INFO
datalogue.egg-info/SOURCES.txt
datalogue.egg-info/dependency_links.txt
datalogue.egg-info/namespace_packages.txt
datalogue.egg-info/requires.txt
datalogue.egg-info/top_level.txt
datalogue/auth/__init__.py
datalogue/auth/authentication.py
datalogue/clients/__init__.py
datalogue/clients/_alert.py
datalogue/clients/_authentication.py
datalogue/clients/_classifier.py
datalogue/clients/_datastore_collections.py
datalogue/clients/_group.py
datalogue/clients/_http.py
datalogue/clients/_organization.py
datalogue/clients/_processed_sources.py
datalogue/clients/_regex.py
datalogue/clients/_tag.py
datalogue/clients/_test_auth_client.py
datalogue/clients/_user.py
datalogue/clients/credentials.py
datalogue/clients/data_product.py
datalogue/clients/datastore.py
datalogue/clients/jobs.py
datalogue/clients/ontology.py
datalogue/clients/pipeline.py
datalogue/models/__init__.py
datalogue/models/alert.py
datalogue/models/classifier.py
datalogue/models/credentials.py
datalogue/models/data_product.py
datalogue/models/datastore.py
datalogue/models/datastore_collection.py
datalogue/models/graph.py
datalogue/models/job.py
datalogue/models/ontology.py
datalogue/models/organization.py
datalogue/models/permission.py
datalogue/models/pipeline.py
datalogue/models/pipeline_behavior.py
datalogue/models/pipeline_template.py
datalogue/models/regex.py
datalogue/models/s3encryption.py
datalogue/models/schema.py
datalogue/models/scope_level.py
datalogue/models/tag.py
datalogue/models/kinesis/__init__.py
datalogue/models/kinesis/shards.py
datalogue/models/transformations/__init__.py
datalogue/models/transformations/add.py
datalogue/models/transformations/append_index_to_label.py
datalogue/models/transformations/casts.py
datalogue/models/transformations/classify.py
datalogue/models/transformations/commons.py
datalogue/models/transformations/concatenate.py
datalogue/models/transformations/flat_map.py
datalogue/models/transformations/map_function.py
datalogue/models/transformations/math.py
datalogue/models/transformations/move_by_regex.py
datalogue/models/transformations/obfuscate.py
datalogue/models/transformations/split_by_delimiter.py
datalogue/models/transformations/split_label_and_value.py
datalogue/models/transformations/structure.py
datalogue/models/transformations/time.py