A collection of Python utility functions.
Option 1 — Install directly from GitHub:
pip install git+https://github.com/wbvguo/pytoolset.gitOption 2 — Clone and install in editable mode (for development):
git clone https://github.com/wbvguo/pytoolset.git
cd pytoolset
pip install -e .