summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJordan Cook <jordan.cook@pioneer.com>2021-03-03 09:06:56 -0600
committerJordan Cook <jordan.cook@pioneer.com>2021-03-03 09:07:14 -0600
commit3d1bba84dfa8aa4baf0330817252619ddb66f8d1 (patch)
tree25ff36aa05f42cf46a12768d5ff5742ff9341cdb /README.md
parent38db0ddef8a41ee2434a5be4ccb6832264c5b754 (diff)
downloadrequests-cache-3d1bba84dfa8aa4baf0330817252619ddb66f8d1.tar.gz
Add links to some other cache projects; remove link to httpcache since it's no longer maintained
Diffstat (limited to 'README.md')
-rw-r--r--README.md18
1 files changed, 18 insertions, 0 deletions
diff --git a/README.md b/README.md
index b71baac..815855f 100644
--- a/README.md
+++ b/README.md
@@ -28,6 +28,24 @@ It can be useful when you are creating some simple data scraper with constantly
changing parsing logic or data format, and don't want to redownload pages or
write complex error handling and persistence.
+## Related Projects
+If `requests-cache` isn't quite what you need, you can help make it better! See the
+[Contributing Guide](https://github.com/reclosedev/requests-cache/blob/master/CONTRIBUTING.md)
+for details.
+
+You can also check out these other python cache projects:
+
+* [CacheControl](https://github.com/ionrock/cachecontrol): An HTTP cache for `requests` that caches
+ according to uses HTTP headers and status codes
+* [aiohttp-client-cache](https://github.com/JWCook/aiohttp-client-cache): An async HTTP cache for
+ `aiohttp`, based on `requests-cache`
+* [aiohttp-cache](https://github.com/cr0hn/aiohttp-cache): A server-side async HTTP cache for the
+ `aiohttp` web server
+* [diskcache](https://github.com/grantjenks/python-diskcache): A general-purpose (not HTTP-specific)
+ file-based cache built on SQLite
+* [aiocache](https://github.com/aio-libs/aiocache): General-purpose (not HTTP-specific) async cache
+ backends
+
## Links
- **Documentation** at [readthedocs](https://requests-cache.readthedocs.io)
- **Source code and issue tracking** at [GitHub](https://github.com/reclosedev/requests-cache)