summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJordan Cook <jordan.cook@pioneer.com>2021-08-08 20:02:00 -0500
committerJordan Cook <jordan.cook@pioneer.com>2021-08-14 21:58:28 -0500
commitbc7ab17836d2afe03db198730f9c8a5aee922a44 (patch)
treee680923529e4f4a1e97643e62fd1bc9ee3bac778 /README.md
parent707a054da49b3a5ccbac9e16bfb490f1ff65ccb6 (diff)
downloadrequests-cache-bc7ab17836d2afe03db198730f9c8a5aee922a44.tar.gz
Remove deprecated 'core' module and BaseCache.remove_old_entries()
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index a6c5c12..1d663af 100644
--- a/README.md
+++ b/README.md
@@ -8,7 +8,7 @@
[![Code Shelter](https://www.codeshelter.co/static/badges/badge-flat.svg)](https://www.codeshelter.co/)
## Summary
-**requests-cache** is a transparent, persistent HTTP cache for the python [requests](http://python-requests.org)
+**requests-cache** is a transparent, persistent cache for the python [requests](http://python-requests.org)
library. It's a convenient tool to use with web scraping, consuming REST APIs, slow or rate-limited
sites, or any other scenario in which you're making lots of requests that are expensive and/or
likely to be sent more than once.