This file is indexed.

/usr/lib/python2.7/dist-packages/azure_storage-0.33.0.egg-info/PKG-INFO is in python-azure-storage 0.33.0-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  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
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
Metadata-Version: 1.1
Name: azure-storage
Version: 0.33.0
Summary: Microsoft Azure Storage Client Library for Python
Home-page: https://github.com/Azure/azure-storage-python
Author: Microsoft Corporation
Author-email: ptvshelp@microsoft.com
License: Apache License 2.0
Description: Microsoft Azure Storage SDK for Python
        ======================================
        
        This project provides a client library in Python that makes it easy to
        consume Microsoft Azure Storage services. For documentation please see
        the Microsoft Azure `Python Developer Center`_ and our `GitHub.io 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:
        
        .. code:: shell
        
            pip uninstall azure
        
        If you are upgrading from a version older than 0.30.0, see the upgrade doc, the 
        usage samples in the samples directory, and the ChangeLog and BreakingChanges.
        
        Features
        ========
        
        -  Blob
        
           -  Create/Read/Update/Delete Containers
           -  Create/Read/Update/Delete Blobs
           -  Advanced Blob Operations
        
        -  Queue
        
           -  Create/Delete Queues
           -  Insert/Peek Queue Messages
           -  Advanced Queue Operations
        
        -  Table
        
           -  Create/Read/Update/Delete Tables
           -  Create/Read/Update/Delete Entities
           -  Batch operations
           -  Advanced Table Operations
        
        -  Files
        
           -  Create/Update/Delete Shares
           -  Create/Update/Delete Directories
           -  Create/Read/Update/Delete Files
           -  Advanced File Operations
        
        Getting Started
        ===============
        
        Download
        --------
        
        Option 1: Via PyPi
        ~~~~~~~~~~~~~~~~~~
        
        To install via the Python Package Index (PyPI), type:
        ::
        
            pip install azure-storage
        
        Option 2: Source Via Git
        ~~~~~~~~~~~~~~~~~~~~~~~~
        
        To get the source code of the SDK via git just type:
        
        ::
        
            git clone git://github.com/Azure/azure-storage-python.git
            cd ./azure-storage-python
            python setup.py install
        
        Option 3: Source Zip
        ~~~~~~~~~~~~~~~~~~~~
        
        Download a zip of the code via GitHub or PyPi. Then, type:
        
        ::
        
            cd ./azure-storage-python
            python setup.py install
        
        Minimum Requirements
        --------------------
        
        -  Python 2.7, 3.3, 3.4, or 3.5.
        -  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 blob, queue, table, and file 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`_
        -  `GitHub.io Reference`_
        
        .. _Python Developer Center: http://azure.microsoft.com/en-us/develop/python/
        .. _GitHub.io Reference: http://azure.github.io/azure-storage-python/
        .. _here: https://github.com/Azure/azure-storage-python/archive/master.zip
        .. _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-storage-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
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: License :: OSI Approved :: Apache Software License