Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: python3-requests-cache | Distribution: SUSE Linux Enterprise 15 SP6 |
Version: 0.5.2 | Vendor: openSUSE |
Release: bp156.3.2 | Build date: Mon Jul 24 08:08:45 2023 |
Group: Development/Languages/Python | Build host: goat48 |
Size: 148739 | Source RPM: python-requests-cache-0.5.2-bp156.3.2.src.rpm |
Packager: https://bugs.opensuse.org | |
Url: https://github.com/reclosedev/requests-cache | |
Summary: Persistent cache for requests library |
Requests-cache is a transparent persistent cache for requests_ (version >= 1.1.0) library. 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. Requests-cache ignores all cache headers, it just caches the data for the time you specify. If you need library which knows how to use HTTP headers and status codes, take a look at `httpcache <https://github.com/Lukasa/httpcache>`_ and `CacheControl <https://github.com/ionrock/cachecontrol>`_.
BSD-2-Clause
* Tue Sep 10 2019 Tomáš Chvátal <tchvatal@suse.com> - Update to 0.5.2: * Fix DeprecationWarning from collections #140 * Tue May 07 2019 pgajdos@suse.com - version update to 0.5.0 * Add gridfs support, thanks to @chengguangnan * Add dynamodb support, thanks to @ar90n * Add response filter #104, thanks to @christopher-dG * Fix bulk_commit #78 * Fix remove_expired_responses missed in __init__.py #93 * Fix deprecation warnings #122, thanks to mbarkhau * Tue Dec 04 2018 Matej Cepl <mcepl@suse.com> - Remove superfluous devel dependency for noarch package * Tue Mar 28 2017 alarrosa@suse.com - Initial release
/usr/lib/python3.6/site-packages/requests_cache /usr/lib/python3.6/site-packages/requests_cache-0.5.2-py3.6.egg-info /usr/lib/python3.6/site-packages/requests_cache-0.5.2-py3.6.egg-info/PKG-INFO /usr/lib/python3.6/site-packages/requests_cache-0.5.2-py3.6.egg-info/SOURCES.txt /usr/lib/python3.6/site-packages/requests_cache-0.5.2-py3.6.egg-info/dependency_links.txt /usr/lib/python3.6/site-packages/requests_cache-0.5.2-py3.6.egg-info/requires.txt /usr/lib/python3.6/site-packages/requests_cache-0.5.2-py3.6.egg-info/top_level.txt /usr/lib/python3.6/site-packages/requests_cache/__init__.py /usr/lib/python3.6/site-packages/requests_cache/__pycache__ /usr/lib/python3.6/site-packages/requests_cache/__pycache__/__init__.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/requests_cache/__pycache__/__init__.cpython-36.pyc /usr/lib/python3.6/site-packages/requests_cache/__pycache__/compat.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/requests_cache/__pycache__/compat.cpython-36.pyc /usr/lib/python3.6/site-packages/requests_cache/__pycache__/core.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/requests_cache/__pycache__/core.cpython-36.pyc /usr/lib/python3.6/site-packages/requests_cache/backends /usr/lib/python3.6/site-packages/requests_cache/backends/__init__.py /usr/lib/python3.6/site-packages/requests_cache/backends/__pycache__ /usr/lib/python3.6/site-packages/requests_cache/backends/__pycache__/__init__.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/requests_cache/backends/__pycache__/__init__.cpython-36.pyc /usr/lib/python3.6/site-packages/requests_cache/backends/__pycache__/base.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/requests_cache/backends/__pycache__/base.cpython-36.pyc /usr/lib/python3.6/site-packages/requests_cache/backends/__pycache__/dynamodb.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/requests_cache/backends/__pycache__/dynamodb.cpython-36.pyc /usr/lib/python3.6/site-packages/requests_cache/backends/__pycache__/gridfs.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/requests_cache/backends/__pycache__/gridfs.cpython-36.pyc /usr/lib/python3.6/site-packages/requests_cache/backends/__pycache__/mongo.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/requests_cache/backends/__pycache__/mongo.cpython-36.pyc /usr/lib/python3.6/site-packages/requests_cache/backends/__pycache__/redis.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/requests_cache/backends/__pycache__/redis.cpython-36.pyc /usr/lib/python3.6/site-packages/requests_cache/backends/__pycache__/sqlite.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/requests_cache/backends/__pycache__/sqlite.cpython-36.pyc /usr/lib/python3.6/site-packages/requests_cache/backends/base.py /usr/lib/python3.6/site-packages/requests_cache/backends/dynamodb.py /usr/lib/python3.6/site-packages/requests_cache/backends/gridfs.py /usr/lib/python3.6/site-packages/requests_cache/backends/mongo.py /usr/lib/python3.6/site-packages/requests_cache/backends/redis.py /usr/lib/python3.6/site-packages/requests_cache/backends/sqlite.py /usr/lib/python3.6/site-packages/requests_cache/backends/storage /usr/lib/python3.6/site-packages/requests_cache/backends/storage/__init__.py /usr/lib/python3.6/site-packages/requests_cache/backends/storage/__pycache__ /usr/lib/python3.6/site-packages/requests_cache/backends/storage/__pycache__/__init__.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/requests_cache/backends/storage/__pycache__/__init__.cpython-36.pyc /usr/lib/python3.6/site-packages/requests_cache/backends/storage/__pycache__/dbdict.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/requests_cache/backends/storage/__pycache__/dbdict.cpython-36.pyc /usr/lib/python3.6/site-packages/requests_cache/backends/storage/__pycache__/dynamodbdict.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/requests_cache/backends/storage/__pycache__/dynamodbdict.cpython-36.pyc /usr/lib/python3.6/site-packages/requests_cache/backends/storage/__pycache__/gridfspickledict.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/requests_cache/backends/storage/__pycache__/gridfspickledict.cpython-36.pyc /usr/lib/python3.6/site-packages/requests_cache/backends/storage/__pycache__/mongodict.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/requests_cache/backends/storage/__pycache__/mongodict.cpython-36.pyc /usr/lib/python3.6/site-packages/requests_cache/backends/storage/__pycache__/redisdict.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/requests_cache/backends/storage/__pycache__/redisdict.cpython-36.pyc /usr/lib/python3.6/site-packages/requests_cache/backends/storage/dbdict.py /usr/lib/python3.6/site-packages/requests_cache/backends/storage/dynamodbdict.py /usr/lib/python3.6/site-packages/requests_cache/backends/storage/gridfspickledict.py /usr/lib/python3.6/site-packages/requests_cache/backends/storage/mongodict.py /usr/lib/python3.6/site-packages/requests_cache/backends/storage/redisdict.py /usr/lib/python3.6/site-packages/requests_cache/compat.py /usr/lib/python3.6/site-packages/requests_cache/core.py /usr/share/doc/packages/python3-requests-cache /usr/share/doc/packages/python3-requests-cache/README.rst /usr/share/licenses/python3-requests-cache /usr/share/licenses/python3-requests-cache/LICENSE
Generated by rpm2html 1.8.1
Fabrice Bellet, Tue Jul 9 19:58:50 2024