Metadata-Version: 2.1
Name: ftrack-framework-core
Version: 2.2.0
Summary: ftrack Framework Core library
Home-page: https://ftrack.com
License: Apache-2.0
Author: ftrack Integrations Team
Author-email: integrations@backlight.co
Requires-Python: >=3.7,<3.12
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Provides-Extra: ftrack-libs
Requires-Dist: ftrack-constants (>=2.0.0,<3.0.0) ; extra == "ftrack-libs"
Requires-Dist: ftrack-python-api (>=2.5.4,<3.0.0)
Requires-Dist: ftrack-utils (>=2.0.0,<3.0.0) ; extra == "ftrack-libs"
Requires-Dist: platformdirs (>=4.0.0,<5.0.0)
Requires-Dist: pyyaml (>=6.0.1,<7.0.0)
Requires-Dist: six (>=1,<2)
Project-URL: Repository, https://github.com/ftrackhq/integrations/tree/main/libs/framework-core
Description-Content-Type: text/markdown

# Framework Core

This is the ftrack integrations framework-core library.
Client, Host, Registry, extensions bases and all the base code for the framework should be found here.

