Metadata-Version: 1.0
Name: db.py
Version: 0.1.6
Summary: a db package that doesn't suck
Home-page: https://github.com/yhat/db.py
Author: Greg Lamp
Author-email: greg@yhathq.com
License: BSD
Description: db.py
        =====
        
        .. code:: python
        
            >>> from db import DB
            >>> db = DB(username="greg", password="secret", hostname="localhost",
                        dbtype="postgres")
            >>> db.save_credentials(profile="local")
        
        TODO
        ----
        
        -  [ ] Switch to newever version of pandas sql api
        -  [ ] Add database support
        
           -  [x] postgres
           -  [ ] mysql
           -  [ ] sqlite
           -  [ ] mssql
        
        -  [ ] publish examples to nbviewer
        -  [ ] improve documentation and readme
        -  [ ] add sample database to distrobution
        
        
Platform: UNKNOWN
