Metadata-Version: 2.1
Name: utitools
Version: 0.1.0
Summary: Utilities for working with Universal Type Identifiers (UTIs)
Author-email: Rhet Turnbull <rturnbull+git@gmail.com>
Requires-Python: >=3.9
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: MacOS
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Objective C
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: pyobjc-core>=9.0,<10.0; sys_platform == 'darwin' and platform_release < '22.0'
Requires-Dist: pyobjc-core>=9.0,<11.0; sys_platform == 'darwin' and platform_release >= '22.0'
Requires-Dist: pyobjc-framework-CoreServices>=9.0,<10.0; sys_platform == 'darwin' and platform_release < '22.0'
Requires-Dist: pyobjc-framework-CoreServices>=9.0,<11.0; sys_platform == 'darwin' and platform_release >= '22.0'
Requires-Dist: pyobjc-framework-UniformTypeIdentifiers>=9.0,<10.0; sys_platform == 'darwin' and platform_release >= '20.0'
Requires-Dist: pyobjc-framework-UniformTypeIdentifiers>=9.0,<11.0; sys_platform == 'darwin' and platform_release >= '22.0'
Requires-Dist: bump-my-version ; extra == "dev"
Requires-Dist: mkdocs>=1.4.2 ; extra == "docs"
Requires-Dist: mkdocs-material>=9.0.13 ; extra == "docs"
Requires-Dist: mkdocstrings-python>=0.8.3 ; extra == "docs"
Requires-Dist: pytest>=7.4.2 ; extra == "test"
Requires-Dist: pytest-cov ; extra == "test"
Project-URL: Home, https://github.com/RhetTbull/utitools
Project-URL: Issues, https://github.com/RhetTbull/utitools/issues
Project-URL: Source, https://github.com/RhetTbull/utitools
Provides-Extra: dev
Provides-Extra: docs
Provides-Extra: test
