Metadata-Version: 2.1
Name: LyPythonToolbox
Version: 0.1.4
Summary: Ly's personal python toolbox.
Home-page: https://github.com/YueLin301/LyPythonToolbox
Author: Yue Lin
Author-email: linyue3h1@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
License-File: LICENSE

See [my blog](https://yuelin301.github.io/posts/LyPythonToolbox).

Memo:

```bash
python setup.py sdist bdist_wheel
```

```bash
twine upload dist/*
```

```bash
pip install --upgrade LyPythonToolbox
```

