Metadata-Version: 2.1
Name: httpx-cache
Version: 0.8.0
Summary: Simple caching transport for httpx.
Project-URL: Homepage, https://github.com/obendidi/httpx-cache
Project-URL: Documentation, https://obendidi.github.io/httpx-cache/
Author-email: Ouail Bendidi <ouail.bendidi@gmail.com>
License-File: LICENSE
Keywords: cache,cache-control,httpx
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Web Environment
Classifier: Framework :: AsyncIO
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Typing :: Typed
Requires-Python: >=3.7
Requires-Dist: aiorwlock~=1.2
Requires-Dist: anyio~=3.0
Requires-Dist: attrs<23.0,>=21.4
Requires-Dist: fasteners<0.18.0,>=0.16.3
Requires-Dist: httpx~=0.23
Requires-Dist: msgpack~=1.0
Description-Content-Type: text/markdown

# 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>
