rgwfuncs 0.0.115__py3-none-any.whl → 0.0.116__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.
rgwfuncs/df_lib.py CHANGED
@@ -632,7 +632,7 @@ def load_data_from_snowflake(
632
632
  has_direct = any(d is not None for d in direct_creds)
633
633
  if preset and has_direct:
634
634
  raise ValueError("Don't mix preset with direct params, pick one")
635
- if not preset and not has_direct_creds: # Wait, better: require at least the core ones
635
+ if not preset and not has_direct: # Wait, better: require at least the core ones
636
636
  if not private_key_path or not account or not user:
637
637
  raise ValueError("Need private_key_path, account, and user if no preset")
638
638
  if not preset and not preset:
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: rgwfuncs
3
- Version: 0.0.115
3
+ Version: 0.0.116
4
4
  Summary: A functional programming paradigm for mathematical modelling and data science
5
5
  Author-email: Ryan Gerard Wilson <ryangerardwilson@gmail.com>
6
6
  Project-URL: Homepage, https://github.com/ryangerardwilson/rgwfuncs
@@ -1,10 +1,10 @@
1
1
  rgwfuncs/__init__.py,sha256=G0i_r5bBDuhGgKCCGaSs0sz0_ZdBicaYRtjZLyR-ntY,1380
2
- rgwfuncs/df_lib.py,sha256=Xql_eZf5ci3pCf8ggc3loIHQyM1XTFSA23yIDZ-UEqY,90522
2
+ rgwfuncs/df_lib.py,sha256=RvCBf-YU9LaM-Ilzt60e9JB-AMcFyS5PH9w6E_7pmuw,90516
3
3
  rgwfuncs/docs_lib.py,sha256=i63NzX-V8cGhikYdtkRGAEe2VcuwpXxDUyTRa9xI7l8,1972
4
4
  rgwfuncs/interactive_shell_lib.py,sha256=YeJBW9YgH5Nv77ONdOyIKFgtf0ItXStdlKGN9GGf8bU,4228
5
5
  rgwfuncs/str_lib.py,sha256=vQ4CYzSLYDIWh4WM1Kjhbg6DqbX4rX6VKdJ_EBJJVyE,11322
6
- rgwfuncs-0.0.115.dist-info/licenses/LICENSE,sha256=jLvt20gcUZYB8UOvyBvyKQ1qhYYhD__qP7ZDx2lPFkU,1062
7
- rgwfuncs-0.0.115.dist-info/METADATA,sha256=cV10XdtzZa9-ciPNCHFUGwCI73wLareoiX6TBG3riK4,42931
8
- rgwfuncs-0.0.115.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
9
- rgwfuncs-0.0.115.dist-info/top_level.txt,sha256=aGuVIzWsKiV1f2gCb6mynx0zx5ma0B1EwPGFKVEMTi4,9
10
- rgwfuncs-0.0.115.dist-info/RECORD,,
6
+ rgwfuncs-0.0.116.dist-info/licenses/LICENSE,sha256=jLvt20gcUZYB8UOvyBvyKQ1qhYYhD__qP7ZDx2lPFkU,1062
7
+ rgwfuncs-0.0.116.dist-info/METADATA,sha256=8Pa7P34dybjZqBmUc5ZCMn6id264sdaqSm_mf2TxUBk,42931
8
+ rgwfuncs-0.0.116.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
9
+ rgwfuncs-0.0.116.dist-info/top_level.txt,sha256=aGuVIzWsKiV1f2gCb6mynx0zx5ma0B1EwPGFKVEMTi4,9
10
+ rgwfuncs-0.0.116.dist-info/RECORD,,