Metadata-Version: 1.1
Name: ipython-db
Version: 1.0
Summary: Ipython db.py shell extension
Home-page: https://github.com/dongweiming/idb
Author: Dongweiming
Author-email: ciici123@gmail.com
License: MIT
Download-URL: https://github.com/dongweiming/idb/tarball/0.1
Description: idb
        ===
        
        ipython [db.py](https://github.com/yhat/db.py) shell extension.
        
        Databases Supported
        ===
        
        - PostgreSQL
        - MySQL
        - SQLite
        - Redshift
        - MS SQL Server
        - Oracle
        
        Install
        =======
        
        use github:
        
            In [1]: %install_ext https://raw.githubusercontent.com/dongweiming/idb/master/idb.py
            In [2]: %load_ext idb
        
            git clone https://github.com/dongweiming/idb
            cd idb
            python setup.py install
        
        use pip:
        
            pip install ipython-db
            In [1]: %load_ext idb
        
        Usage
        =============
        
        You can see this example ipynb: http://nbviewer.ipython.org/github/dongweiming/idb/blob/master/examples/db-example.ipynb
        
Keywords: database,ipython,shell,db.py
Platform: UNKNOWN
Classifier: Environment :: Console
Classifier: License :: OSI Approved :: MIT License
Classifier: Framework :: IPython
Classifier: Topic :: Database
Classifier: Topic :: Database :: Front-Ends
Classifier: Programming Language :: Python :: 2
