azure-cosmosdb-table


Nameazure-cosmosdb-table JSON
Version 1.0.6 PyPI version JSON
download
home_pagehttps://github.com/Azure/azure-cosmosdb-python
SummaryMicrosoft Azure CosmosDB Table Client Library for Python
upload_time2019-10-25 21:38:13
maintainer
docs_urlNone
authorMicrosoft Corporation
requires_python
licenseApache License 2.0
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            Microsoft Azure CosmosDB Table SDK for Python
=============================================

This project provides a client library in Python that makes it easy to
consume Microsoft Azure CosmosDB Table services. For documentation please see
the Microsoft Azure `Python Developer Center`_ and our `API Reference`_ Page.

    If you are looking for the Service Bus or Azure Management
    libraries, please visit
    https://github.com/Azure/azure-sdk-for-python.


Compatibility
=============

**IMPORTANT**: If you have an earlier version of the azure package
(version < 1.0), you should uninstall it before installing this package.

You can check the version using pip:

.. code:: shell

    pip freeze

If you see azure==0.11.0 (or any version below 1.0), uninstall it first then install it again:

.. code:: shell

    pip uninstall azure
    pip install azure

Features
========

-  Table

   -  Create/Read/Update/Delete Tables
   -  Create/Read/Update/Delete Entities
   -  Batch operations
   -  Advanced Table Operations


Getting Started
===============

Download
--------

Option 1: Via PyPi
~~~~~~~~~~~~~~~~~~

To install via the Python Package Index (PyPI), type:

::

    pip install azure-cosmosdb-table

Option 2: Source Via Git
~~~~~~~~~~~~~~~~~~~~~~~~

To get the source code of the SDK via git just type:

::

    git clone git://github.com/Azure/azure-cosmosdb-python.git
    cd ./azure-cosmosdb-table
    python setup.py install

Option 3: Source Zip
~~~~~~~~~~~~~~~~~~~~

Download a zip of the code via GitHub or PyPi. Then, type:

::

    cd ./azure-cosmosdb-table
    python setup.py install


Minimum Requirements
--------------------

-  Python 2.7, 3.3, 3.4, 3.5, or 3.6.
-  See setup.py for dependencies

Usage
-----

To use this SDK to call Microsoft Azure storage services, you need to
first `create an account`_.

Code Sample
-----------

See the samples directory for table usage samples.

Need Help?
==========

Be sure to check out the Microsoft Azure `Developer Forums on MSDN`_ or
the `Developer Forums on Stack Overflow`_ if you have trouble with the
provided code.

Contribute Code or Provide Feedback
===================================

If you would like to become an active contributor to this project, please
follow the instructions provided in `Azure Projects Contribution
Guidelines`_. You can find more details for contributing in the `CONTRIBUTING.md doc`_.

If you encounter any bugs with the library, please file an issue in the
`Issues`_ section of the project.

Learn More
==========

-  `Python Developer Center`_
-  `Azure Storage Service`_
-  `Azure Storage Team Blog`_
-  `API Reference`_

