pyobjc-framework-LocalAuthentication 9.2__py2.py3-none-any.whl → 10.1__py2.py3-none-any.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.
- LocalAuthentication/__init__.py +27 -23
- LocalAuthentication/_metadata.py +4 -3
- {pyobjc_framework_LocalAuthentication-9.2.dist-info → pyobjc_framework_LocalAuthentication-10.1.dist-info}/METADATA +7 -6
- pyobjc_framework_LocalAuthentication-10.1.dist-info/RECORD +7 -0
- {pyobjc_framework_LocalAuthentication-9.2.dist-info → pyobjc_framework_LocalAuthentication-10.1.dist-info}/WHEEL +1 -1
- pyobjc_framework_LocalAuthentication-9.2.dist-info/RECORD +0 -7
- {pyobjc_framework_LocalAuthentication-9.2.dist-info → pyobjc_framework_LocalAuthentication-10.1.dist-info}/LICENSE.txt +0 -0
- {pyobjc_framework_LocalAuthentication-9.2.dist-info → pyobjc_framework_LocalAuthentication-10.1.dist-info}/top_level.txt +0 -0
LocalAuthentication/__init__.py
CHANGED
|
@@ -5,26 +5,30 @@ This module does not contain docstrings for the wrapped code, check Apple's
|
|
|
5
5
|
documentation for details on how to use these functions and classes.
|
|
6
6
|
"""
|
|
7
7
|
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
import
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
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="LocalAuthentication",
|
|
18
|
+
frameworkIdentifier="com.apple.LocalAuthentication",
|
|
19
|
+
frameworkPath=objc.pathForFramework(
|
|
20
|
+
"/System/Library/Frameworks/LocalAuthentication.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["LocalAuthentication._metadata"]
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
globals().pop("_setup")()
|
LocalAuthentication/_metadata.py
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# This file is generated by objective.metadata
|
|
2
2
|
#
|
|
3
|
-
# Last update:
|
|
3
|
+
# Last update: Fri Aug 4 11:30:01 2023
|
|
4
4
|
#
|
|
5
5
|
# flake8: noqa
|
|
6
6
|
|
|
@@ -31,7 +31,7 @@ else:
|
|
|
31
31
|
|
|
32
32
|
misc = {}
|
|
33
33
|
constants = """$LAErrorDomain$LATouchIDAuthenticationMaximumAllowableReuseDuration@d$"""
|
|
34
|
-
enums = """$LAAccessControlOperationCreateItem@0$LAAccessControlOperationCreateKey@2$LAAccessControlOperationUseItem@1$LAAccessControlOperationUseKeyDecrypt@4$LAAccessControlOperationUseKeyKeyExchange@5$LAAccessControlOperationUseKeySign@3$LABiometryNone@0$LABiometryTypeFaceID@2$LABiometryTypeNone@0$LABiometryTypeTouchID@1$LACredentialTypeApplicationPassword@0$LACredentialTypeSmartCardPIN@-3$LAErrorAppCancel@-9$LAErrorAuthenticationFailed@-1$LAErrorBiometryDisconnected@-13$LAErrorBiometryLockout@-8$LAErrorBiometryNotAvailable@-6$LAErrorBiometryNotEnrolled@-7$LAErrorBiometryNotPaired@-12$LAErrorInvalidContext@-10$LAErrorInvalidDimensions@-14$LAErrorNotInteractive@-1004$LAErrorPasscodeNotSet@-5$LAErrorSystemCancel@-4$LAErrorTouchIDLockout@-8$LAErrorTouchIDNotAvailable@-6$LAErrorTouchIDNotEnrolled@-7$LAErrorUserCancel@-2$LAErrorUserFallback@-3$LAErrorWatchNotAvailable@-11$LAPolicyDeviceOwnerAuthentication@2$LAPolicyDeviceOwnerAuthenticationWithBiometrics@1$LAPolicyDeviceOwnerAuthenticationWithBiometricsOrWatch@4$LAPolicyDeviceOwnerAuthenticationWithWatch@3$LAPolicyDeviceOwnerAuthenticationWithWristDetection@5$LARightStateAuthorized@2$LARightStateAuthorizing@1$LARightStateNotAuthorized@3$LARightStateUnknown@0$kLACredentialCTKPIN@-3$kLACredentialSmartCardPIN@-3$kLACredentialTypeApplicationPassword@0$kLACredentialTypePasscode@-1$kLACredentialTypePassphrase@-2$kLAErrorAppCancel@-9$kLAErrorAuthenticationFailed@-1$kLAErrorBiometryDisconnected@-13$kLAErrorBiometryNotPaired@-12$kLAErrorInvalidContext@-10$kLAErrorInvalidDimensions@-14$kLAErrorNotInteractive@-1004$kLAErrorPasscodeNotSet@-5$kLAErrorSystemCancel@-4$kLAErrorTouchIDLockout@-8$kLAErrorTouchIDNotAvailable@-6$kLAErrorTouchIDNotEnrolled@-7$kLAErrorUserCancel@-2$kLAErrorUserFallback@-3$kLAErrorWatchNotAvailable@-11$kLAOptionAuthenticationReason@2$kLAOptionUserFallback@1$kLAPolicyDeviceOwnerAuthentication@2$kLAPolicyDeviceOwnerAuthenticationWithBiometrics@1$kLAPolicyDeviceOwnerAuthenticationWithBiometricsOrWatch@4$kLAPolicyDeviceOwnerAuthenticationWithWatch@3$kLAPolicyDeviceOwnerAuthenticationWithWristDetection@5$"""
|
|
34
|
+
enums = """$LAAccessControlOperationCreateItem@0$LAAccessControlOperationCreateKey@2$LAAccessControlOperationUseItem@1$LAAccessControlOperationUseKeyDecrypt@4$LAAccessControlOperationUseKeyKeyExchange@5$LAAccessControlOperationUseKeySign@3$LABiometryNone@0$LABiometryTypeFaceID@2$LABiometryTypeNone@0$LABiometryTypeOpticID@4$LABiometryTypeTouchID@1$LACredentialTypeApplicationPassword@0$LACredentialTypeSmartCardPIN@-3$LAErrorAppCancel@-9$LAErrorAuthenticationFailed@-1$LAErrorBiometryDisconnected@-13$LAErrorBiometryLockout@-8$LAErrorBiometryNotAvailable@-6$LAErrorBiometryNotEnrolled@-7$LAErrorBiometryNotPaired@-12$LAErrorInvalidContext@-10$LAErrorInvalidDimensions@-14$LAErrorNotInteractive@-1004$LAErrorPasscodeNotSet@-5$LAErrorSystemCancel@-4$LAErrorTouchIDLockout@-8$LAErrorTouchIDNotAvailable@-6$LAErrorTouchIDNotEnrolled@-7$LAErrorUserCancel@-2$LAErrorUserFallback@-3$LAErrorWatchNotAvailable@-11$LAPolicyDeviceOwnerAuthentication@2$LAPolicyDeviceOwnerAuthenticationWithBiometrics@1$LAPolicyDeviceOwnerAuthenticationWithBiometricsOrWatch@4$LAPolicyDeviceOwnerAuthenticationWithWatch@3$LAPolicyDeviceOwnerAuthenticationWithWristDetection@5$LARightStateAuthorized@2$LARightStateAuthorizing@1$LARightStateNotAuthorized@3$LARightStateUnknown@0$kLABiometryTypeFaceID@2$kLABiometryTypeNone@0$kLABiometryTypeOpticID@4$kLABiometryTypeTouchID@1$kLACredentialCTKPIN@-3$kLACredentialSmartCardPIN@-3$kLACredentialTypeApplicationPassword@0$kLACredentialTypePasscode@-1$kLACredentialTypePassphrase@-2$kLAErrorAppCancel@-9$kLAErrorAuthenticationFailed@-1$kLAErrorBiometryDisconnected@-13$kLAErrorBiometryNotPaired@-12$kLAErrorInvalidContext@-10$kLAErrorInvalidDimensions@-14$kLAErrorNotInteractive@-1004$kLAErrorPasscodeNotSet@-5$kLAErrorSystemCancel@-4$kLAErrorTouchIDLockout@-8$kLAErrorTouchIDNotAvailable@-6$kLAErrorTouchIDNotEnrolled@-7$kLAErrorUserCancel@-2$kLAErrorUserFallback@-3$kLAErrorWatchNotAvailable@-11$kLAOptionAuthenticationReason@2$kLAOptionUserFallback@1$kLAPolicyDeviceOwnerAuthentication@2$kLAPolicyDeviceOwnerAuthenticationWithBiometrics@1$kLAPolicyDeviceOwnerAuthenticationWithBiometricsOrWatch@4$kLAPolicyDeviceOwnerAuthenticationWithWatch@3$kLAPolicyDeviceOwnerAuthenticationWithWristDetection@5$"""
|
|
35
35
|
misc.update(
|
|
36
36
|
{
|
|
37
37
|
"LABiometryType": NewType("LABiometryType", int),
|
|
@@ -50,8 +50,9 @@ aliases = {
|
|
|
50
50
|
"LAErrorBiometryNotEnrolled": "kLAErrorBiometryNotEnrolled",
|
|
51
51
|
"LABiometryNone": "LABiometryTypeNone",
|
|
52
52
|
"kLAErrorBiometryNotEnrolled": "kLAErrorTouchIDNotEnrolled",
|
|
53
|
-
"kLAErrorBiometryNotAvailable": "kLAErrorTouchIDNotAvailable",
|
|
54
53
|
"LAErrorBiometryNotAvailable": "kLAErrorBiometryNotAvailable",
|
|
54
|
+
"kLAErrorBiometryNotAvailable": "kLAErrorTouchIDNotAvailable",
|
|
55
|
+
"LABiometryTypeOpticID": "kLABiometryTypeOpticID",
|
|
55
56
|
"kLAErrorBiometryLockout": "kLAErrorTouchIDLockout",
|
|
56
57
|
}
|
|
57
58
|
r = objc.registerMetaDataForSelector
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: pyobjc-framework-LocalAuthentication
|
|
3
|
-
Version:
|
|
3
|
+
Version: 10.1
|
|
4
4
|
Summary: Wrappers for the framework LocalAuthentication on macOS
|
|
5
5
|
Home-page: https://github.com/ronaldoussoren/pyobjc
|
|
6
6
|
Author: Ronald Oussoren
|
|
@@ -18,24 +18,25 @@ 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
|
+
Classifier: Programming Language :: Python :: 3.13
|
|
26
27
|
Classifier: Programming Language :: Python :: Implementation :: CPython
|
|
27
28
|
Classifier: Programming Language :: Objective C
|
|
28
29
|
Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
|
29
30
|
Classifier: Topic :: Software Development :: User Interfaces
|
|
30
|
-
Requires-Python: >=3.
|
|
31
|
+
Requires-Python: >=3.8
|
|
31
32
|
Description-Content-Type: text/x-rst; charset=UTF-8
|
|
32
33
|
License-File: LICENSE.txt
|
|
33
34
|
Project-URL: Documentation, https://pyobjc.readthedocs.io/en/latest/
|
|
34
35
|
Project-URL: Issue tracker, https://github.com/ronaldoussoren/pyobjc/issues
|
|
35
36
|
Project-URL: Repository, https://github.com/ronaldoussoren/pyobjc
|
|
36
|
-
Requires-Dist: pyobjc-core
|
|
37
|
-
Requires-Dist: pyobjc-framework-Cocoa
|
|
38
|
-
Requires-Dist: pyobjc-framework-Security
|
|
37
|
+
Requires-Dist: pyobjc-core >=10.1
|
|
38
|
+
Requires-Dist: pyobjc-framework-Cocoa >=10.1
|
|
39
|
+
Requires-Dist: pyobjc-framework-Security >=10.1
|
|
39
40
|
|
|
40
41
|
|
|
41
42
|
Wrappers for the "LocalAuthentication" framework on macOS.
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
LocalAuthentication/__init__.py,sha256=SRJs9HrAgLNkDF-ZTMU7pyZ44l0WxlGNuJ7ab0Zg5ao,879
|
|
2
|
+
LocalAuthentication/_metadata.py,sha256=0kSTWv0nTSeVc1KOQb7Up0fPxqV6Cao2S96Q6V8O2uQ,13686
|
|
3
|
+
pyobjc_framework_LocalAuthentication-10.1.dist-info/LICENSE.txt,sha256=Vg9jjlooYr7zwJPEU4XJbglAL2nrA8D_FGJjJqycXJs,1249
|
|
4
|
+
pyobjc_framework_LocalAuthentication-10.1.dist-info/METADATA,sha256=7ohWeb1dNsjGazhirL-Xkwh-x6LNyn9SkbgWvSxZ7yE,2352
|
|
5
|
+
pyobjc_framework_LocalAuthentication-10.1.dist-info/WHEEL,sha256=iYlv5fX357PQyRT2o6tw1bN-YcKFFHKqB_LwHO5wP-g,110
|
|
6
|
+
pyobjc_framework_LocalAuthentication-10.1.dist-info/top_level.txt,sha256=BY5oON8s8gX9F1ZNcQuI1CmMLytMMOVDb0FDDuU5QBY,20
|
|
7
|
+
pyobjc_framework_LocalAuthentication-10.1.dist-info/RECORD,,
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
LocalAuthentication/__init__.py,sha256=oHHeejtURlTHAS8KkFdWy0tMMUgK8uyQSfXpYxzkhx4,754
|
|
2
|
-
LocalAuthentication/_metadata.py,sha256=6b48kpzOkR2fxIw1WlyodPiZKsK1JuUmjl9dAf9HUQE,13511
|
|
3
|
-
pyobjc_framework_LocalAuthentication-9.2.dist-info/LICENSE.txt,sha256=Vg9jjlooYr7zwJPEU4XJbglAL2nrA8D_FGJjJqycXJs,1249
|
|
4
|
-
pyobjc_framework_LocalAuthentication-9.2.dist-info/METADATA,sha256=1E7305bC3AKGm5KUZol_ZxR3xVS6QnTe-_EAlQ9RutM,2302
|
|
5
|
-
pyobjc_framework_LocalAuthentication-9.2.dist-info/WHEEL,sha256=a-zpFRIJzOq5QfuhBzbhiA1eHTzNCJn8OdRvhdNX0Rk,110
|
|
6
|
-
pyobjc_framework_LocalAuthentication-9.2.dist-info/top_level.txt,sha256=BY5oON8s8gX9F1ZNcQuI1CmMLytMMOVDb0FDDuU5QBY,20
|
|
7
|
-
pyobjc_framework_LocalAuthentication-9.2.dist-info/RECORD,,
|
|
File without changes
|