pyobjc-framework-FileProvider 12.0__cp314-cp314t-macosx_10_15_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.

Potentially problematic release.


This version of pyobjc-framework-FileProvider might be problematic. Click here for more details.

@@ -0,0 +1,69 @@
1
+ Metadata-Version: 2.4
2
+ Name: pyobjc-framework-FileProvider
3
+ Version: 12.0
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.9
21
+ Classifier: Programming Language :: Python :: 3.10
22
+ Classifier: Programming Language :: Python :: 3.11
23
+ Classifier: Programming Language :: Python :: 3.12
24
+ Classifier: Programming Language :: Python :: 3.13
25
+ Classifier: Programming Language :: Python :: 3.14
26
+ Classifier: Programming Language :: Python :: 3.15
27
+ Classifier: Programming Language :: Python :: Implementation :: CPython
28
+ Classifier: Programming Language :: Python :: Free Threading :: 2 - Beta
29
+ Classifier: Programming Language :: Objective C
30
+ Classifier: Topic :: Software Development :: Libraries :: Python Modules
31
+ Classifier: Topic :: Software Development :: User Interfaces
32
+ Requires-Python: >=3.9
33
+ Description-Content-Type: text/x-rst; charset=UTF-8
34
+ Requires-Dist: pyobjc-core>=12.0
35
+ Requires-Dist: pyobjc-framework-Cocoa>=12.0
36
+ Dynamic: author
37
+ Dynamic: author-email
38
+ Dynamic: classifier
39
+ Dynamic: description
40
+ Dynamic: description-content-type
41
+ Dynamic: home-page
42
+ Dynamic: keywords
43
+ Dynamic: license
44
+ Dynamic: platform
45
+ Dynamic: requires-dist
46
+ Dynamic: requires-python
47
+ Dynamic: summary
48
+ Project-URL: Documentation, https://pyobjc.readthedocs.io/en/latest/
49
+ Project-URL: Issue tracker, https://github.com/ronaldoussoren/pyobjc/issues
50
+ Project-URL: Repository, https://github.com/ronaldoussoren/pyobjc
51
+
52
+
53
+ Wrappers for the "FileProvider" framework on macOS.
54
+
55
+ These wrappers don't include documentation, please check Apple's documentation
56
+ for information on how to use this framework and PyObjC's documentation
57
+ for general tips and tricks regarding the translation between Python
58
+ and (Objective-)C frameworks
59
+
60
+
61
+ Project links
62
+ -------------
63
+
64
+ * `Documentation <https://pyobjc.readthedocs.io/en/latest/>`_
65
+
66
+ * `Issue Tracker <https://github.com/ronaldoussoren/pyobjc/issues>`_
67
+
68
+ * `Repository <https://github.com/ronaldoussoren/pyobjc/>`_
69
+
@@ -0,0 +1,8 @@
1
+ FileProvider/_FileProvider.cpython-314t-darwin.so,sha256=lcyt2Hl1VkvwJnUr9QbaOEv2zb-E0Zdfbs4HFG28kvs,110600
2
+ FileProvider/__init__.py,sha256=JCJSb8Ym2qEPATcyecMkl7_ogChYxsqtZ-9TdPXZ81E,1028
3
+ FileProvider/_metadata.py,sha256=eacCTgUOx1I2TK1ds2Vp57BUfzxXipgWpGg5V11R5Iw,55111
4
+ pyobjc_framework_fileprovider-12.0.dist-info/METADATA,sha256=w1WTN3ow-M6EIpA2rpitInmMd1TiIyn6an3lAQMKODQ,2564
5
+ pyobjc_framework_fileprovider-12.0.dist-info/WHEEL,sha256=5M1-WMilFB1LFPZPPbuiAHK7-ArkXvN730kYio0xsc8,116
6
+ pyobjc_framework_fileprovider-12.0.dist-info/pyobjc-build-info.txt,sha256=DrbcGDJq0sVhQwFajghJ82j-HCBI07U1mQQig6N9ubs,85
7
+ pyobjc_framework_fileprovider-12.0.dist-info/top_level.txt,sha256=nR-rI0rFsyka1trhSbpnliRgXtSwu1LZmlT9IJL_0RY,13
8
+ pyobjc_framework_fileprovider-12.0.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: cp314-cp314t-macosx_10_15_universal2
5
+
@@ -0,0 +1,3 @@
1
+ macOS 26.0.1 (25A362)
2
+ Apple clang version 17.0.0 (clang-1700.3.19.1)
3
+ SDK: macOS 26.0
@@ -0,0 +1 @@
1
+ FileProvider