Skip to main content

PyMongoLab is a client library for MongoLab REST API

Project description

Info:

See PyMongoLab documentation site for more information. See GitHub repository for the latest source.

Author:

Jorge Puente Sarrín <puentesarrin@gmail.com>

About

PyMongoLab is a Python client library that contains tools for accessing to MongoLab databases via MongoLab REST API using a similar sintax to PyMongo.

>>> from pymongolab import Connection
>>> con = Connection("MongoLabAPIKey")
>>> db = con.database
>>> col = db.collection.find()
>>> list(col)
[{u'_id': ObjectId('50243d38e4b00c3b3e75fc94'), u'foo': u'bar', u'tld': u'com'},
{u'_id': ObjectId('50004d646cf431171ed53846'), u'foo': u'bar', u'tld': u'org'}]

Installation

You can use pip to install PyMongoLab:

$ pip install git+git://github.com/puentesarrin/pymongolab.git

Or:

$ git clone git://github.com/puentesarrin/pymongolab.git
$ cd pymongolab
$ python setup.py install

Documentation

Sphinx must be installed to generate the documentation. Documentation can be generated by running python setup.py doc.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pymongolab-1.0rc1.tar.gz (19.2 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page