.gitignore
LICENSE.python
LICENSE.txt
MANIFEST.in
README.rst
bitbucket-pipelines.yml
pytest.ini
setup.cfg
setup.py
doc/caching.rst
doc/conf.py
doc/docutils.conf
doc/environment_variables.rst
doc/event_list.rst
doc/glossary.rst
doc/handling_events.rst
doc/index.rst
doc/installing.rst
doc/introduction.rst
doc/querying.rst
doc/security_and_authentication.rst
doc/tutorial.rst
doc/understanding_sessions.rst
doc/working_with_entities.rst
doc/_static/ftrack.css
doc/api_reference/attribute.rst
doc/api_reference/cache.rst
doc/api_reference/collection.rst
doc/api_reference/exception.rst
doc/api_reference/formatter.rst
doc/api_reference/index.rst
doc/api_reference/inspection.rst
doc/api_reference/logging.rst
doc/api_reference/operation.rst
doc/api_reference/plugin.rst
doc/api_reference/query.rst
doc/api_reference/session.rst
doc/api_reference/symbol.rst
doc/api_reference/accessor/base.rst
doc/api_reference/accessor/disk.rst
doc/api_reference/accessor/index.rst
doc/api_reference/accessor/server.rst
doc/api_reference/entity/asset_version.rst
doc/api_reference/entity/base.rst
doc/api_reference/entity/component.rst
doc/api_reference/entity/factory.rst
doc/api_reference/entity/index.rst
doc/api_reference/entity/job.rst
doc/api_reference/entity/location.rst
doc/api_reference/entity/note.rst
doc/api_reference/entity/project_schema.rst
doc/api_reference/entity/user.rst
doc/api_reference/event/base.rst
doc/api_reference/event/expression.rst
doc/api_reference/event/hub.rst
doc/api_reference/event/index.rst
doc/api_reference/event/subscriber.rst
doc/api_reference/event/subscription.rst
doc/api_reference/resource_identifier_transformer/base.rst
doc/api_reference/resource_identifier_transformer/index.rst
doc/api_reference/structure/base.rst
doc/api_reference/structure/id.rst
doc/api_reference/structure/index.rst
doc/api_reference/structure/origin.rst
doc/api_reference/structure/standard.rst
doc/example/assignments_and_allocations.rst
doc/example/component.rst
doc/example/custom_attribute.rst
doc/example/encode_media.rst
doc/example/entity_links.rst
doc/example/index.rst
doc/example/invite_user.rst
doc/example/job.rst
doc/example/link_attribute.rst
doc/example/list.rst
doc/example/manage_custom_attribute_configuration.rst
doc/example/metadata.rst
doc/example/note.rst
doc/example/project.rst
doc/example/publishing.rst
doc/example/review_session.rst
doc/example/scope.rst
doc/example/security_roles.rst
doc/example/sync_ldap_users.rst
doc/example/task_template.rst
doc/example/thumbnail.rst
doc/example/timer.rst
doc/example/web_review.rst
doc/example/workflow_schema.rst
doc/image/configuring_plugins_directory.png
doc/locations/configuring.rst
doc/locations/index.rst
doc/locations/overview.rst
doc/locations/tutorial.rst
doc/release/index.rst
doc/release/migrating_from_old_api.rst
doc/release/migration.rst
doc/release/release_notes.rst
doc/resource/example_plugin.py
doc/resource/example_plugin_safe.py
doc/resource/example_plugin_using_session.py
resource/plugin/configure_locations.py
resource/plugin/construct_entity_type.py
source/__init__.py
source/ftrack_api/__init__.py
source/ftrack_api/_centralized_storage_scenario.py
source/ftrack_api/_python_ntpath.py
source/ftrack_api/_version.py
source/ftrack_api/_weakref.py
source/ftrack_api/attribute.py
source/ftrack_api/cache.py
source/ftrack_api/collection.py
source/ftrack_api/data.py
source/ftrack_api/exception.py
source/ftrack_api/formatter.py
source/ftrack_api/inspection.py
source/ftrack_api/logging.py
source/ftrack_api/operation.py
source/ftrack_api/plugin.py
source/ftrack_api/query.py
source/ftrack_api/session.py
source/ftrack_api/symbol.py
source/ftrack_api/accessor/__init__.py
source/ftrack_api/accessor/base.py
source/ftrack_api/accessor/disk.py
source/ftrack_api/accessor/server.py
source/ftrack_api/entity/__init__.py
source/ftrack_api/entity/asset_version.py
source/ftrack_api/entity/base.py
source/ftrack_api/entity/component.py
source/ftrack_api/entity/factory.py
source/ftrack_api/entity/job.py
source/ftrack_api/entity/location.py
source/ftrack_api/entity/note.py
source/ftrack_api/entity/project_schema.py
source/ftrack_api/entity/user.py
source/ftrack_api/event/__init__.py
source/ftrack_api/event/base.py
source/ftrack_api/event/expression.py
source/ftrack_api/event/hub.py
source/ftrack_api/event/subscriber.py
source/ftrack_api/event/subscription.py
source/ftrack_api/resource_identifier_transformer/__init__.py
source/ftrack_api/resource_identifier_transformer/base.py
source/ftrack_api/structure/__init__.py
source/ftrack_api/structure/base.py
source/ftrack_api/structure/entity_id.py
source/ftrack_api/structure/id.py
source/ftrack_api/structure/origin.py
source/ftrack_api/structure/standard.py
source/ftrack_python_api.egg-info/PKG-INFO
source/ftrack_python_api.egg-info/SOURCES.txt
source/ftrack_python_api.egg-info/dependency_links.txt
source/ftrack_python_api.egg-info/not-zip-safe
source/ftrack_python_api.egg-info/requires.txt
source/ftrack_python_api.egg-info/top_level.txt
test/fixture/media/colour_wheel.mov
test/fixture/media/image-resized-10.png
test/fixture/media/image.png
test/fixture/plugin/configure_locations.py
test/fixture/plugin/construct_entity_type.py
test/fixture/plugin/count_session_event.py
test/fixture/plugin/get_file_type.py
test/unit/__init__.py
test/unit/conftest.py
test/unit/test_attribute.py
test/unit/test_cache.py
test/unit/test_collection.py
test/unit/test_custom_attribute.py
test/unit/test_data.py
test/unit/test_formatter.py
test/unit/test_inspection.py
test/unit/test_operation.py
test/unit/test_package.py
test/unit/test_plugin.py
test/unit/test_query.py
test/unit/test_session.py
test/unit/test_timer.py
test/unit/accessor/__init__.py
test/unit/accessor/test_disk.py
test/unit/accessor/test_server.py
test/unit/entity/__init__.py
test/unit/entity/test_asset_version.py
test/unit/entity/test_base.py
test/unit/entity/test_component.py
test/unit/entity/test_factory.py
test/unit/entity/test_job.py
test/unit/entity/test_location.py
test/unit/entity/test_metadata.py
test/unit/entity/test_note.py
test/unit/entity/test_project_schema.py
test/unit/entity/test_scopes.py
test/unit/entity/test_user.py
test/unit/event/__init__.py
test/unit/event/event_hub_server_heartbeat.py
test/unit/event/test_base.py
test/unit/event/test_expression.py
test/unit/event/test_hub.py
test/unit/event/test_subscriber.py
test/unit/event/test_subscription.py
test/unit/resource_identifier_transformer/__init__.py
test/unit/resource_identifier_transformer/test_base.py
test/unit/structure/__init__.py
test/unit/structure/test_base.py
test/unit/structure/test_entity_id.py
test/unit/structure/test_get_file_from_string_event.py
test/unit/structure/test_id.py
test/unit/structure/test_origin.py
test/unit/structure/test_standard.py