pyobjc-framework-Intents 10.1__tar.gz → 10.3__tar.gz

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.
Files changed (91) hide show
  1. pyobjc_framework_intents-10.3/Lib/Intents/__init__.py +83 -0
  2. {pyobjc-framework-Intents-10.1 → pyobjc_framework_intents-10.3}/Lib/Intents/_metadata.py +873 -3
  3. {pyobjc-framework-Intents-10.1 → pyobjc_framework_intents-10.3}/Lib/pyobjc_framework_Intents.egg-info/PKG-INFO +3 -3
  4. {pyobjc-framework-Intents-10.1 → pyobjc_framework_intents-10.3}/Lib/pyobjc_framework_Intents.egg-info/SOURCES.txt +2 -6
  5. pyobjc_framework_intents-10.3/Lib/pyobjc_framework_Intents.egg-info/requires.txt +2 -0
  6. {pyobjc-framework-Intents-10.1 → pyobjc_framework_intents-10.3}/License.txt +1 -1
  7. {pyobjc-framework-Intents-10.1 → pyobjc_framework_intents-10.3}/PKG-INFO +3 -3
  8. pyobjc-framework-Intents-10.1/metadata/raw/arm64-14.0.fwinfo → pyobjc_framework_intents-10.3/metadata/raw/arm64-14.5.fwinfo +8 -2
  9. pyobjc-framework-Intents-10.1/metadata/raw/x86_64-14.0.fwinfo → pyobjc_framework_intents-10.3/metadata/raw/x86_64-14.5.fwinfo +8 -2
  10. {pyobjc-framework-Intents-10.1 → pyobjc_framework_intents-10.3}/setup.py +1 -1
  11. pyobjc-framework-Intents-10.1/Lib/Intents/__init__.py +0 -37
  12. pyobjc-framework-Intents-10.1/Lib/pyobjc_framework_Intents.egg-info/requires.txt +0 -2
  13. pyobjc-framework-Intents-10.1/metadata/raw/arm64-12.1.fwinfo +0 -44972
  14. pyobjc-framework-Intents-10.1/metadata/raw/arm64-13.1.fwinfo +0 -46110
  15. pyobjc-framework-Intents-10.1/metadata/raw/x86_64-12.1.fwinfo +0 -44972
  16. pyobjc-framework-Intents-10.1/metadata/raw/x86_64-13.1.fwinfo +0 -46110
  17. {pyobjc-framework-Intents-10.1 → pyobjc_framework_intents-10.3}/Lib/pyobjc_framework_Intents.egg-info/dependency_links.txt +0 -0
  18. {pyobjc-framework-Intents-10.1 → pyobjc_framework_intents-10.3}/Lib/pyobjc_framework_Intents.egg-info/not-zip-safe +0 -0
  19. {pyobjc-framework-Intents-10.1 → pyobjc_framework_intents-10.3}/Lib/pyobjc_framework_Intents.egg-info/top_level.txt +0 -0
  20. {pyobjc-framework-Intents-10.1 → pyobjc_framework_intents-10.3}/MANIFEST.in +0 -0
  21. {pyobjc-framework-Intents-10.1 → pyobjc_framework_intents-10.3}/Modules/_Intents.m +0 -0
  22. {pyobjc-framework-Intents-10.1 → pyobjc_framework_intents-10.3}/Modules/_Intents_protocols.m +0 -0
  23. {pyobjc-framework-Intents-10.1 → pyobjc_framework_intents-10.3}/Modules/pyobjc-api.h +0 -0
  24. {pyobjc-framework-Intents-10.1 → pyobjc_framework_intents-10.3}/Modules/pyobjc-compat.h +0 -0
  25. {pyobjc-framework-Intents-10.1 → pyobjc_framework_intents-10.3}/PyObjCTest/__init__.py +0 -0
  26. {pyobjc-framework-Intents-10.1 → pyobjc_framework_intents-10.3}/PyObjCTest/test_inaddmediaintentresponse.py +0 -0
  27. {pyobjc-framework-Intents-10.1 → pyobjc_framework_intents-10.3}/PyObjCTest/test_inanswercallintent.py +0 -0
  28. {pyobjc-framework-Intents-10.1 → pyobjc_framework_intents-10.3}/PyObjCTest/test_inanswercallintentresponse.py +0 -0
  29. {pyobjc-framework-Intents-10.1 → pyobjc_framework_intents-10.3}/PyObjCTest/test_inbooleanresolutionresult.py +0 -0
  30. {pyobjc-framework-Intents-10.1 → pyobjc_framework_intents-10.3}/PyObjCTest/test_incallaudioroute.py +0 -0
  31. {pyobjc-framework-Intents-10.1 → pyobjc_framework_intents-10.3}/PyObjCTest/test_incallcapability.py +0 -0
  32. {pyobjc-framework-Intents-10.1 → pyobjc_framework_intents-10.3}/PyObjCTest/test_incallcapabilityoptions.py +0 -0
  33. {pyobjc-framework-Intents-10.1 → pyobjc_framework_intents-10.3}/PyObjCTest/test_incalldestinationtype.py +0 -0
  34. {pyobjc-framework-Intents-10.1 → pyobjc_framework_intents-10.3}/PyObjCTest/test_incallrecordresolutionresult.py +0 -0
  35. {pyobjc-framework-Intents-10.1 → pyobjc_framework_intents-10.3}/PyObjCTest/test_incallrecordtype.py +0 -0
  36. {pyobjc-framework-Intents-10.1 → pyobjc_framework_intents-10.3}/PyObjCTest/test_incallrecordtypeoptions.py +0 -0
  37. {pyobjc-framework-Intents-10.1 → pyobjc_framework_intents-10.3}/PyObjCTest/test_inconditionaloperator.py +0 -0
  38. {pyobjc-framework-Intents-10.1 → pyobjc_framework_intents-10.3}/PyObjCTest/test_ineditmessageintent.py +0 -0
  39. {pyobjc-framework-Intents-10.1 → pyobjc_framework_intents-10.3}/PyObjCTest/test_ineditmessageintentresponse.py +0 -0
  40. {pyobjc-framework-Intents-10.1 → pyobjc_framework_intents-10.3}/PyObjCTest/test_infile.py +0 -0
  41. {pyobjc-framework-Intents-10.1 → pyobjc_framework_intents-10.3}/PyObjCTest/test_infocusstatuscenter.py +0 -0
  42. {pyobjc-framework-Intents-10.1 → pyobjc_framework_intents-10.3}/PyObjCTest/test_ingetreservationdetailsintentresponse.py +0 -0
  43. {pyobjc-framework-Intents-10.1 → pyobjc_framework_intents-10.3}/PyObjCTest/test_inhangUpcallintent.py +0 -0
  44. {pyobjc-framework-Intents-10.1 → pyobjc_framework_intents-10.3}/PyObjCTest/test_inhangupcallintentresponse.py +0 -0
  45. {pyobjc-framework-Intents-10.1 → pyobjc_framework_intents-10.3}/PyObjCTest/test_inintenterrors.py +0 -0
  46. {pyobjc-framework-Intents-10.1 → pyobjc_framework_intents-10.3}/PyObjCTest/test_inintentidentifiers.py +0 -0
  47. {pyobjc-framework-Intents-10.1 → pyobjc_framework_intents-10.3}/PyObjCTest/test_ininteraction.py +0 -0
  48. {pyobjc-framework-Intents-10.1 → pyobjc_framework_intents-10.3}/PyObjCTest/test_inmessage.py +0 -0
  49. {pyobjc-framework-Intents-10.1 → pyobjc_framework_intents-10.3}/PyObjCTest/test_inmessageattributeoptions.py +0 -0
  50. {pyobjc-framework-Intents-10.1 → pyobjc_framework_intents-10.3}/PyObjCTest/test_inobjectcollection.py +0 -0
  51. {pyobjc-framework-Intents-10.1 → pyobjc_framework_intents-10.3}/PyObjCTest/test_inoutgoingmessagetype.py +0 -0
  52. {pyobjc-framework-Intents-10.1 → pyobjc_framework_intents-10.3}/PyObjCTest/test_inparameter.py +0 -0
  53. {pyobjc-framework-Intents-10.1 → pyobjc_framework_intents-10.3}/PyObjCTest/test_inpaymentmethodtypes.py +0 -0
  54. {pyobjc-framework-Intents-10.1 → pyobjc_framework_intents-10.3}/PyObjCTest/test_inperson.py +0 -0
  55. {pyobjc-framework-Intents-10.1 → pyobjc_framework_intents-10.3}/PyObjCTest/test_inperson_siriadditions.py +0 -0
  56. {pyobjc-framework-Intents-10.1 → pyobjc_framework_intents-10.3}/PyObjCTest/test_inpersonhandle.py +0 -0
  57. {pyobjc-framework-Intents-10.1 → pyobjc_framework_intents-10.3}/PyObjCTest/test_inpersonhandlelabel.py +0 -0
  58. {pyobjc-framework-Intents-10.1 → pyobjc_framework_intents-10.3}/PyObjCTest/test_inpersonrelationship.py +0 -0
  59. {pyobjc-framework-Intents-10.1 → pyobjc_framework_intents-10.3}/PyObjCTest/test_inrecurrencefrequency.py +0 -0
  60. {pyobjc-framework-Intents-10.1 → pyobjc_framework_intents-10.3}/PyObjCTest/test_inreservationactiontype.py +0 -0
  61. {pyobjc-framework-Intents-10.1 → pyobjc_framework_intents-10.3}/PyObjCTest/test_inreservationstatus.py +0 -0
  62. {pyobjc-framework-Intents-10.1 → pyobjc_framework_intents-10.3}/PyObjCTest/test_insearchcallhistoryintent.py +0 -0
  63. {pyobjc-framework-Intents-10.1 → pyobjc_framework_intents-10.3}/PyObjCTest/test_insearchcallhistoryintentresponse.py +0 -0
  64. {pyobjc-framework-Intents-10.1 → pyobjc_framework_intents-10.3}/PyObjCTest/test_insearchformessagesintent.py +0 -0
  65. {pyobjc-framework-Intents-10.1 → pyobjc_framework_intents-10.3}/PyObjCTest/test_insearchformessagesintentresponse.py +0 -0
  66. {pyobjc-framework-Intents-10.1 → pyobjc_framework_intents-10.3}/PyObjCTest/test_insendmessageintent.py +0 -0
  67. {pyobjc-framework-Intents-10.1 → pyobjc_framework_intents-10.3}/PyObjCTest/test_insendmessageintentresponse.py +0 -0
  68. {pyobjc-framework-Intents-10.1 → pyobjc_framework_intents-10.3}/PyObjCTest/test_insendmessagerecipientresolutionresult.py +0 -0
  69. {pyobjc-framework-Intents-10.1 → pyobjc_framework_intents-10.3}/PyObjCTest/test_insharefocusstatusintent.py +0 -0
  70. {pyobjc-framework-Intents-10.1 → pyobjc_framework_intents-10.3}/PyObjCTest/test_insharefocusstatusintentresponse.py +0 -0
  71. {pyobjc-framework-Intents-10.1 → pyobjc_framework_intents-10.3}/PyObjCTest/test_inspeakable.py +0 -0
  72. {pyobjc-framework-Intents-10.1 → pyobjc_framework_intents-10.3}/PyObjCTest/test_instartaudiocallintent.py +0 -0
  73. {pyobjc-framework-Intents-10.1 → pyobjc_framework_intents-10.3}/PyObjCTest/test_instartaudiocallintentresponse.py +0 -0
  74. {pyobjc-framework-Intents-10.1 → pyobjc_framework_intents-10.3}/PyObjCTest/test_instartcallintent.py +0 -0
  75. {pyobjc-framework-Intents-10.1 → pyobjc_framework_intents-10.3}/PyObjCTest/test_instartvideocallintent.py +0 -0
  76. {pyobjc-framework-Intents-10.1 → pyobjc_framework_intents-10.3}/PyObjCTest/test_instartvideocallintentresponse.py +0 -0
  77. {pyobjc-framework-Intents-10.1 → pyobjc_framework_intents-10.3}/PyObjCTest/test_intents.py +0 -0
  78. {pyobjc-framework-Intents-10.1 → pyobjc_framework_intents-10.3}/PyObjCTest/test_inticketedeventcategory.py +0 -0
  79. {pyobjc-framework-Intents-10.1 → pyobjc_framework_intents-10.3}/PyObjCTest/test_inunsendmessagesintent.py +0 -0
  80. {pyobjc-framework-Intents-10.1 → pyobjc_framework_intents-10.3}/PyObjCTest/test_inunsendmessagesintentresponse.py +0 -0
  81. {pyobjc-framework-Intents-10.1 → pyobjc_framework_intents-10.3}/metadata/Intents.fwinfo +0 -0
  82. {pyobjc-framework-Intents-10.1 → pyobjc_framework_intents-10.3}/metadata/metadata.ini +0 -0
  83. {pyobjc-framework-Intents-10.1 → pyobjc_framework_intents-10.3}/metadata/raw/arm64-12.3.fwinfo +0 -0
  84. {pyobjc-framework-Intents-10.1 → pyobjc_framework_intents-10.3}/metadata/raw/arm64-13.3.fwinfo +0 -0
  85. {pyobjc-framework-Intents-10.1 → pyobjc_framework_intents-10.3}/metadata/raw/x86_64-10.15.fwinfo +0 -0
  86. {pyobjc-framework-Intents-10.1 → pyobjc_framework_intents-10.3}/metadata/raw/x86_64-10.16.fwinfo +0 -0
  87. {pyobjc-framework-Intents-10.1 → pyobjc_framework_intents-10.3}/metadata/raw/x86_64-12.3.fwinfo +0 -0
  88. {pyobjc-framework-Intents-10.1 → pyobjc_framework_intents-10.3}/metadata/raw/x86_64-13.3.fwinfo +0 -0
  89. {pyobjc-framework-Intents-10.1 → pyobjc_framework_intents-10.3}/pyobjc_setup.py +0 -0
  90. {pyobjc-framework-Intents-10.1 → pyobjc_framework_intents-10.3}/pyproject.toml +0 -0
  91. {pyobjc-framework-Intents-10.1 → pyobjc_framework_intents-10.3}/setup.cfg +0 -0
