Metadata-Version: 2.1
Name: aiutil
Version: 0.74.0
Summary: A utils Python package for data scientists.
Author: Benjamin Du
Author-email: longendu@yahoo.com
Requires-Python: >=3.7.1,<3.11
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Provides-Extra: admin
Provides-Extra: all
Provides-Extra: cv
Provides-Extra: docker
Provides-Extra: jupyter
Provides-Extra: pdf
Requires-Dist: GitPython (>=3.0.0)
Requires-Dist: PyPDF2 (>=1.26.0); extra == "pdf" or extra == "all"
Requires-Dist: PyYAML (>=5.3.1)
Requires-Dist: dateparser (>=0.7.1)
Requires-Dist: docker (>=4.4.0); extra == "docker" or extra == "all"
Requires-Dist: dulwich (>=0.20.24)
Requires-Dist: loguru (>=0.3.2)
Requires-Dist: nbconvert (>=5.6.1); extra == "jupyter" or extra == "all"
Requires-Dist: nbformat (>=5.0.7); extra == "jupyter" or extra == "all"
Requires-Dist: networkx (>=2.5); extra == "docker" or extra == "all"
Requires-Dist: notifiers (>=1.2.1)
Requires-Dist: numba (>=0.53.0rc1)
Requires-Dist: opencv-python (>=4.0.0.0); extra == "cv" or extra == "all"
Requires-Dist: pandas (>=1.2.0)
Requires-Dist: pandas-profiling (>=2.9.0)
Requires-Dist: pathspec (>=0.8.1,<0.9.0)
Requires-Dist: pillow (>=7.0.0); extra == "cv" or extra == "all"
Requires-Dist: psutil (>=5.7.3); extra == "admin" or extra == "all"
Requires-Dist: pytest (>=3.0)
Requires-Dist: python-magic (>=0.4.0)
Requires-Dist: requests (>=2.20.0); extra == "docker" or extra == "all"
Requires-Dist: scikit-image (>=0.18.3)
Requires-Dist: sqlparse (>=0.4.1)
Requires-Dist: toml (>=0.10.0)
Requires-Dist: tqdm (>=4.59.0)
Requires-Dist: yapf (>=0.32.0); extra == "jupyter" or extra == "all"
