hyper-sentinel 2.3.4__tar.gz → 2.3.5__tar.gz
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.
- {hyper_sentinel-2.3.4/src/hyper_sentinel.egg-info → hyper_sentinel-2.3.5}/PKG-INFO +1 -1
- {hyper_sentinel-2.3.4 → hyper_sentinel-2.3.5}/pyproject.toml +1 -1
- {hyper_sentinel-2.3.4 → hyper_sentinel-2.3.5/src/hyper_sentinel.egg-info}/PKG-INFO +1 -1
- {hyper_sentinel-2.3.4 → hyper_sentinel-2.3.5}/src/sentinel/__init__.py +1 -1
- {hyper_sentinel-2.3.4 → hyper_sentinel-2.3.5}/src/sentinel/cli.py +2 -0
- {hyper_sentinel-2.3.4 → hyper_sentinel-2.3.5}/LICENSE +0 -0
- {hyper_sentinel-2.3.4 → hyper_sentinel-2.3.5}/README.md +0 -0
- {hyper_sentinel-2.3.4 → hyper_sentinel-2.3.5}/setup.cfg +0 -0
- {hyper_sentinel-2.3.4 → hyper_sentinel-2.3.5}/src/hyper_sentinel.egg-info/SOURCES.txt +0 -0
- {hyper_sentinel-2.3.4 → hyper_sentinel-2.3.5}/src/hyper_sentinel.egg-info/dependency_links.txt +0 -0
- {hyper_sentinel-2.3.4 → hyper_sentinel-2.3.5}/src/hyper_sentinel.egg-info/entry_points.txt +0 -0
- {hyper_sentinel-2.3.4 → hyper_sentinel-2.3.5}/src/hyper_sentinel.egg-info/requires.txt +0 -0
- {hyper_sentinel-2.3.4 → hyper_sentinel-2.3.5}/src/hyper_sentinel.egg-info/top_level.txt +0 -0
- {hyper_sentinel-2.3.4 → hyper_sentinel-2.3.5}/src/sentinel/client.py +0 -0
- {hyper_sentinel-2.3.4 → hyper_sentinel-2.3.5}/src/sentinel/exceptions.py +0 -0
- {hyper_sentinel-2.3.4 → hyper_sentinel-2.3.5}/src/sentinel/py.typed +0 -0
- {hyper_sentinel-2.3.4 → hyper_sentinel-2.3.5}/tests/test_client.py +0 -0
- {hyper_sentinel-2.3.4 → hyper_sentinel-2.3.5}/tests/test_integration.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: hyper-sentinel
|
|
3
|
-
Version: 2.3.
|
|
3
|
+
Version: 2.3.5
|
|
4
4
|
Summary: Python SDK for Sentinel — 80+ crypto trading, AI, and market intelligence tools. Free access, usage-based fees.
|
|
5
5
|
Author-email: Sentinel Labs <dev@hyper-sentinel.com>
|
|
6
6
|
License-Expression: AGPL-3.0-only
|
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "hyper-sentinel"
|
|
7
|
-
version = "2.3.
|
|
7
|
+
version = "2.3.5"
|
|
8
8
|
description = "Python SDK for Sentinel — 80+ crypto trading, AI, and market intelligence tools. Free access, usage-based fees."
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
license = "AGPL-3.0-only"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: hyper-sentinel
|
|
3
|
-
Version: 2.3.
|
|
3
|
+
Version: 2.3.5
|
|
4
4
|
Summary: Python SDK for Sentinel — 80+ crypto trading, AI, and market intelligence tools. Free access, usage-based fees.
|
|
5
5
|
Author-email: Sentinel Labs <dev@hyper-sentinel.com>
|
|
6
6
|
License-Expression: AGPL-3.0-only
|
|
@@ -1022,6 +1022,8 @@ def _handle_upgrade(plan: str = "pro"):
|
|
|
1022
1022
|
def _show_billing():
|
|
1023
1023
|
"""Show billing status from the gateway."""
|
|
1024
1024
|
config = _load_config()
|
|
1025
|
+
tier = config.get("tier", "free")
|
|
1026
|
+
t_info = TIER_INFO.get(tier, TIER_INFO["free"])
|
|
1025
1027
|
if not config.get("sentinel_api_key") and not config.get("ai_key"):
|
|
1026
1028
|
console.print(" [s.error]✗ Not authenticated[/] — run [bold]sentinel-setup[/] first.\n")
|
|
1027
1029
|
return
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{hyper_sentinel-2.3.4 → hyper_sentinel-2.3.5}/src/hyper_sentinel.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|