taipanstack 0.2.0__py3-none-any.whl → 0.2.1__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.
- taipanstack/core/compat.py +2 -2
- {taipanstack-0.2.0.dist-info → taipanstack-0.2.1.dist-info}/METADATA +1 -1
- {taipanstack-0.2.0.dist-info → taipanstack-0.2.1.dist-info}/RECORD +5 -5
- {taipanstack-0.2.0.dist-info → taipanstack-0.2.1.dist-info}/WHEEL +0 -0
- {taipanstack-0.2.0.dist-info → taipanstack-0.2.1.dist-info}/licenses/LICENSE +0 -0
taipanstack/core/compat.py
CHANGED
|
@@ -14,7 +14,7 @@ import logging
|
|
|
14
14
|
import os
|
|
15
15
|
import sys
|
|
16
16
|
from dataclasses import dataclass
|
|
17
|
-
from enum import
|
|
17
|
+
from enum import StrEnum
|
|
18
18
|
from typing import TYPE_CHECKING
|
|
19
19
|
|
|
20
20
|
if TYPE_CHECKING:
|
|
@@ -55,7 +55,7 @@ PY314: Final[bool] = PY_VERSION >= (3, 14)
|
|
|
55
55
|
"""True if running Python 3.14 or higher."""
|
|
56
56
|
|
|
57
57
|
|
|
58
|
-
class VersionTier(
|
|
58
|
+
class VersionTier(StrEnum):
|
|
59
59
|
"""Python version tier for optimization profiles."""
|
|
60
60
|
|
|
61
61
|
STABLE = "stable" # 3.11 - fully stable, conservative optimizations
|
|
@@ -4,7 +4,7 @@ taipanstack/config/generators.py,sha256=p69iwYwSl4i1i4lG5qBnbyRaWzBLrX0yCPujh4Te
|
|
|
4
4
|
taipanstack/config/models.py,sha256=Qh3XfsLvztXnSju-CALKVS_WWClz0Yb9Qk5P-04nKkM,9217
|
|
5
5
|
taipanstack/config/version_config.py,sha256=oaA7JMFxHACxfkNgft_NdpbNujGfMLGqXPZ9k2g5PzQ,7778
|
|
6
6
|
taipanstack/core/__init__.py,sha256=FEFC0Tw2fxKr6scSi1rS6UskryY7Q06Kum8GavSxnf4,964
|
|
7
|
-
taipanstack/core/compat.py,sha256=
|
|
7
|
+
taipanstack/core/compat.py,sha256=k7a-VccKCZ2F1pw0Aj9gaZ3_4YnpibZ4c1e2dRjMxB0,10158
|
|
8
8
|
taipanstack/core/optimizations.py,sha256=rPcxavFwxelp8XEEoGfbUZpWmDpEYBWY6kBCbXZkzic,11511
|
|
9
9
|
taipanstack/core/result.py,sha256=4_2pSduLKTbmw5_HGPMmrzWoZkCOCh20CvMqraEgtlI,4758
|
|
10
10
|
taipanstack/security/__init__.py,sha256=FGsS2zyI3QWCekTtaZn3hog0TUeGClLqPo1qcEEMwTo,1191
|
|
@@ -19,7 +19,7 @@ taipanstack/utils/logging.py,sha256=8-N_xgYfl1tgM93rYjtJLyT0OPYFDONJW-EnHRLp2so,
|
|
|
19
19
|
taipanstack/utils/metrics.py,sha256=ZjyTePtHJ-Sj7FuSsebODDQG1fi7knmOcCicHQ5vNMw,7851
|
|
20
20
|
taipanstack/utils/retry.py,sha256=gW7K0KLD8KH1Dz8lEwDgdSp_sDRstw9dfrA7nGFB8sU,8697
|
|
21
21
|
taipanstack/utils/subprocess.py,sha256=Ll0Mo2La2JOZvG60LgkU8uCcmH9NqEBrHWzY9NCi2Og,8765
|
|
22
|
-
taipanstack-0.2.
|
|
23
|
-
taipanstack-0.2.
|
|
24
|
-
taipanstack-0.2.
|
|
25
|
-
taipanstack-0.2.
|
|
22
|
+
taipanstack-0.2.1.dist-info/METADATA,sha256=RDpP6F-uZfvv1QaUJemHzYuAi1a9SxDoYvcSq7iCvro,10285
|
|
23
|
+
taipanstack-0.2.1.dist-info/WHEEL,sha256=zp0Cn7JsFoX2ATtOhtaFYIiE2rmFAD4OcMhtUki8W3U,88
|
|
24
|
+
taipanstack-0.2.1.dist-info/licenses/LICENSE,sha256=O3qm8VBmhhebtRAD3T8W4QBxgLLGEEI6vl4faNCi9ws,1069
|
|
25
|
+
taipanstack-0.2.1.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|