httpx-cache


Namehttpx-cache JSON
Version 0.13.0 PyPI version JSON
download
home_page
SummarySimple caching transport for httpx.
upload_time2023-09-13 23:47:35
maintainer
docs_urlNone
author
requires_python>=3.8
license
keywords cache cache-control httpx
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # HTTPX-CACHE

[![codecov](https://codecov.io/gh/obendidi/httpx-cache/branch/main/graph/badge.svg?token=FHHRA6F17X)](https://codecov.io/gh/obendidi/httpx-cache)

httpx-cache is an implementation of the caching algorithms in [httplib2](https://github.com/httplib2/httplib2) and [CacheControl](https://github.com/ionrock/cachecontrol) for use with [httpx](https://github.com/encode/httpx) transport object.

It is is heavily insipired by:

- [https://github.com/ionrock/cachecontrol](https://github.com/ionrock/cachecontrol)
- [https://github.com/johtso/httpx-caching](https://github.com/johtso/httpx-caching)

## Documentation

Full documentation is available at [https://obendidi.github.io/httpx-cache/](https://obendidi.github.io/httpx-cache/)

## Installation

Using pip:

```sh
pip install httpx-cache
```

_Please make sure to pin the exact `httpx-cache` version for your project, to make sure it all works._

## Contributors

Feel free to contribute !

<a href = "https://github.com/obendidi/httpx-cache/graphs/contributors">
<img src = "https://contrib.rocks/image?repo=obendidi/httpx-cache"/>
</a>

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "httpx-cache",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "cache,cache-control,httpx",
    "author": "",
    "author_email": "Ouail Bendidi <ouail.bendidi@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/47/bd/8f5b34e16b48866919408a41dc1033b7a28281fe4c0a18bf0754c18098a3/httpx_cache-0.13.0.tar.gz",
    "platform": null,
    "description": "# HTTPX-CACHE\n\n[![codecov](https://codecov.io/gh/obendidi/httpx-cache/branch/main/graph/badge.svg?token=FHHRA6F17X)](https://codecov.io/gh/obendidi/httpx-cache)\n\nhttpx-cache is an implementation of the caching algorithms in [httplib2](https://github.com/httplib2/httplib2) and [CacheControl](https://github.com/ionrock/cachecontrol) for use with [httpx](https://github.com/encode/httpx) transport object.\n\nIt is is heavily insipired by:\n\n- [https://github.com/ionrock/cachecontrol](https://github.com/ionrock/cachecontrol)\n- [https://github.com/johtso/httpx-caching](https://github.com/johtso/httpx-caching)\n\n## Documentation\n\nFull documentation is available at [https://obendidi.github.io/httpx-cache/](https://obendidi.github.io/httpx-cache/)\n\n## Installation\n\nUsing pip:\n\n```sh\npip install httpx-cache\n```\n\n_Please make sure to pin the exact `httpx-cache` version for your project, to make sure it all works._\n\n## Contributors\n\nFeel free to contribute !\n\n<a href = \"https://github.com/obendidi/httpx-cache/graphs/contributors\">\n<img src = \"https://contrib.rocks/image?repo=obendidi/httpx-cache\"/>\n</a>\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Simple caching transport for httpx.",
    "version": "0.13.0",
    "project_urls": {
        "Documentation": "https://obendidi.github.io/httpx-cache/",
        "Homepage": "https://github.com/obendidi/httpx-cache"
    },
    "split_keywords": [
        "cache",
        "cache-control",
        "httpx"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "eca47fa5580cfd090318630314fda1b474f79a88371949dfca3e24aa4b4fce19",
                "md5": "23c19a4b4c2433d0deb6b92703ed83bd",
                "sha256": "5488e98286084f69446d86b9875e90633723989f3c3bc7186623dddfd9c1544f"
            },
            "downloads": -1,
            "filename": "httpx_cache-0.13.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "23c19a4b4c2433d0deb6b92703ed83bd",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 15833,
            "upload_time": "2023-09-13T23:47:33",
            "upload_time_iso_8601": "2023-09-13T23:47:33.895757Z",
            "url": "https://files.pythonhosted.org/packages/ec/a4/7fa5580cfd090318630314fda1b474f79a88371949dfca3e24aa4b4fce19/httpx_cache-0.13.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "47bd8f5b34e16b48866919408a41dc1033b7a28281fe4c0a18bf0754c18098a3",
                "md5": "91fd464aeb26034318338731df9f2bc7",
                "sha256": "12a2798f968100f985b5d05600609fb96fc7053ec46063555f041e9a1c5f8306"
            },
            "downloads": -1,
            "filename": "httpx_cache-0.13.0.tar.gz",
            "has_sig": false,
            "md5_digest": "91fd464aeb26034318338731df9f2bc7",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 58821,
            "upload_time": "2023-09-13T23:47:35",
            "upload_time_iso_8601": "2023-09-13T23:47:35.550947Z",
            "url": "https://files.pythonhosted.org/packages/47/bd/8f5b34e16b48866919408a41dc1033b7a28281fe4c0a18bf0754c18098a3/httpx_cache-0.13.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-09-13 23:47:35",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "obendidi",
    "github_project": "httpx-cache",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "httpx-cache"
}
        
Elapsed time: 2.34100s