Metadata-Version: 2.1
Name: jarudaDB
Version: 0.0.3
Summary: mysql connector python database module
Home-page: https://github.com/jaruda-88
Author: jaruda
Author-email: jaruda88@gmail.com
License: MIT
Description: # project2_db-module
        
        #### pypi python module
        #### mysql-connector-python connector
        #### git action : push -> module update
        
        ##### install
        ```
        pip install jarudaDB
        ```
        ##### use
        ```
        import databases as db
        
        dbh = db.DBHandler(user='your user', host='your host', database='your db name', pw='your password')
        ```
        
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Scientific/Engineering :: Visualization
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.6
Classifier: Operating System :: OS Independent
Requires-Python: >=3
Description-Content-Type: text/markdown
