opticedge-types 1.0.5__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.
File without changes
File without changes
@@ -0,0 +1,10 @@
1
+ from opticedge_types.enums.card import CardType
2
+
3
+
4
+ CARD_COLLECTION_MAP: dict[CardType, str] = {
5
+ CardType.POKEMON: "pokemon_cards",
6
+ CardType.LORCANA: "lorcana_cards",
7
+ CardType.MAGIC: "magic_cards",
8
+ CardType.YUGIOH: "yugioh_cards",
9
+ CardType.VIDEO_GAMES: "video_games",
10
+ }
File without changes
@@ -0,0 +1,27 @@
1
+ from enum import IntEnum, Enum
2
+
3
+ class ApprovalStatus(IntEnum):
4
+ RESCAN = -2
5
+ PENDING = -1
6
+ FAILED = 0
7
+ APPROVED = 1
8
+ APPROVING = 999
9
+
10
+
11
+ class GradingField(Enum):
12
+ GRADING = "grading"
13
+ CENTER = "centering_grading"
14
+ SURFACE = "surface_grading"
15
+ EDGE = "edge_grading"
16
+ CORNER = "corner_grading"
17
+ ENVIRONMENT = "grading_environment"
18
+ CONFIDENCE = "grading_confidence"
19
+ STRUCTURE = "card_structure"
20
+
21
+
22
+ class CardType(Enum):
23
+ POKEMON = "pokemon",
24
+ LORCANA = "lorcana",
25
+ MAGIC = "magic",
26
+ YUGIOH = "yugioh",
27
+ VIDEO_GAMES = "video_games"
@@ -0,0 +1,7 @@
1
+ from enum import Enum
2
+
3
+ class CollectorType(Enum):
4
+ NON_MEMBER = -1
5
+ ELITE = 0
6
+ ROOKIE = 1
7
+ FREE = 2
@@ -0,0 +1,8 @@
1
+ Metadata-Version: 2.4
2
+ Name: opticedge_types
3
+ Version: 1.0.5
4
+ Summary: Common types for opticedge
5
+ Author-email: velopace <velopace7@gmail.com>
6
+ License: MIT
7
+ Description-Content-Type: text/markdown
8
+ Provides-Extra: dev
@@ -0,0 +1,10 @@
1
+ opticedge_types/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
+ opticedge_types/constants/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
3
+ opticedge_types/constants/card.py,sha256=xfnZsw5lpLH9DFsDvetAAb422YS6UvRE2eukhqyy0TI,298
4
+ opticedge_types/enums/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
5
+ opticedge_types/enums/card.py,sha256=1qT_Im4FnU9lR2KS2wLbz7N9uw2nmmt-Vs6KJhvvW2c,614
6
+ opticedge_types/enums/user.py,sha256=q301is8gLnz55fMgSbi2pXZWKmlKVM1FSp3r0hrcYVU,119
7
+ opticedge_types-1.0.5.dist-info/METADATA,sha256=c5nFa8KDRdLlovwMnp2izw6w8gM2Vc_o90HJJYJV74Y,221
8
+ opticedge_types-1.0.5.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
9
+ opticedge_types-1.0.5.dist-info/top_level.txt,sha256=Cf-JT5o8p_Me-aZ8XCSG8vxnqiw7YkVEwpG8EKAmW20,16
10
+ opticedge_types-1.0.5.dist-info/RECORD,,
@@ -0,0 +1,5 @@
1
+ Wheel-Version: 1.0
2
+ Generator: setuptools (80.9.0)
3
+ Root-Is-Purelib: true
4
+ Tag: py3-none-any
5
+
@@ -0,0 +1 @@
1
+ opticedge_types