Metadata-Version: 2.1
Name: DBTron
Version: 0.0.1
Summary: A Package Which allows to access and perform Operations on Different Relational and Non-Relational DataBases 
Home-page: UNKNOWN
Author: Suraj Jaiswal
Author-email: <surajaiswal13@gmail.com>
License: MIT
Description: # DBTron
        - A Package that allows to access Cloud as well as Local Databases and allows user to Performs Operation using prebuilt functions, Currently the available Databases are MySql and MongoDB.'
            This is basically the Automation of SQL and  NoSQL Database Queries
        
        ## :desktop_computer:	Installation
        
        ## :gear: Setting up encironment for project
        
        1. Create a Environment using below Command
        ```
        $ conda create -n YourEnvName python=3.6
        ```
        
        2. Activate Your Environment
        ```
        $ conda activate EnvName
        ```
        
        3. Install the Package using pip or pip3
        
        ```
        $ pip install DBTron
        ```
        
        4. How to use the package after installing
        
        ```
        $ 
        ```
        
        ```
        $ 
        ```
        
        ```
        $ 
        ```
        
        ## Contributors <img src="https://raw.githubusercontent.com/TheDudeThatCode/TheDudeThatCode/master/Assets/Developer.gif" width=35 height=25> 
        
        - Suraj Jaiswal
Platform: UNKNOWN
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: Unix
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Description-Content-Type: text/markdown
