Metadata-Version: 2.1
Name: pyg-base
Version: 0.0.49
Summary: Utilities for data manipulation including creation of DAGs and tables
Home-page: https://github.com/gityoav/pyg-base
Author: Yoav Git
Author-email: yoav.git@gmail.com
Project-URL: Bug Tracker, https://github.com/gityoav/pyg-base/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# pyg-base

pip install from https://pypi.org/project/pyg-base/

base contains a range of various utilities that help quick research. 

* date functions: dt, drange, calendar
* extending the Dict: ulist, Dict, named_dict, tree
* dictable
* various decorators: try_none, loop(list), timer, etc.
* zipper: a safer version of zip
* pandas utilities: df_reindex, df_sync, df_fillna, nona, df_slice, add_, sub_, mul_, div_, pow_
* async waiter to allow awaiting dicts and lists of awaitables more easily
