Metadata-Version: 2.1
Name: LiuML
Version: 0.1.1
Summary: LiuML(Li's Universal Misc Lib): Li-Yingping's personal python library for everything. Decicated to my girlfriend, LML.
Author-Email: Yingping Li <liyp.dl.cn@gmail.com>
License: MIT
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.12
Requires-Dist: numpy>=1.26.2
Requires-Dist: sphinx>=7.2.6
Requires-Dist: myst-parser>=2.0.0
Requires-Dist: pandas>=2.2.2
Requires-Dist: tabulate>=0.9.0
Requires-Dist: setuptools>=69.5.1
Requires-Dist: cryptography>=42.0.8
Requires-Dist: typer>=0.12.5
Requires-Dist: opencv-python>=4.8.1.78; extra == "image"
Requires-Dist: sweetviz>=2.3.1; extra == "image"
Requires-Dist: iterative-stratification>=0.1.7; extra == "image"
Requires-Dist: pycocotools>=2.0.7; extra == "image"
Requires-Dist: LiuML[image]; extra == "all"
Provides-Extra: image
Provides-Extra: all
Description-Content-Type: text/markdown

# lml - Lemon's Misc Library

# Change Log

## 0.1.1

- Add command ``lml docker pull`` to pull a image as a .tar file locally without docker daemon.