ml-pylib

A lot of handy python methods encapsulated on many commonly used build-in modules(os, sys, etc.) or popular libs (numpy, tensorflow, cv2, etc. ).


Keywords
computer, vision, image, processing, opencv, numpy, tensorflow, plt
License
MIT
Install
pip install ml-pylib==0.0.3

Documentation

pylib

A repository containing a lot of handy python methods encapsulated on many commonly used build-in modules(os, sys, etc.) or popular libs (numpy, tensorflow, cv2, etc. ).

What's it for

Forked from dengdan/pylib, I made some changes to compitable with python3, and can be easily use by **pip instal pylib **

Upload process

Source Distributions
python setup.py sdist
Pure Python Wheels
python setup.py bdist_wheel
Upload your distributions
twine upload dist/*