Metadata-Version: 1.0
Name: IPyMongo
Version: 0.0dev-20120913
Summary: IPython extension and wrapper for using with MongoDB
Home-page: UNKNOWN
Author: Rick Copeland
Author-email: rick@arborian.com
License: Apache
Description: This module installs the ipymongo script and IPython
        extension, which allows you to use the following new magic commands in IPython:
        
         - use <database>
         - connect [ <mongodb uri> ]
         - login [ <username> <password> ]
        
        You also get access to the following global variables:
        
         - db (current database)
         - conn (current mongodb connection)
        
        Your prompt is also updated to show the current database name.
        
        The ipymongo command takes an optional mongodb:// uri. If not supplied, it will
        connect to mongodb://localhost:27017/test.
        
Platform: UNKNOWN
