LICENSE
MANIFEST.in
NOTICE
README.md
setup.py
pyatlan/__init__.py
pyatlan/error.py
pyatlan/exceptions.py
pyatlan/multipart_data_generator.py
pyatlan/utils.py
pyatlan/version.txt
pyatlan.egg-info/PKG-INFO
pyatlan.egg-info/SOURCES.txt
pyatlan.egg-info/dependency_links.txt
pyatlan.egg-info/not-zip-safe
pyatlan.egg-info/requires.txt
pyatlan.egg-info/top_level.txt
pyatlan/cache/__init__.py
pyatlan/cache/atlan_tag_cache.py
pyatlan/cache/custom_metadata_cache.py
pyatlan/cache/enum_cache.py
pyatlan/cache/group_cache.py
pyatlan/cache/role_cache.py
pyatlan/cache/user_cache.py
pyatlan/client/__init__.py
pyatlan/client/atlan.py
pyatlan/client/constants.py
pyatlan/events/__init__.py
pyatlan/events/atlan_event_handler.py
pyatlan/events/atlan_lambda_handler.py
pyatlan/generator/__init__.py
pyatlan/generator/generate_from_typdefs.py
pyatlan/generator/templates/__init__.py
pyatlan/model/__init__.py
pyatlan/model/assets.py
pyatlan/model/atlan_image.py
pyatlan/model/core.py
pyatlan/model/custom_metadata.py
pyatlan/model/enums.py
pyatlan/model/events.py
pyatlan/model/group.py
pyatlan/model/internal.py
pyatlan/model/lineage.py
pyatlan/model/query.py
pyatlan/model/response.py
pyatlan/model/role.py
pyatlan/model/search.py
pyatlan/model/structs.py
pyatlan/model/typedef.py
pyatlan/model/user.py
tests/__init__.py
tests/integration/__init__.py
tests/integration/admin_test.py
tests/integration/atlan_tag_test.py
tests/integration/client.py
tests/integration/conftest.py
tests/integration/connection_test.py
tests/integration/custom_metadata_test.py
tests/integration/file_test.py
tests/integration/glossary_test.py
tests/integration/lineage_test.py
tests/integration/persona_test.py
tests/integration/purpose_test.py
tests/integration/query_parser_test.py
tests/integration/s3_asset_test.py
tests/integration/test_client.py
tests/integration/test_index_search.py
tests/integration/test_sql_assets.py
tests/unit/__init__.py
tests/unit/conftest.py
tests/unit/test_atlan_tag_name.py
tests/unit/test_client.py
tests/unit/test_custom_metadata.py
tests/unit/test_events.py
tests/unit/test_glossary_term.py
tests/unit/test_lineage.py
tests/unit/test_model.py
tests/unit/test_search_model.py
tests/unit/test_typedef_model.py
tests/unit/test_utils.py
tests/unit/model/__init__.py
tests/unit/model/badge_condition_test.py
tests/unit/model/badge_test.py
tests/unit/model/column_test.py
tests/unit/model/connection_test.py
tests/unit/model/constants.py
tests/unit/model/database_test.py
tests/unit/model/file_test.py
tests/unit/model/glossary_category_test.py
tests/unit/model/glossary_term_test.py
tests/unit/model/glossary_test.py
tests/unit/model/materialised_view_test.py
tests/unit/model/process_test.py
tests/unit/model/readme_test.py
tests/unit/model/s3_bucket_test.py
tests/unit/model/s3object_test.py
tests/unit/model/schema_test.py
tests/unit/model/table_test.py
tests/unit/model/view_test.py