cachecontrol icon indicating copy to clipboard operation
cachecontrol copied to clipboard

The httplib2 caching algorithms packaged up for use with requests.

Results 74 cachecontrol issues
Sort by recently updated
recently updated
newest added

I see that this project is rather inactive, but I guess I'm an optimist... lockfile has long been deprecated, per https://github.com/ionrock/cachecontrol/issues/109 (2016!). https://github.com/ionrock/cachecontrol/pull/114 was an earlier try at getting cachecontrol...

Hi! I'm packaging this project for Arch Linux. We usually try to rely on pypi.org for sdist tarballs to build from. In a packaging context we also run tests to...

trying to fix bug with new SeparateBodyBaseCache, hit this when I write a custom SQLite cache backend with streaming resp.

Thanks for merging #277. Can we get a release with that, since `pip` prefers to vendor released versions? Thank you!

I probably should have checked first whether this is something you even want, but if the answer is "no thanks" then fair enough: it wasn't so much work that either...

There have been six releases since then, but none have any notes https://cachecontrol.readthedocs.io/en/latest/release_notes.html https://github.com/ionrock/cachecontrol/releases

The https://reuse.software specification is a standard for providing machine-readable licensing and copyright information. I believe: * machine-readable metadata is a good thing. * licensing and copyright matter * automation is...

Vendoring this dependency and noticed that relative imports are used in most places, but not everywhere. Since they are already used elsewhere, it seems like changing the few remaining ones...