pyobjc-framework-CalendarStore 9.1.1__tar.gz → 10.0__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.
- pyobjc-framework-CalendarStore-10.0/Lib/CalendarStore/__init__.py +34 -0
- {pyobjc-framework-CalendarStore-9.1.1 → pyobjc-framework-CalendarStore-10.0}/Lib/CalendarStore/_metadata.py +15 -1
- {pyobjc-framework-CalendarStore-9.1.1 → pyobjc-framework-CalendarStore-10.0}/Lib/pyobjc_framework_CalendarStore.egg-info/PKG-INFO +5 -3
- {pyobjc-framework-CalendarStore-9.1.1 → pyobjc-framework-CalendarStore-10.0}/Lib/pyobjc_framework_CalendarStore.egg-info/SOURCES.txt +4 -1
- pyobjc-framework-CalendarStore-10.0/Lib/pyobjc_framework_CalendarStore.egg-info/requires.txt +2 -0
- {pyobjc-framework-CalendarStore-9.1.1 → pyobjc-framework-CalendarStore-10.0}/PKG-INFO +5 -3
- pyobjc-framework-CalendarStore-10.0/metadata/raw/arm64-14.0.fwinfo +2233 -0
- pyobjc-framework-CalendarStore-10.0/metadata/raw/x86_64-14.0.fwinfo +2233 -0
- {pyobjc-framework-CalendarStore-9.1.1 → pyobjc-framework-CalendarStore-10.0}/pyobjc_setup.py +11 -2
- pyobjc-framework-CalendarStore-10.0/pyproject.toml +3 -0
- {pyobjc-framework-CalendarStore-9.1.1 → pyobjc-framework-CalendarStore-10.0}/setup.py +8 -2
- pyobjc-framework-CalendarStore-9.1.1/Lib/CalendarStore/__init__.py +0 -30
- pyobjc-framework-CalendarStore-9.1.1/Lib/pyobjc_framework_CalendarStore.egg-info/requires.txt +0 -2
- {pyobjc-framework-CalendarStore-9.1.1 → pyobjc-framework-CalendarStore-10.0}/Examples/Coding Headstart/AppController.py +0 -0
- {pyobjc-framework-CalendarStore-9.1.1 → pyobjc-framework-CalendarStore-10.0}/Examples/Coding Headstart/CalController.py +0 -0
- {pyobjc-framework-CalendarStore-9.1.1 → pyobjc-framework-CalendarStore-10.0}/Examples/Coding Headstart/English.lproj/MainMenu.nib/classes.nib +0 -0
- {pyobjc-framework-CalendarStore-9.1.1 → pyobjc-framework-CalendarStore-10.0}/Examples/Coding Headstart/English.lproj/MainMenu.nib/info.nib +0 -0
- {pyobjc-framework-CalendarStore-9.1.1 → pyobjc-framework-CalendarStore-10.0}/Examples/Coding Headstart/English.lproj/MainMenu.nib/keyedobjects.nib +0 -0
- {pyobjc-framework-CalendarStore-9.1.1 → pyobjc-framework-CalendarStore-10.0}/Examples/Coding Headstart/main.py +0 -0
- {pyobjc-framework-CalendarStore-9.1.1 → pyobjc-framework-CalendarStore-10.0}/Examples/Coding Headstart/setup.py +0 -0
- {pyobjc-framework-CalendarStore-9.1.1 → pyobjc-framework-CalendarStore-10.0}/Examples/Coding Headstart/summary.txt +0 -0
- {pyobjc-framework-CalendarStore-9.1.1 → pyobjc-framework-CalendarStore-10.0}/Examples/Scripts/add_wwdc_to_calendar.py +0 -0
- {pyobjc-framework-CalendarStore-9.1.1 → pyobjc-framework-CalendarStore-10.0}/Examples/Scripts/print_calendars.py +0 -0
- {pyobjc-framework-CalendarStore-9.1.1 → pyobjc-framework-CalendarStore-10.0}/LICENSE.txt +0 -0
- {pyobjc-framework-CalendarStore-9.1.1 → pyobjc-framework-CalendarStore-10.0}/Lib/pyobjc_framework_CalendarStore.egg-info/dependency_links.txt +0 -0
- {pyobjc-framework-CalendarStore-9.1.1 → pyobjc-framework-CalendarStore-10.0}/Lib/pyobjc_framework_CalendarStore.egg-info/not-zip-safe +0 -0
- {pyobjc-framework-CalendarStore-9.1.1 → pyobjc-framework-CalendarStore-10.0}/Lib/pyobjc_framework_CalendarStore.egg-info/top_level.txt +0 -0
- {pyobjc-framework-CalendarStore-9.1.1 → pyobjc-framework-CalendarStore-10.0}/MANIFEST.in +0 -0
- {pyobjc-framework-CalendarStore-9.1.1 → pyobjc-framework-CalendarStore-10.0}/PyObjCTest/__init__.py +0 -0
- {pyobjc-framework-CalendarStore-9.1.1 → pyobjc-framework-CalendarStore-10.0}/PyObjCTest/test_calalarm.py +0 -0
- {pyobjc-framework-CalendarStore-9.1.1 → pyobjc-framework-CalendarStore-10.0}/PyObjCTest/test_calattendee.py +0 -0
- {pyobjc-framework-CalendarStore-9.1.1 → pyobjc-framework-CalendarStore-10.0}/PyObjCTest/test_calcalendar.py +0 -0
- {pyobjc-framework-CalendarStore-9.1.1 → pyobjc-framework-CalendarStore-10.0}/PyObjCTest/test_calcalendaritem.py +0 -0
- {pyobjc-framework-CalendarStore-9.1.1 → pyobjc-framework-CalendarStore-10.0}/PyObjCTest/test_calcalendarstore.py +0 -0
- {pyobjc-framework-CalendarStore-9.1.1 → pyobjc-framework-CalendarStore-10.0}/PyObjCTest/test_calendarstore.py +0 -0
- {pyobjc-framework-CalendarStore-9.1.1 → pyobjc-framework-CalendarStore-10.0}/PyObjCTest/test_calendarstoreerrors.py +0 -0
- {pyobjc-framework-CalendarStore-9.1.1 → pyobjc-framework-CalendarStore-10.0}/PyObjCTest/test_calevent.py +0 -0
- {pyobjc-framework-CalendarStore-9.1.1 → pyobjc-framework-CalendarStore-10.0}/PyObjCTest/test_calrecurrencerule.py +0 -0
- {pyobjc-framework-CalendarStore-9.1.1 → pyobjc-framework-CalendarStore-10.0}/PyObjCTest/test_caltask.py +0 -0
- {pyobjc-framework-CalendarStore-9.1.1 → pyobjc-framework-CalendarStore-10.0}/README.txt +0 -0
- {pyobjc-framework-CalendarStore-9.1.1 → pyobjc-framework-CalendarStore-10.0}/metadata/CalendarStore.fwinfo +0 -0
- {pyobjc-framework-CalendarStore-9.1.1 → pyobjc-framework-CalendarStore-10.0}/metadata/metadata.ini +0 -0
- {pyobjc-framework-CalendarStore-9.1.1 → pyobjc-framework-CalendarStore-10.0}/metadata/raw/arm64-12.0.fwinfo +0 -0
- {pyobjc-framework-CalendarStore-9.1.1 → pyobjc-framework-CalendarStore-10.0}/metadata/raw/arm64-12.3.fwinfo +0 -0
- {pyobjc-framework-CalendarStore-9.1.1 → pyobjc-framework-CalendarStore-10.0}/metadata/raw/x86_64-10.10.fwinfo +0 -0
- {pyobjc-framework-CalendarStore-9.1.1 → pyobjc-framework-CalendarStore-10.0}/metadata/raw/x86_64-10.16.fwinfo +0 -0
- {pyobjc-framework-CalendarStore-9.1.1 → pyobjc-framework-CalendarStore-10.0}/metadata/raw/x86_64-10.6.fwinfo +0 -0
- {pyobjc-framework-CalendarStore-9.1.1 → pyobjc-framework-CalendarStore-10.0}/metadata/raw/x86_64-10.7.fwinfo +0 -0
- {pyobjc-framework-CalendarStore-9.1.1 → pyobjc-framework-CalendarStore-10.0}/metadata/raw/x86_64-10.8.fwinfo +0 -0
- {pyobjc-framework-CalendarStore-9.1.1 → pyobjc-framework-CalendarStore-10.0}/metadata/raw/x86_64-12.0.fwinfo +0 -0
- {pyobjc-framework-CalendarStore-9.1.1 → pyobjc-framework-CalendarStore-10.0}/metadata/raw/x86_64-12.3.fwinfo +0 -0
- {pyobjc-framework-CalendarStore-9.1.1 → pyobjc-framework-CalendarStore-10.0}/setup.cfg +0 -0
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
"""
|
|
2
|
+
Python mapping for the CalendarStore 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
|
|
15
|
+
|
|
16
|
+
dir_func, getattr_func = objc.createFrameworkDirAndGetattr(
|
|
17
|
+
name="CalendarStore",
|
|
18
|
+
frameworkIdentifier="com.apple.CalendarStore",
|
|
19
|
+
frameworkPath=objc.pathForFramework(
|
|
20
|
+
"/System/Library/Frameworks/CalendarStore.framework"
|
|
21
|
+
),
|
|
22
|
+
globals_dict=globals(),
|
|
23
|
+
inline_list=None,
|
|
24
|
+
parents=(Foundation,),
|
|
25
|
+
metadict=_metadata.__dict__,
|
|
26
|
+
)
|
|
27
|
+
|
|
28
|
+
globals()["__dir__"] = dir_func
|
|
29
|
+
globals()["__getattr__"] = getattr_func
|
|
30
|
+
|
|
31
|
+
del sys.modules["CalendarStore._metadata"]
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
globals().pop("_setup")()
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# This file is generated by objective.metadata
|
|
2
2
|
#
|
|
3
|
-
# Last update:
|
|
3
|
+
# Last update: Sat Jul 1 14:07:57 2023
|
|
4
4
|
#
|
|
5
5
|
# flake8: noqa
|
|
6
6
|
|
|
@@ -32,6 +32,20 @@ else:
|
|
|
32
32
|
misc = {}
|
|
33
33
|
constants = """$CalAlarmActionDisplay$CalAlarmActionEmail$CalAlarmActionProcedure$CalAlarmActionSound$CalAttendeeStatusAccepted$CalAttendeeStatusDeclined$CalAttendeeStatusNeedsAction$CalAttendeeStatusTentative$CalCalendarStoreErrorDomain$CalCalendarTypeBirthday$CalCalendarTypeCalDAV$CalCalendarTypeExchange$CalCalendarTypeIMAP$CalCalendarTypeLocal$CalCalendarTypeSubscription$CalCalendarsChangedExternallyNotification$CalCalendarsChangedNotification$CalDefaultRecurrenceInterval@Q$CalDeletedRecordsKey$CalEventsChangedExternallyNotification$CalEventsChangedNotification$CalInsertedRecordsKey$CalSenderProcessIDKey$CalTasksChangedExternallyNotification$CalTasksChangedNotification$CalUpdatedRecordsKey$CalUserUIDKey$"""
|
|
34
34
|
enums = """$CalCalendarNotEditableError@1025$CalCalendarNotInRepository@1027$CalCalendarTitleNotUniqueError@1028$CalDateInvalidError@1026$CalPriorityHigh@1$CalPriorityLow@9$CalPriorityMedium@5$CalPriorityNone@0$CalRecurrenceDaily@0$CalRecurrenceMonthly@2$CalRecurrenceWeekly@1$CalRecurrenceYearly@3$CalSpanAllEvents@2$CalSpanFutureEvents@1$CalSpanThisEvent@0$"""
|
|
35
|
+
misc.update(
|
|
36
|
+
{
|
|
37
|
+
"enum (unnamed at /Users/ronald/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/CalendarStore.framework/Headers/CalendarStoreErrors.h:13:1)": NewType(
|
|
38
|
+
"enum (unnamed at /Users/ronald/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/CalendarStore.framework/Headers/CalendarStoreErrors.h:13:1)",
|
|
39
|
+
int,
|
|
40
|
+
),
|
|
41
|
+
"CalSpan": NewType("CalSpan", int),
|
|
42
|
+
"enum (unnamed at /Users/ronald/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/CalendarStore.framework/Headers/CalTask.h:21:1)": NewType(
|
|
43
|
+
"enum (unnamed at /Users/ronald/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/CalendarStore.framework/Headers/CalTask.h:21:1)",
|
|
44
|
+
int,
|
|
45
|
+
),
|
|
46
|
+
"CalRecurrenceType": NewType("CalRecurrenceType", int),
|
|
47
|
+
}
|
|
48
|
+
)
|
|
35
49
|
misc.update({})
|
|
36
50
|
misc.update({})
|
|
37
51
|
r = objc.registerMetaDataForSelector
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: pyobjc-framework-CalendarStore
|
|
3
|
-
Version:
|
|
3
|
+
Version: 10.0
|
|
4
4
|
Summary: Wrappers for the framework CalendarStore on macOS
|
|
5
5
|
Home-page: https://github.com/ronaldoussoren/pyobjc
|
|
6
6
|
Author: Ronald Oussoren
|
|
@@ -18,18 +18,20 @@ Classifier: Operating System :: MacOS :: MacOS X
|
|
|
18
18
|
Classifier: Programming Language :: Python
|
|
19
19
|
Classifier: Programming Language :: Python :: 3
|
|
20
20
|
Classifier: Programming Language :: Python :: 3 :: Only
|
|
21
|
-
Classifier: Programming Language :: Python :: 3.7
|
|
22
21
|
Classifier: Programming Language :: Python :: 3.8
|
|
23
22
|
Classifier: Programming Language :: Python :: 3.9
|
|
24
23
|
Classifier: Programming Language :: Python :: 3.10
|
|
25
24
|
Classifier: Programming Language :: Python :: 3.11
|
|
25
|
+
Classifier: Programming Language :: Python :: 3.12
|
|
26
26
|
Classifier: Programming Language :: Python :: Implementation :: CPython
|
|
27
27
|
Classifier: Programming Language :: Objective C
|
|
28
28
|
Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
|
29
29
|
Classifier: Topic :: Software Development :: User Interfaces
|
|
30
|
-
Requires-Python: >=3.
|
|
30
|
+
Requires-Python: >=3.8
|
|
31
31
|
Description-Content-Type: text/x-rst; charset=UTF-8
|
|
32
32
|
License-File: LICENSE.txt
|
|
33
|
+
Requires-Dist: pyobjc-core>=10.0
|
|
34
|
+
Requires-Dist: pyobjc-framework-Cocoa>=10.0
|
|
33
35
|
Project-URL: Documentation, https://pyobjc.readthedocs.io/en/latest/
|
|
34
36
|
Project-URL: Issue tracker, https://github.com/ronaldoussoren/pyobjc/issues
|
|
35
37
|
Project-URL: Repository, https://github.com/ronaldoussoren/pyobjc
|
|
@@ -2,6 +2,7 @@ LICENSE.txt
|
|
|
2
2
|
MANIFEST.in
|
|
3
3
|
README.txt
|
|
4
4
|
pyobjc_setup.py
|
|
5
|
+
pyproject.toml
|
|
5
6
|
setup.py
|
|
6
7
|
Examples/Coding Headstart/AppController.py
|
|
7
8
|
Examples/Coding Headstart/CalController.py
|
|
@@ -36,10 +37,12 @@ metadata/CalendarStore.fwinfo
|
|
|
36
37
|
metadata/metadata.ini
|
|
37
38
|
metadata/raw/arm64-12.0.fwinfo
|
|
38
39
|
metadata/raw/arm64-12.3.fwinfo
|
|
40
|
+
metadata/raw/arm64-14.0.fwinfo
|
|
39
41
|
metadata/raw/x86_64-10.10.fwinfo
|
|
40
42
|
metadata/raw/x86_64-10.16.fwinfo
|
|
41
43
|
metadata/raw/x86_64-10.6.fwinfo
|
|
42
44
|
metadata/raw/x86_64-10.7.fwinfo
|
|
43
45
|
metadata/raw/x86_64-10.8.fwinfo
|
|
44
46
|
metadata/raw/x86_64-12.0.fwinfo
|
|
45
|
-
metadata/raw/x86_64-12.3.fwinfo
|
|
47
|
+
metadata/raw/x86_64-12.3.fwinfo
|
|
48
|
+
metadata/raw/x86_64-14.0.fwinfo
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: pyobjc-framework-CalendarStore
|
|
3
|
-
Version:
|
|
3
|
+
Version: 10.0
|
|
4
4
|
Summary: Wrappers for the framework CalendarStore on macOS
|
|
5
5
|
Home-page: https://github.com/ronaldoussoren/pyobjc
|
|
6
6
|
Author: Ronald Oussoren
|
|
@@ -18,18 +18,20 @@ Classifier: Operating System :: MacOS :: MacOS X
|
|
|
18
18
|
Classifier: Programming Language :: Python
|
|
19
19
|
Classifier: Programming Language :: Python :: 3
|
|
20
20
|
Classifier: Programming Language :: Python :: 3 :: Only
|
|
21
|
-
Classifier: Programming Language :: Python :: 3.7
|
|
22
21
|
Classifier: Programming Language :: Python :: 3.8
|
|
23
22
|
Classifier: Programming Language :: Python :: 3.9
|
|
24
23
|
Classifier: Programming Language :: Python :: 3.10
|
|
25
24
|
Classifier: Programming Language :: Python :: 3.11
|
|
25
|
+
Classifier: Programming Language :: Python :: 3.12
|
|
26
26
|
Classifier: Programming Language :: Python :: Implementation :: CPython
|
|
27
27
|
Classifier: Programming Language :: Objective C
|
|
28
28
|
Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
|
29
29
|
Classifier: Topic :: Software Development :: User Interfaces
|
|
30
|
-
Requires-Python: >=3.
|
|
30
|
+
Requires-Python: >=3.8
|
|
31
31
|
Description-Content-Type: text/x-rst; charset=UTF-8
|
|
32
32
|
License-File: LICENSE.txt
|
|
33
|
+
Requires-Dist: pyobjc-core>=10.0
|
|
34
|
+
Requires-Dist: pyobjc-framework-Cocoa>=10.0
|
|
33
35
|
|
|
34
36
|
|
|
35
37
|
Wrappers for the "CalendarStore" on macOS 10.5 and later. The CalendarStore
|