Metadata-Version: 1.0
Name: db.py
Version: 0.1.5
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")
        
        
Platform: UNKNOWN
