The Wayback Machine - https://web.archive.org/web/20160331094017/http://azure.github.io:80/azure-documentdb-python/

Azure DocumentDB Python SDK.

System Requirements:

The supported Python versions are 2.7 and 2.7.x. To download Python version 2.7, please visit https://www.python.org/download/releases/2.7

Python Tools for Visual Studio is required when using Microsoft Visual
Studio to develop Python applications. To download Python Tools for Visual Studio, please visit http://pytools.codeplex.com/wikipage?title=PTVS%20Installation

Installation:

Method 1:

  1. Download the Azure DocumentDB Python SDK source from https://github.com/Azure/azure-documentdb-python.

  2. Execute the following setup script in bash shell:

    $ python setup.py install
    

Method 2:

  1. Install the Azure DocumentDB Python SDK using pip. For more information on pip, please visit https://pypi.python.org/pypi/pip

  2. Execute the following in bash shell:

    $ pip install -pre pydocumentdb
    

To run tests:

$ python test/crud_tests.py

If you use Microsoft Visual Studio, open the project file python.pyproj, and press F5.

To generate documentations:

Install Sphinx: http://sphinx-doc.org/install.html

$ cd doc
$ sphinx-apidoc -e -o .\api ..\pydocumentdb
$ make.bat html

Indices and tables

Morty Proxy This is a proxified and sanitized view of the page, visit original site.