dalexor 0.1.8__py3-none-any.whl → 0.1.9__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.
- dalexor/main.py +1 -1
- {dalexor-0.1.8.dist-info → dalexor-0.1.9.dist-info}/METADATA +1 -1
- dalexor-0.1.9.dist-info/RECORD +8 -0
- dalexor-0.1.8.dist-info/RECORD +0 -8
- {dalexor-0.1.8.dist-info → dalexor-0.1.9.dist-info}/WHEEL +0 -0
- {dalexor-0.1.8.dist-info → dalexor-0.1.9.dist-info}/entry_points.txt +0 -0
- {dalexor-0.1.8.dist-info → dalexor-0.1.9.dist-info}/licenses/LICENSE +0 -0
- {dalexor-0.1.8.dist-info → dalexor-0.1.9.dist-info}/top_level.txt +0 -0
dalexor/main.py
CHANGED
|
@@ -269,7 +269,7 @@ def print_banner(email="Sovereign", plan="Identity Verified"):
|
|
|
269
269
|
"""Print welcome banner with user info."""
|
|
270
270
|
display_plan = plan
|
|
271
271
|
if plan.lower() == "free": display_plan = "Surgical Sandbox (Limited)"
|
|
272
|
-
elif plan.lower() == "
|
|
272
|
+
elif plan.lower() == "standard": display_plan = "Standard (Scaling)"
|
|
273
273
|
|
|
274
274
|
print("\n" + "="*60)
|
|
275
275
|
print(" DALEXOR INTELLIGENCE SYSTEM")
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
dalexor/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
2
|
+
dalexor/main.py,sha256=OdYRuPQXweEy3qJzdQo9Cwc0J3ecNeew5bZF2syDH3Q,58774
|
|
3
|
+
dalexor-0.1.9.dist-info/licenses/LICENSE,sha256=8vtGEZuuzp5cO-mlCG4j4d6MaRj1l6MsqGt1FehKH-g,665
|
|
4
|
+
dalexor-0.1.9.dist-info/METADATA,sha256=9iJ_SGw_NssKme_Xux15TFo7dSir7ETNDONqv1FwP9s,2178
|
|
5
|
+
dalexor-0.1.9.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
|
|
6
|
+
dalexor-0.1.9.dist-info/entry_points.txt,sha256=_5OmdAjPEySJJ1x--mlPtQGWvnkh6Gw-_phTIFoyLJ8,79
|
|
7
|
+
dalexor-0.1.9.dist-info/top_level.txt,sha256=Xj_feUtDk35VMNuSb67M1SPHvRW5jWkJ_MfWjad807w,8
|
|
8
|
+
dalexor-0.1.9.dist-info/RECORD,,
|
dalexor-0.1.8.dist-info/RECORD
DELETED
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
dalexor/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
2
|
-
dalexor/main.py,sha256=afbdQKUcJFie0Bku5DEdv2jnng8AC1lzW93nrGPfgEc,58770
|
|
3
|
-
dalexor-0.1.8.dist-info/licenses/LICENSE,sha256=8vtGEZuuzp5cO-mlCG4j4d6MaRj1l6MsqGt1FehKH-g,665
|
|
4
|
-
dalexor-0.1.8.dist-info/METADATA,sha256=Xfs6TMPVcLzDITsZh1bLCSlpEFSYnwKFWCOW4o6iVAQ,2178
|
|
5
|
-
dalexor-0.1.8.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
|
|
6
|
-
dalexor-0.1.8.dist-info/entry_points.txt,sha256=_5OmdAjPEySJJ1x--mlPtQGWvnkh6Gw-_phTIFoyLJ8,79
|
|
7
|
-
dalexor-0.1.8.dist-info/top_level.txt,sha256=Xj_feUtDk35VMNuSb67M1SPHvRW5jWkJ_MfWjad807w,8
|
|
8
|
-
dalexor-0.1.8.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|