rgwfuncs 0.0.75__py3-none-any.whl → 0.0.77__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.
@@ -37,7 +37,7 @@ def interactive_shell(local_vars: Dict[str, Any], shell_color: str = '\033[94m')
37
37
  raise TypeError("local_vars must be a dictionary")
38
38
 
39
39
  # Set up readline for history and completion
40
- setup_readline(shell_color)
40
+ setup_readline()
41
41
 
42
42
  # Make imported functions available in the REPL
43
43
  local_vars.update(globals())
@@ -46,8 +46,8 @@ def interactive_shell(local_vars: Dict[str, Any], shell_color: str = '\033[94m')
46
46
  console = code.InteractiveConsole(locals=local_vars)
47
47
 
48
48
  # Start interactive session with a custom banner and exit message
49
- banner = f"{shell_color}Welcome to the rgwfuncs interactive shell.\nUse up/down arrows for command history.\nType 'exit()' or Ctrl+D to quit.\033[94m"
50
- exitmsg = f"{shell_color}Goodbye.\033[94m"
49
+ banner = f"{shell_color}Welcome to the rgwfuncs interactive shell.\nUse up/down arrows for command history.\nType 'exit()' or Ctrl+D to quit.{shell_color}"
50
+ exitmsg = f"{shell_color}Goodbye.{shell_color}"
51
51
 
52
52
  # Run the interactive session without modifying sys.stdout
53
53
  console.interact(banner=banner, exitmsg=exitmsg)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: rgwfuncs
3
- Version: 0.0.75
3
+ Version: 0.0.77
4
4
  Summary: A functional programming paradigm for mathematical modelling and data science
5
5
  Home-page: https://github.com/ryangerardwilson/rgwfunc
6
6
  Author: Ryan Gerard Wilson
@@ -2,11 +2,11 @@ rgwfuncs/__init__.py,sha256=LSn54Tlyskcb6Wab_wUpPLB6UGMe5LdrB3GU88mDEbU,1712
2
2
  rgwfuncs/algebra_lib.py,sha256=rKFITfpWfgdBswnbMUuS41XgndEt-jUVz2ObO_ik7eM,42234
3
3
  rgwfuncs/df_lib.py,sha256=r6T-MwyDq9NAPW1Xf6NzSy7ZFicIKdemR-UKu6TZt5g,71111
4
4
  rgwfuncs/docs_lib.py,sha256=y3wSAOPO3qsA4HZ7xAtW8HimM8w-c8hjcEzMRLJ96ao,1960
5
- rgwfuncs/interactive_shell_lib.py,sha256=MLItGCpu8bWD1yi4TwpqVlRdo_qmxi4I7FZE4CEZ8Rk,2244
5
+ rgwfuncs/interactive_shell_lib.py,sha256=vNbr77MSdiBD5qONQW0CXjwKr3PDGQrUVnkmq9R_tFM,2243
6
6
  rgwfuncs/str_lib.py,sha256=rtAdRlnSJIu3JhI-tA_A0wCiPK2m-zn5RoGpBxv_g-4,2228
7
- rgwfuncs-0.0.75.dist-info/LICENSE,sha256=jLvt20gcUZYB8UOvyBvyKQ1qhYYhD__qP7ZDx2lPFkU,1062
8
- rgwfuncs-0.0.75.dist-info/METADATA,sha256=tG6T-UQvnMt7eZcstn4kHB7qQPaFe5nNZ6-dZa8IZso,60288
9
- rgwfuncs-0.0.75.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
10
- rgwfuncs-0.0.75.dist-info/entry_points.txt,sha256=j-c5IOPIQ0252EaOV6j6STio56sbXl2C4ym_fQ0lXx0,43
11
- rgwfuncs-0.0.75.dist-info/top_level.txt,sha256=aGuVIzWsKiV1f2gCb6mynx0zx5ma0B1EwPGFKVEMTi4,9
12
- rgwfuncs-0.0.75.dist-info/RECORD,,
7
+ rgwfuncs-0.0.77.dist-info/LICENSE,sha256=jLvt20gcUZYB8UOvyBvyKQ1qhYYhD__qP7ZDx2lPFkU,1062
8
+ rgwfuncs-0.0.77.dist-info/METADATA,sha256=uTSjKgG7RkWA39BmQDN87nwD15ZDwCCDfeKBDG81HzQ,60288
9
+ rgwfuncs-0.0.77.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
10
+ rgwfuncs-0.0.77.dist-info/entry_points.txt,sha256=j-c5IOPIQ0252EaOV6j6STio56sbXl2C4ym_fQ0lXx0,43
11
+ rgwfuncs-0.0.77.dist-info/top_level.txt,sha256=aGuVIzWsKiV1f2gCb6mynx0zx5ma0B1EwPGFKVEMTi4,9
12
+ rgwfuncs-0.0.77.dist-info/RECORD,,