@@ -0,0 +1,83 @@
1
+ """
2
+ Python mapping for the Intents framework.
3
+
4
+ This module does not contain docstrings for the wrapped code, check Apple's
5
+ documentation for details on how to use these functions and classes.
6
+ """
7
+
8
+
9
+ def _setup():
10
+ import sys
11
+
12
+ import Foundation
13
+ import objc
14
+ from . import _metadata, _Intents
15
+
16
+ dir_func, getattr_func = objc.createFrameworkDirAndGetattr(
17
+ name="Intents",
18
+ frameworkIdentifier="com.apple.Intents",
19
+ frameworkPath=objc.pathForFramework(
20
+ "/System/Library/Frameworks/Intents.framework"
21
+ ),
22
+ globals_dict=globals(),
23
+ inline_list=None,
24
+ parents=(
25
+ _Intents,
26
+ Foundation,
27
+ ),
28
+ metadict=_metadata.__dict__,
29
+ )
30
+
31
+ globals()["__dir__"] = dir_func
32
+ globals()["__getattr__"] = getattr_func
33
+
34
+ for cls, sel in (
35
+ ("INFocusStatus", b"init"),
36
+ ("INTicketedEvent", b"init"),
37
+ ("INCallRecordFilter", b"init"),
38
+ ("INPaymentMethod", b"init"),
39
+ ("INShortcut", b"init"),
40
+ ("INShortcut", b"new"),
41
+ ("INVoiceShortcut", b"init"),
42
+ ("INVoiceShortcut", b"new"),
43
+ ("INCallRecord", b"init"),
44
+ ("INTrainTrip", b"init"),
45
+ ("INIntentDonationMetadata", b"init"),
46
+ ("INAirport", b"init"),
47
+ ("INGetReservationDetailsIntentResponse", b"init"),
48
+ ("INPersonHandle", b"init"),
49
+ ("INRentalCar", b"init"),
50
+ ("INUnsendMessagesIntentResponse", b"init"),
51
+ ("INShareFocusStatusIntentResponse", b"init"),
52
+ ("INEditMessageIntentResponse", b"init"),
53
+ ("INBoatReservation", b"init"),
54
+ ("INBoatTrip", b"init"),
55
+ ("INPerson", b"init"),
56
+ ("INDateComponentsRange", b"init"),
57
+ ("INReservation", b"init"),
58
+ ("INObjectCollection", b"init"),
59
+ ("INBusTrip", b"init"),
60
+ ("INBusReservation", b"init"),
61
+ ("INAirportGate", b"init"),
62
+ ("INSendMessageIntentResponse", b"init"),
63
+ ("INObjectSection", b"init"),
64
+ ("INCurrencyAmount", b"init"),
65
+ ("INSpeakableString", b"init"),
66
+ ("INIntentResolutionResult", b"init"),
67
+ ("INAirline", b"init"),
68
+ ("INObject", b"init"),
69
+ ("INHangUpCallIntentResponse", b"init"),
70
+ ("INCallGroup", b"init"),
71
+ ("INSeat", b"init"),
72
+ ("INAnswerCallIntentResponse", b"init"),
73
+ ("INInteraction", b"init"),
74
+ ("INReservationAction", b"init"),
75
+ ("INVoiceShortcutCenter", b"init"),
76
+ ("INVoiceShortcutCenter", b"new"),
77
+ ):
78
+ objc.registerUnavailableMethod(cls, sel)
79
+
80
+ del sys.modules["Intents._metadata"]
81
+
82
+
83
+ globals().pop("_setup")()