pyobjc-framework-FileProvider 12.1__cp312-cp312-macosx_10_13_universal2.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,68 @@
1
+ Metadata-Version: 2.4
2
+ Name: pyobjc-framework-FileProvider
3
+ Version: 12.1
4
+ Summary: Wrappers for the framework FileProvider on macOS
5
+ Home-page: https://github.com/ronaldoussoren/pyobjc
6
+ Author: Ronald Oussoren
7
+ Author-email: pyobjc-dev@lists.sourceforge.net
8
+ License: MIT
9
+ Keywords: PyObjC,FileProvider
10
+ Platform: MacOS X (>=10.15)
11
+ Classifier: Development Status :: 5 - Production/Stable
12
+ Classifier: Environment :: Console
13
+ Classifier: Environment :: MacOS X :: Cocoa
14
+ Classifier: Intended Audience :: Developers
15
+ Classifier: Natural Language :: English
16
+ Classifier: Operating System :: MacOS :: MacOS X
17
+ Classifier: Programming Language :: Python
18
+ Classifier: Programming Language :: Python :: 3
19
+ Classifier: Programming Language :: Python :: 3 :: Only
20
+ Classifier: Programming Language :: Python :: 3.10
21
+ Classifier: Programming Language :: Python :: 3.11
22
+ Classifier: Programming Language :: Python :: 3.12
23
+ Classifier: Programming Language :: Python :: 3.13
24
+ Classifier: Programming Language :: Python :: 3.14
25
+ Classifier: Programming Language :: Python :: 3.15
26
+ Classifier: Programming Language :: Python :: Implementation :: CPython
27
+ Classifier: Programming Language :: Python :: Free Threading :: 3 - Stable
28
+ Classifier: Programming Language :: Objective C
29
+ Classifier: Topic :: Software Development :: Libraries :: Python Modules
30
+ Classifier: Topic :: Software Development :: User Interfaces
31
+ Requires-Python: >=3.10
32
+ Description-Content-Type: text/x-rst; charset=UTF-8
33
+ Requires-Dist: pyobjc-core>=12.1
34
+ Requires-Dist: pyobjc-framework-Cocoa>=12.1
35
+ Dynamic: author
36
+ Dynamic: author-email
37
+ Dynamic: classifier
38
+ Dynamic: description
39
+ Dynamic: description-content-type
40
+ Dynamic: home-page
41
+ Dynamic: keywords
42
+ Dynamic: license
43
+ Dynamic: platform
44
+ Dynamic: requires-dist
45
+ Dynamic: requires-python
46
+ Dynamic: summary
47
+ Project-URL: Documentation, https://pyobjc.readthedocs.io/en/latest/
48
+ Project-URL: Issue tracker, https://github.com/ronaldoussoren/pyobjc/issues
49
+ Project-URL: Repository, https://github.com/ronaldoussoren/pyobjc
50
+
51
+
52
+ Wrappers for the "FileProvider" framework on macOS.
53
+
54
+ These wrappers don't include documentation, please check Apple's documentation
55
+ for information on how to use this framework and PyObjC's documentation
56
+ for general tips and tricks regarding the translation between Python
57
+ and (Objective-)C frameworks
58
+
59
+
60
+ Project links
61
+ -------------
62
+
63
+ * `Documentation <https://pyobjc.readthedocs.io/en/latest/>`_
64
+
65
+ * `Issue Tracker <https://github.com/ronaldoussoren/pyobjc/issues>`_
66
+
67
+ * `Repository <https://github.com/ronaldoussoren/pyobjc/>`_
68
+
@@ -0,0 +1,8 @@
1
+ FileProvider/_FileProvider.cpython-312-darwin.so,sha256=OBWiSyYBtl5C7OoOr_wpVCGztFeJL7av3gswkt-UpY4,110496
2
+ FileProvider/__init__.py,sha256=JCJSb8Ym2qEPATcyecMkl7_ogChYxsqtZ-9TdPXZ81E,1028
3
+ FileProvider/_metadata.py,sha256=eacCTgUOx1I2TK1ds2Vp57BUfzxXipgWpGg5V11R5Iw,55111
4
+ pyobjc_framework_fileprovider-12.1.dist-info/METADATA,sha256=6oXEqVAL-K4UEqoIdTF8Wpn-AfGdt7zzy851Z5Q3RJk,2517
5
+ pyobjc_framework_fileprovider-12.1.dist-info/WHEEL,sha256=_N1vyLgwJ10g4JxFsp-IfU42zGJgf-DUqwfdbV1YvEM,115
6
+ pyobjc_framework_fileprovider-12.1.dist-info/pyobjc-build-info.txt,sha256=Zbi-PSOVgOypJnPCf5t2Fe5WWRqqJAkI5-7sGEMSx6I,81
7
+ pyobjc_framework_fileprovider-12.1.dist-info/top_level.txt,sha256=nR-rI0rFsyka1trhSbpnliRgXtSwu1LZmlT9IJL_0RY,13
8
+ pyobjc_framework_fileprovider-12.1.dist-info/RECORD,,
@@ -0,0 +1,5 @@
1
+ Wheel-Version: 1.0
2
+ Generator: setuptools (80.9.0)
3
+ Root-Is-Purelib: false
4
+ Tag: cp312-cp312-macosx_10_13_universal2
5
+
@@ -0,0 +1,3 @@
1
+ macOS 26.1 (25B77)
2
+ Apple clang version 17.0.0 (clang-1700.4.4.1)
3
+ SDK: macOS 26.1
@@ -0,0 +1 @@
1
+ FileProvider