.. _Python Developer Center: http://azure.microsoft.com/en-us/develop/python/
.. _API Reference: https://azure.github.io/azure-cosmosdb-python/
.. _create an account: https://account.windowsazure.com/signup
.. _Developer Forums on MSDN: http://social.msdn.microsoft.com/Forums/windowsazure/en-US/home?forum=windowsazuredata
.. _Developer Forums on Stack Overflow: http://stackoverflow.com/questions/tagged/azure+windows-azure-storage
.. _Azure Projects Contribution Guidelines: http://azure.github.io/guidelines.html
.. _Issues: https://github.com/Azure/azure-cosmosdb-python/issues
.. _Azure Storage Service: http://azure.microsoft.com/en-us/documentation/services/storage/
.. _Azure Storage Team Blog: http://blogs.msdn.com/b/windowsazurestorage/
.. _CONTRIBUTING.md doc: CONTRIBUTING.md



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/Azure/azure-cosmosdb-python",
    "name": "azure-cosmosdb-table",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "",
    "author": "Microsoft Corporation",
    "author_email": "ascl@microsoft.com",
    "download_url": "https://files.pythonhosted.org/packages/44/7f/ed12909a12adddd9bc7b00f5d290af1e28b1d55f4e92f2114302ad309445/azure-cosmosdb-table-1.0.6.tar.gz",
    "platform": "",
    "description": "Microsoft Azure CosmosDB Table SDK for Python\r\n=============================================\r\n\r\nThis project provides a client library in Python that makes it easy to\r\nconsume Microsoft Azure CosmosDB Table services. For documentation please see\r\nthe Microsoft Azure `Python Developer Center`_ and our `API Reference`_ Page.\r\n\r\n    If you are looking for the Service Bus or Azure Management\r\n    libraries, please visit\r\n    https://github.com/Azure/azure-sdk-for-python.\r\n\r\n\r\nCompatibility\r\n=============\r\n\r\n**IMPORTANT**: If you have an earlier version of the azure package\r\n(version < 1.0), you should uninstall it before installing this package.\r\n\r\nYou can check the version using pip:\r\n\r\n.. code:: shell\r\n\r\n    pip freeze\r\n\r\nIf you see azure==0.11.0 (or any version below 1.0), uninstall it first then install it again:\r\n\r\n.. code:: shell\r\n\r\n    pip uninstall azure\r\n    pip install azure\r\n\r\nFeatures\r\n========\r\n\r\n-  Table\r\n\r\n   -  Create/Read/Update/Delete Tables\r\n   -  Create/Read/Update/Delete Entities\r\n   -  Batch operations\r\n   -  Advanced Table Operations\r\n\r\n\r\nGetting Started\r\n===============\r\n\r\nDownload\r\n--------\r\n\r\nOption 1: Via PyPi\r\n~~~~~~~~~~~~~~~~~~\r\n\r\nTo install via the Python Package Index (PyPI), type:\r\n\r\n::\r\n\r\n    pip install azure-cosmosdb-table\r\n\r\nOption 2: Source Via Git\r\n~~~~~~~~~~~~~~~~~~~~~~~~\r\n\r\nTo get the source code of the SDK via git just type:\r\n\r\n::\r\n\r\n    git clone git://github.com/Azure/azure-cosmosdb-python.git\r\n    cd ./azure-cosmosdb-table\r\n    python setup.py install\r\n\r\nOption 3: Source Zip\r\n~~~~~~~~~~~~~~~~~~~~\r\n\r\nDownload a zip of the code via GitHub or PyPi. Then, type:\r\n\r\n::\r\n\r\n    cd ./azure-cosmosdb-table\r\n    python setup.py install\r\n\r\n\r\nMinimum Requirements\r\n--------------------\r\n\r\n-  Python 2.7, 3.3, 3.4, 3.5, or 3.6.\r\n-  See setup.py for dependencies\r\n\r\nUsage\r\n-----\r\n\r\nTo use this SDK to call Microsoft Azure storage services, you need to\r\nfirst `create an account`_.\r\n\r\nCode Sample\r\n-----------\r\n\r\nSee the samples directory for table usage samples.\r\n\r\nNeed Help?\r\n==========\r\n\r\nBe sure to check out the Microsoft Azure `Developer Forums on MSDN`_ or\r\nthe `Developer Forums on Stack Overflow`_ if you have trouble with the\r\nprovided code.\r\n\r\nContribute Code or Provide Feedback\r\n===================================\r\n\r\nIf you would like to become an active contributor to this project, please\r\nfollow the instructions provided in `Azure Projects Contribution\r\nGuidelines`_. You can find more details for contributing in the `CONTRIBUTING.md doc`_.\r\n\r\nIf you encounter any bugs with the library, please file an issue in the\r\n`Issues`_ section of the project.\r\n\r\nLearn More\r\n==========\r\n\r\n-  `Python Developer Center`_\r\n-  `Azure Storage Service`_\r\n-  `Azure Storage Team Blog`_\r\n-  `API Reference`_\r\n\r\n.. _Python Developer Center: http://azure.microsoft.com/en-us/develop/python/\r\n.. _API Reference: https://azure.github.io/azure-cosmosdb-python/\r\n.. _create an account: https://account.windowsazure.com/signup\r\n.. _Developer Forums on MSDN: http://social.msdn.microsoft.com/Forums/windowsazure/en-US/home?forum=windowsazuredata\r\n.. _Developer Forums on Stack Overflow: http://stackoverflow.com/questions/tagged/azure+windows-azure-storage\r\n.. _Azure Projects Contribution Guidelines: http://azure.github.io/guidelines.html\r\n.. _Issues: https://github.com/Azure/azure-cosmosdb-python/issues\r\n.. _Azure Storage Service: http://azure.microsoft.com/en-us/documentation/services/storage/\r\n.. _Azure Storage Team Blog: http://blogs.msdn.com/b/windowsazurestorage/\r\n.. _CONTRIBUTING.md doc: CONTRIBUTING.md\r\n\r\n\r\n",
    "bugtrack_url": null,
    "license": "Apache License 2.0",
    "summary": "Microsoft Azure CosmosDB Table Client Library for Python",
    "version": "1.0.6",
    "project_urls": {
        "Homepage": "https://github.com/Azure/azure-cosmosdb-python"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f0e415a59108883cc47460b1475aeac935e2d975b5def42f2c0a8b8fd48b3304",
                "md5": "a05ce10da63f08ce7070787c1033d3cb",
                "sha256": "ee525233d6c8c016526593bf28f8a374275cfe204a00c41134b83a1736f7b5f7"
            },
            "downloads": -1,
            "filename": "azure_cosmosdb_table-1.0.6-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "a05ce10da63f08ce7070787c1033d3cb",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": null,
            "size": 125614,
            "upload_time": "2019-10-25T21:37:56",
            "upload_time_iso_8601": "2019-10-25T21:37:56.907273Z",
            "url": "https://files.pythonhosted.org/packages/f0/e4/15a59108883cc47460b1475aeac935e2d975b5def42f2c0a8b8fd48b3304/azure_cosmosdb_table-1.0.6-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "447fed12909a12adddd9bc7b00f5d290af1e28b1d55f4e92f2114302ad309445",
                "md5": "3f8897ba3ca71487f91ff352c7a1739f",
                "sha256": "5f061d2ab8dcf2f0b4e965d5976e7b7aeb1247ea896911f0e1d29092aaaa29c7"
            },
            "downloads": -1,
            "filename": "azure-cosmosdb-table-1.0.6.tar.gz",
            "has_sig": false,
            "md5_digest": "3f8897ba3ca71487f91ff352c7a1739f",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 93525,
            "upload_time": "2019-10-25T21:38:13",
            "upload_time_iso_8601": "2019-10-25T21:38:13.697711Z",
            "url": "https://files.pythonhosted.org/packages/44/7f/ed12909a12adddd9bc7b00f5d290af1e28b1d55f4e92f2114302ad309445/azure-cosmosdb-table-1.0.6.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2019-10-25 21:38:13",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Azure",
    "github_project": "azure-cosmosdb-python",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [],
    "lcname": "azure-cosmosdb-table"
}
        
Elapsed time: 0.24432s