Metadata-Version: 2.1
Name: liamhsieh-toolbox
Version: 0.3.6.11
Summary: Collections of Python utility
Author: Liam Y. Hsieh, PhD
Author-email: liamhsieh@ieee.org
Project-URL: Homepage, https://github.com/liam-hsieh/liamhsieh-toolbox
Project-URL: Docs, https://liam-hsieh.github.io/liamhsieh-toolbox/
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Development Status :: 2 - Pre-Alpha
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pandas (>=2.2)
Requires-Dist: sqlalchemy (>=2.0)
Requires-Dist: openpyxl (>=3.0.10)
Requires-Dist: xlsxwriter (>=3.2.0)
Requires-Dist: pyxlsb (>=1.0.9)
Requires-Dist: dask (>=2024.5.0)
Requires-Dist: filetype (>=1.1.0)
Requires-Dist: cx-Oracle (>=8.3.0)
Requires-Dist: pyodbc (>=4.0.0)
Requires-Dist: scipy (>=1.9.0)
Requires-Dist: scikit-learn (>=1.1.2)
Requires-Dist: matplotlib (>=3.6.0)
Requires-Dist: pympler (>=1.0.0)
Requires-Dist: pyarrow (>=9.0.0)
Requires-Dist: streamlit (>=1.13.0)
Requires-Dist: streamlit-drawable-canvas (>=0.9.2)
Requires-Dist: streamlit-aggrid (>=0.3.3)
Requires-Dist: azure-storage-blob (>=12.14.0)
Requires-Dist: pymysql (>=1.1)
Requires-Dist: pipe
Requires-Dist: snowflake-sqlalchemy

# LiamHsieh toolbox
Author: Liam Y. Hsieh, PhD  
Latest update: Mar 20, 2025

This package is a collection of Python utilities created for benefiting my development of prototypes/Proof-of-concepts regarding data-driven decision science. 

<!-- Activate the virtual environment (venv) you want with the installation of this package, then run the following command to install this package for your venv:  

```bash
pip install git+https://github.com/intel-sandbox/CnA-ODS-toolbox.git

```
or from downloaded project source code then unarchive (have to change to project root folder before running following command)
```bash
pip install -e .
```

The -e option is for editable install. It doesn’t make a copy of the code into the venv folder. Instead, it makes reference to where the code has been placed. -->

