pyobjc-framework-FileProvider 11.0__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.

Potentially problematic release.


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

@@ -0,0 +1,56 @@
1
+ Metadata-Version: 2.1
2
+ Name: pyobjc-framework-FileProvider
3
+ Version: 11.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 License
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: License :: OSI Approved :: MIT License
16
+ Classifier: Natural Language :: English
17
+ Classifier: Operating System :: MacOS :: MacOS X
18
+ Classifier: Programming Language :: Python
19
+ Classifier: Programming Language :: Python :: 3
20
+ Classifier: Programming Language :: Python :: 3 :: Only
21
+ Classifier: Programming Language :: Python :: 3.9
22
+ Classifier: Programming Language :: Python :: 3.10
23
+ Classifier: Programming Language :: Python :: 3.11
24
+ Classifier: Programming Language :: Python :: 3.12
25
+ Classifier: Programming Language :: Python :: 3.13
26
+ Classifier: Programming Language :: Python :: 3.14
27
+ Classifier: Programming Language :: Python :: Implementation :: CPython
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.9
32
+ Description-Content-Type: text/x-rst; charset=UTF-8
33
+ Project-URL: Documentation, https://pyobjc.readthedocs.io/en/latest/
34
+ Project-URL: Issue tracker, https://github.com/ronaldoussoren/pyobjc/issues
35
+ Project-URL: Repository, https://github.com/ronaldoussoren/pyobjc
36
+ Requires-Dist: pyobjc-core >=11.0
37
+ Requires-Dist: pyobjc-framework-Cocoa >=11.0
38
+
39
+
40
+ Wrappers for the "FileProvider" framework on macOS.
41
+
42
+ These wrappers don't include documentation, please check Apple's documentation
43
+ for information on how to use this framework and PyObjC's documentation
44
+ for general tips and tricks regarding the translation between Python
45
+ and (Objective-)C frameworks
46
+
47
+
48
+ Project links
49
+ -------------
50
+
51
+ * `Documentation <https://pyobjc.readthedocs.io/en/latest/>`_
52
+
53
+ * `Issue Tracker <https://github.com/ronaldoussoren/pyobjc/issues>`_
54
+
55
+ * `Repository <https://github.com/ronaldoussoren/pyobjc/>`_
56
+
@@ -0,0 +1,8 @@
1
+ FileProvider/_FileProvider.cpython-312-darwin.so,sha256=BDRPL4kuqdapsefhA9Lyv2-4YLQZESyGEN4N9GBUgAM,108888
2
+ FileProvider/__init__.py,sha256=JCJSb8Ym2qEPATcyecMkl7_ogChYxsqtZ-9TdPXZ81E,1028
3
+ FileProvider/_metadata.py,sha256=hSv6h_IlJ58vY7NTwarGxWXI87rgfBxldzsr3UPLadM,59709
4
+ pyobjc_framework_FileProvider-11.0.dist-info/METADATA,sha256=KFMeeh-cTcl38n_y6p9Wb5wWVfhg4YNSA3_F-r-VjjY,2251
5
+ pyobjc_framework_FileProvider-11.0.dist-info/WHEEL,sha256=szyq7UKRhvrVPFTEWjFI4JToxiV8iEAyQIXg_jrbyqI,116
6
+ pyobjc_framework_FileProvider-11.0.dist-info/pyobjc-build-info.txt,sha256=R5YEsJoyZ8GByMQk4k_4WWEg6V4RNO715NMQwx6YaNI,85
7
+ pyobjc_framework_FileProvider-11.0.dist-info/top_level.txt,sha256=nR-rI0rFsyka1trhSbpnliRgXtSwu1LZmlT9IJL_0RY,13
8
+ pyobjc_framework_FileProvider-11.0.dist-info/RECORD,,
@@ -0,0 +1,5 @@
1
+ Wheel-Version: 1.0
2
+ Generator: bdist_wheel (0.41.2)
3
+ Root-Is-Purelib: false
4
+ Tag: cp312-cp312-macosx_10_13_universal2
5
+
@@ -0,0 +1,3 @@
1
+ macOS 15.3 (24D5040f)
2
+ Apple clang version 16.0.0 (clang-1600.0.26.6)
3
+ SDK: macOS 15.2
@@ -0,0 +1 @@
1
+ FileProvider