Metadata-Version: 2.1
Name: balautil
Version: 0.0.4
Summary: A Common machine learning util Collection package
Home-page: https://github.com/balaprasanna/balautil
Author: Bala Prasanna
Author-email: balaprasannav2009@gmail.com
License: UNKNOWN
Description: #### Packageinfo
        - This package contains common util functions & classessfor the following sections
        1. Http Util
        2. WebScraping utils for selenium, bs4
        3. Matplotlib utils
        4. Pillow, numpy utils
        5. Pandas util
        
        
        For more info, please checkout the repo to see examples
        [balautil](http://github.com/balaprasanna/balautil)
        
        ## How to setup your own package
        pip install --user --upgrade setuptools wheel
        
        python setup.py sdist bdist_wheel
        pip install --user --upgrade twine
        
        twine upload dist/* --verbose
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
