1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81
|
Azure CosmosDB SDK for Python.
==============================
Installation:
-------------
Please refer to the Github page for the installation instructions: https://github.com/Azure/azure-cosmosdb-python
If you are looking for Azure Service Bus or the Azure management libraries,
please visit https://github.com/Azure/azure-sdk-for-python
Documentation:
--------------
* `Table Getting Started Doc <https://azure.microsoft.com/en-us/documentation/articles/storage-python-how-to-use-table-storage/>`__ -- (:doc:`API <ref/azure.cosmosdb.table>`)
* :ref:`Reference Documentation - All Services<modindex>`
Features:
---------
- Table
- Create/Read/Update/Delete Tables
- Create/Read/Update/Delete Entities
- Batch operations
- Advanced Table Operations
System Requirements:
--------------------
The supported Python versions are 2.7.x, 3.3.x, 3.4.x, and 3.5.x.
To download Python, please visit
https://www.python.org/download/
We recommend Python Tools for Visual Studio as a development environment for developing your applications. Please visit http://aka.ms/python for more information.
Need Help?:
-----------
Be sure to check out the Microsoft Azure `Developer Forums on Stack
Overflow <http://go.microsoft.com/fwlink/?LinkId=234489>`__ if you have
trouble with the provided code.
Contributing:
-------------
Contribute Code or Provide Feedback:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
If you would like to become an active contributor to this project, please
follow the instructions provided in `Microsoft Azure Projects
Contribution
Guidelines <http://windowsazure.github.com/guidelines.html>`__.
If you encounter any bugs with the library, please file an issue in the
`Issues <https://github.com/Azure/azure-cosmosdb-python/issues>`__
section of the project.
Learn More
==========
`Microsoft Azure Python Developer
Center <http://azure.microsoft.com/en-us/develop/python/>`__
Indices and tables
==================
* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`
.. toctree::
:hidden:
.. toctree::
:hidden:
:glob:
upgrade
ref/*
|