| Name | httplib2 JSON | 
            
| Version | 
                  0.22.0
                   
                  JSON | 
            
 | download  | 
            
| home_page | https://github.com/httplib2/httplib2  | 
            
| Summary | A comprehensive HTTP client library. | 
            | upload_time | 2023-03-21 22:29:37 | 
            | maintainer |  | 
            
            | docs_url | None | 
            | author | Joe Gregorio | 
            
            | requires_python | >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.* | 
            
            
            | license | MIT | 
            | keywords | 
                 | 
            | VCS | 
                
                     | 
                
            
            | bugtrack_url | 
                
                 | 
             
            
            | requirements | 
                
                  No requirements were recorded.
                
             | 
            
| Travis-CI | 
                
                   No Travis.
                
             | 
            | coveralls test coverage | 
                
                   No coveralls.
                
             | 
        
        
            
            
A comprehensive HTTP client library, ``httplib2`` supports many features left out of other HTTP libraries.
**HTTP and HTTPS**
  HTTPS support is only available if the socket module was compiled with SSL support.
**Keep-Alive**
  Supports HTTP 1.1 Keep-Alive, keeping the socket open and performing multiple requests over the same connection if possible.
**Authentication**
  The following three types of HTTP Authentication are supported. These can be used over both HTTP and HTTPS.
  * Digest
  * Basic
  * WSSE
**Caching**
  The module can optionally operate with a private cache that understands the Cache-Control:
  header and uses both the ETag and Last-Modified cache validators. Both file system
  and memcached based caches are supported.
**All Methods**
  The module can handle any HTTP request method, not just GET and POST.
**Redirects**
  Automatically follows 3XX redirects on GETs.
**Compression**
  Handles both 'deflate' and 'gzip' types of compression.
**Lost update support**
  Automatically adds back ETags into PUT requests to resources we have already cached. This implements Section 3.2 of Detecting the Lost Update Problem Using Unreserved Checkout
**Unit Tested**
  A large and growing set of unit tests.
            
         
        Raw data
        
            {
    "_id": null,
    "home_page": "https://github.com/httplib2/httplib2",
    "name": "httplib2",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*",
    "maintainer_email": "",
    "keywords": "",
    "author": "Joe Gregorio",
    "author_email": "joe@bitworking.org",
    "download_url": "https://files.pythonhosted.org/packages/3d/ad/2371116b22d616c194aa25ec410c9c6c37f23599dcd590502b74db197584/httplib2-0.22.0.tar.gz",
    "platform": null,
    "description": "\n\nA comprehensive HTTP client library, ``httplib2`` supports many features left out of other HTTP libraries.\n\n**HTTP and HTTPS**\n  HTTPS support is only available if the socket module was compiled with SSL support.\n\n\n**Keep-Alive**\n  Supports HTTP 1.1 Keep-Alive, keeping the socket open and performing multiple requests over the same connection if possible.\n\n\n**Authentication**\n  The following three types of HTTP Authentication are supported. These can be used over both HTTP and HTTPS.\n\n  * Digest\n  * Basic\n  * WSSE\n\n**Caching**\n  The module can optionally operate with a private cache that understands the Cache-Control:\n  header and uses both the ETag and Last-Modified cache validators. Both file system\n  and memcached based caches are supported.\n\n\n**All Methods**\n  The module can handle any HTTP request method, not just GET and POST.\n\n\n**Redirects**\n  Automatically follows 3XX redirects on GETs.\n\n\n**Compression**\n  Handles both 'deflate' and 'gzip' types of compression.\n\n\n**Lost update support**\n  Automatically adds back ETags into PUT requests to resources we have already cached. This implements Section 3.2 of Detecting the Lost Update Problem Using Unreserved Checkout\n\n\n**Unit Tested**\n  A large and growing set of unit tests.\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A comprehensive HTTP client library.",
    "version": "0.22.0",
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a86cd2fbdaaa5959339d53ba38e94c123e4e84b8fbc4b84beb0e70d7c1608486",
                "md5": "3ff8c31510a1b7bdd0e9d656993736b3",
                "sha256": "14ae0a53c1ba8f3d37e9e27cf37eabb0fb9980f435ba405d546948b009dd64dc"
            },
            "downloads": -1,
            "filename": "httplib2-0.22.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "3ff8c31510a1b7bdd0e9d656993736b3",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*",
            "size": 96854,
            "upload_time": "2023-03-21T22:29:35",
            "upload_time_iso_8601": "2023-03-21T22:29:35.683092Z",
            "url": "https://files.pythonhosted.org/packages/a8/6c/d2fbdaaa5959339d53ba38e94c123e4e84b8fbc4b84beb0e70d7c1608486/httplib2-0.22.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3dad2371116b22d616c194aa25ec410c9c6c37f23599dcd590502b74db197584",
                "md5": "7ca0a2bfd95ba4ab4b6e28804cdb94ed",
                "sha256": "d7a10bc5ef5ab08322488bde8c726eeee5c8618723fdb399597ec58f3d82df81"
            },
            "downloads": -1,
            "filename": "httplib2-0.22.0.tar.gz",
            "has_sig": false,
            "md5_digest": "7ca0a2bfd95ba4ab4b6e28804cdb94ed",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*",
            "size": 351116,
            "upload_time": "2023-03-21T22:29:37",
            "upload_time_iso_8601": "2023-03-21T22:29:37.214392Z",
            "url": "https://files.pythonhosted.org/packages/3d/ad/2371116b22d616c194aa25ec410c9c6c37f23599dcd590502b74db197584/httplib2-0.22.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-03-21 22:29:37",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "httplib2",
    "github_project": "httplib2",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "httplib2"
}