Metadata-Version: |
2.1 |
Name: |
utitools |
Version: |
0.1.2 |
Summary: |
Utilities for working with Uniform Type Identifiers (UTIs) |
Author-Email: |
Rhet Turnbull <rturnbull+git[at]gmail.com> |
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 |
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-Python: |
>=3.9 |
Requires-Dist: |
pyobjc-core (<10.0,>=9.0); sys_platform == "darwin" and platform_release < "22.0" |
Requires-Dist: |
pyobjc-core (<11.0,>=9.0); sys_platform == "darwin" and platform_release >= "22.0" |
Requires-Dist: |
pyobjc-framework-CoreServices (<10.0,>=9.0); sys_platform == "darwin" and platform_release < "22.0" |
Requires-Dist: |
pyobjc-framework-CoreServices (<11.0,>=9.0); sys_platform == "darwin" and platform_release >= "22.0" |
Requires-Dist: |
pyobjc-framework-UniformTypeIdentifiers (<10.0,>=9.0); sys_platform == "darwin" and platform_release >= "20.0" |
Requires-Dist: |
pyobjc-framework-UniformTypeIdentifiers (<11.0,>=9.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" |
Provides-Extra: |
dev |
Provides-Extra: |
docs |
Provides-Extra: |
test |
Description-Content-Type: |
text/markdown |