quantalogic 0.2.1__py3-none-any.whl → 0.2.2__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.
- quantalogic/version.py +2 -12
- {quantalogic-0.2.1.dist-info → quantalogic-0.2.2.dist-info}/METADATA +1 -1
- {quantalogic-0.2.1.dist-info → quantalogic-0.2.2.dist-info}/RECORD +6 -6
- {quantalogic-0.2.1.dist-info → quantalogic-0.2.2.dist-info}/LICENSE +0 -0
- {quantalogic-0.2.1.dist-info → quantalogic-0.2.2.dist-info}/WHEEL +0 -0
- {quantalogic-0.2.1.dist-info → quantalogic-0.2.2.dist-info}/entry_points.txt +0 -0
quantalogic/version.py
CHANGED
@@ -1,14 +1,4 @@
|
|
1
|
-
from pathlib import Path
|
2
|
-
|
3
|
-
import toml
|
4
|
-
|
5
1
|
|
2
|
+
VERSION = "0.2.2"
|
6
3
|
def get_version() -> str:
|
7
|
-
|
8
|
-
try:
|
9
|
-
pyproject_path = Path(__file__).parent.parent / "pyproject.toml"
|
10
|
-
with open(pyproject_path) as f:
|
11
|
-
pyproject = toml.load(f)
|
12
|
-
return pyproject["tool"]["poetry"]["version"]
|
13
|
-
except Exception as e:
|
14
|
-
raise RuntimeError(f"Failed to read version from pyproject.toml: {e}")
|
4
|
+
return VERSION
|
@@ -59,11 +59,11 @@ quantalogic/utils/get_quantalogic_rules_content.py,sha256=fnEFTyClXzpI0MLaM-gB9R
|
|
59
59
|
quantalogic/utils/git_ls.py,sha256=_aXg2TwqYv9CoOrhQ1gqHCqu1j8wOVigQNWbGncSDlM,4361
|
60
60
|
quantalogic/utils/read_file.py,sha256=tSRVHk8dIP4nNLL89v5kRki4hOTjVyjbmuEb2zwvwCY,2077
|
61
61
|
quantalogic/utils/read_http_text_content.py,sha256=1nRLQ9DHP_fKrm0rIEJBF0ROmB78e4lct2hUzD2PAUk,4408
|
62
|
-
quantalogic/version.py,sha256=
|
62
|
+
quantalogic/version.py,sha256=KCMp_VO1Gh1okgz_ysyGPoR0Sw0FpFSFimW1hvAms6s,64
|
63
63
|
quantalogic/xml_parser.py,sha256=cTRorr5sVfkIzH72M0C-GQ9ROGPiz2FTT66U9ndjzhE,9538
|
64
64
|
quantalogic/xml_tool_parser.py,sha256=lsVzClZBrZan7wjCuCKnGHWzksXI3VMy_vWthxu2_bo,3738
|
65
|
-
quantalogic-0.2.
|
66
|
-
quantalogic-0.2.
|
67
|
-
quantalogic-0.2.
|
68
|
-
quantalogic-0.2.
|
69
|
-
quantalogic-0.2.
|
65
|
+
quantalogic-0.2.2.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
66
|
+
quantalogic-0.2.2.dist-info/METADATA,sha256=nK98IudCDiahREJnwwdiLI-B7flWMhYrpHtVTphpFYY,38601
|
67
|
+
quantalogic-0.2.2.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
|
68
|
+
quantalogic-0.2.2.dist-info/entry_points.txt,sha256=wgSq5SRU98yvlRHGEZD1Xn7sS5CSjH2RfUtTa6Qy28Q,52
|
69
|
+
quantalogic-0.2.2.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|