pyobjc-framework-FileProvider 11.1__cp314-cp314-macosx_11_0_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,67 @@
1
+ Metadata-Version: 2.4
2
+ Name: pyobjc-framework-FileProvider
3
+ Version: 11.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.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 :: Implementation :: CPython
27
+ Classifier: Programming Language :: Objective C
28
+ Classifier: Topic :: Software Development :: Libraries :: Python Modules
29
+ Classifier: Topic :: Software Development :: User Interfaces
30
+ Requires-Python: >=3.9
31
+ Description-Content-Type: text/x-rst; charset=UTF-8
32
+ Requires-Dist: pyobjc-core>=11.1
33
+ Requires-Dist: pyobjc-framework-Cocoa>=11.1
34
+ Dynamic: author
35
+ Dynamic: author-email
36
+ Dynamic: classifier
37
+ Dynamic: description
38
+ Dynamic: description-content-type
39
+ Dynamic: home-page
40
+ Dynamic: keywords
41
+ Dynamic: license
42
+ Dynamic: platform
43
+ Dynamic: requires-dist
44
+ Dynamic: requires-python
45
+ Dynamic: summary
46
+ Project-URL: Documentation, https://pyobjc.readthedocs.io/en/latest/
47
+ Project-URL: Issue tracker, https://github.com/ronaldoussoren/pyobjc/issues
48
+ Project-URL: Repository, https://github.com/ronaldoussoren/pyobjc
49
+
50
+
51
+ Wrappers for the "FileProvider" framework on macOS.
52
+
53
+ These wrappers don't include documentation, please check Apple's documentation
54
+ for information on how to use this framework and PyObjC's documentation
55
+ for general tips and tricks regarding the translation between Python
56
+ and (Objective-)C frameworks
57
+
58
+
59
+ Project links
60
+ -------------
61
+
62
+ * `Documentation <https://pyobjc.readthedocs.io/en/latest/>`_
63
+
64
+ * `Issue Tracker <https://github.com/ronaldoussoren/pyobjc/issues>`_
65
+
66
+ * `Repository <https://github.com/ronaldoussoren/pyobjc/>`_
67
+
@@ -0,0 +1,8 @@
1
+ FileProvider/_FileProvider.cpython-314-darwin.so,sha256=2s14ZnWtNqT77xPbWcN-aHSqdaPQ94Yl4XDwN32rUXo,108432
2
+ FileProvider/__init__.py,sha256=JCJSb8Ym2qEPATcyecMkl7_ogChYxsqtZ-9TdPXZ81E,1028
3
+ FileProvider/_metadata.py,sha256=lX3RyCkZnmTWC41ELRjSt0lkkwpnIZK1J74bCL8AXYI,60133
4
+ pyobjc_framework_fileprovider-11.1.dist-info/METADATA,sha256=J4G5hO_0jbLitG__T6TaTpGv1tNxgBJXXX3Cmp_VxmE,2440
5
+ pyobjc_framework_fileprovider-11.1.dist-info/WHEEL,sha256=epRWiNVPbvybklW0FJjosgSuojtys0Zqk1rk9tHkqMY,114
6
+ pyobjc_framework_fileprovider-11.1.dist-info/pyobjc-build-info.txt,sha256=OfQNPl9BwB9fSU4KMztzne_AW50mIPMwZ9jSbPyMI-g,82
7
+ pyobjc_framework_fileprovider-11.1.dist-info/top_level.txt,sha256=nR-rI0rFsyka1trhSbpnliRgXtSwu1LZmlT9IJL_0RY,13
8
+ pyobjc_framework_fileprovider-11.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: cp314-cp314-macosx_11_0_universal2
5
+
@@ -0,0 +1,3 @@
1
+ macOS 15.5 (24F74)
2
+ Apple clang version 17.0.0 (clang-1700.0.13.5)
3
+ SDK: macOS 15.5
@@ -0,0 +1 @@
1
+ FileProvider