opticedge-types 1.0.1__py3-none-any.whl → 1.0.3__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.
- opticedge_types/enums/card.py +11 -1
- {opticedge_types-1.0.1.dist-info → opticedge_types-1.0.3.dist-info}/METADATA +1 -1
- opticedge_types-1.0.3.dist-info/RECORD +8 -0
- opticedge_types/enums/grading.py +0 -8
- opticedge_types-1.0.1.dist-info/RECORD +0 -9
- {opticedge_types-1.0.1.dist-info → opticedge_types-1.0.3.dist-info}/WHEEL +0 -0
- {opticedge_types-1.0.1.dist-info → opticedge_types-1.0.3.dist-info}/top_level.txt +0 -0
opticedge_types/enums/card.py
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
from enum import IntEnum
|
|
1
|
+
from enum import IntEnum, Enum
|
|
2
2
|
|
|
3
3
|
class ApprovalStatus(IntEnum):
|
|
4
4
|
RESCAN = -2
|
|
@@ -6,3 +6,13 @@ class ApprovalStatus(IntEnum):
|
|
|
6
6
|
FAILED = 0
|
|
7
7
|
APPROVED = 1
|
|
8
8
|
APPROVING = 999
|
|
9
|
+
|
|
10
|
+
class GradingField(Enum):
|
|
11
|
+
GRADING = "grading"
|
|
12
|
+
CENTER = "centering_grading"
|
|
13
|
+
SURFACE = "surface_grading"
|
|
14
|
+
EDGE = "edge_grading"
|
|
15
|
+
CORNER = "corner_grading"
|
|
16
|
+
ENVIRONMENT = "grading_environment"
|
|
17
|
+
CONFIDENCE = "grading_confidence"
|
|
18
|
+
STRUCTURE = "card_structure"
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
opticedge_types/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
2
|
+
opticedge_types/enums/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
3
|
+
opticedge_types/enums/card.py,sha256=VIchJwOMIx6ciNdskDcrXc7PsMNHF-mn0rrbaMwzVcs,436
|
|
4
|
+
opticedge_types/enums/user.py,sha256=mD0wDmjx4QFVWkurEv9ii1msOEseURUWpV4bsOCe0bo,112
|
|
5
|
+
opticedge_types-1.0.3.dist-info/METADATA,sha256=piCQBemj0yWih5YV7JAdle531RTCk9K9RhnFb-ILHpw,213
|
|
6
|
+
opticedge_types-1.0.3.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
7
|
+
opticedge_types-1.0.3.dist-info/top_level.txt,sha256=Cf-JT5o8p_Me-aZ8XCSG8vxnqiw7YkVEwpG8EKAmW20,16
|
|
8
|
+
opticedge_types-1.0.3.dist-info/RECORD,,
|
opticedge_types/enums/grading.py
DELETED
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
opticedge_types/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
2
|
-
opticedge_types/enums/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
3
|
-
opticedge_types/enums/card.py,sha256=Hl396nCFRjY4zdcu6ZJsVJ7hhHIcoLzDCMlUwUA8bwk,142
|
|
4
|
-
opticedge_types/enums/grading.py,sha256=kLJhoZ7DBig6y89_1nhlR-VIVUwo5jrxe0TIF6RQB-0,199
|
|
5
|
-
opticedge_types/enums/user.py,sha256=mD0wDmjx4QFVWkurEv9ii1msOEseURUWpV4bsOCe0bo,112
|
|
6
|
-
opticedge_types-1.0.1.dist-info/METADATA,sha256=7t2tKJ1fJAq4E3NVzX8mBVv3-UzE3kkSwKLl5BMQluc,213
|
|
7
|
-
opticedge_types-1.0.1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
8
|
-
opticedge_types-1.0.1.dist-info/top_level.txt,sha256=Cf-JT5o8p_Me-aZ8XCSG8vxnqiw7YkVEwpG8EKAmW20,16
|
|
9
|
-
opticedge_types-1.0.1.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|