DOKK / manpages / debian 12 / python3-azure-cosmos / azure-cosmos.1.en
AZURE-COSMOS(1) azure-cosmos AZURE-COSMOS(1)

azure-cosmos - azure-cosmos 3.1.1

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

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://microsoft.github.io/PTVS.



Method 1:
1.
Download the Azure Cosmos Python SDK source from https://github.com/Azure/azure-cosmos-python which is needed to manage the Azure Cosmos database service.
2.
Execute the following setup script in bash shell:

$ python setup.py install



Method 2:

1.
Install the Azure Cosmos 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 azure-cosmos





$ python -m unittest discover -s .\test -p "*.py"


If you use Microsoft Visual Studio, open the project file python.pyproj, and run all the tests in Test Explorer.



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

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




  • Index
  • Module Index
  • Search Page

Module contents

Module contents

Module contents

unknown

2022, Microsoft

November 1, 2022 3.1.1