taipanstack 0.1.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.
@@ -14,7 +14,7 @@ import logging
14
14
  import os
15
15
  import sys
16
16
  from dataclasses import dataclass
17
- from enum import Enum
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(str, Enum):
58
+ class VersionTier(StrEnum):
59
59
  """Python version tier for optimization profiles."""
60
60
 
61
61
  STABLE = "stable" # 3.11 - fully stable, conservative optimizations
@@ -1,13 +1,13 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: taipanstack
3
- Version: 0.1.0
3
+ Version: 0.2.1
4
4
  Summary: TaipanStack - Modular, secure, and scalable Python stack for robust development
5
5
  License: MIT
6
6
  License-File: LICENSE
7
7
  Keywords: security,devops,python,taipanstack,bootstrapper,quality
8
8
  Author: gabrielima7
9
9
  Author-email: gabrielima.alu.lmb@gmail.com
10
- Requires-Python: >=3.11
10
+ Requires-Python: >=3.11,<4.0
11
11
  Classifier: Development Status :: 4 - Beta
12
12
  Classifier: Intended Audience :: Developers
13
13
  Classifier: License :: OSI Approved :: MIT License
@@ -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=Dwnb9k9WVD33gWiKofpHArFcvlmHUfl8Z6T2lUPaPS8,10157
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.1.0.dist-info/METADATA,sha256=hXSsVO_tHOwXleBqIxmky9WqktUOvRPm2BlsD-CXKNA,10280
23
- taipanstack-0.1.0.dist-info/WHEEL,sha256=zp0Cn7JsFoX2ATtOhtaFYIiE2rmFAD4OcMhtUki8W3U,88
24
- taipanstack-0.1.0.dist-info/licenses/LICENSE,sha256=O3qm8VBmhhebtRAD3T8W4QBxgLLGEEI6vl4faNCi9ws,1069
25
- taipanstack-0.1.0.dist-info/RECORD,,
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,,