Package Details: python-requests-cache 1.2.1-1

Git Clone URL: https://aur.archlinux.org/python-requests-cache.git (read-only, click to copy)
Package Base: python-requests-cache
Description: A persistent cache for python requests
Upstream URL: https://github.com/requests-cache/requests-cache
Keywords: cache dynamodb http mongodb performance redis requests sqlite web webscraping
Licenses: custom:BSD-2-clause
Submitter: Shibumi
Maintainer: carlosal1015 (JWCook, flying-sheep, AutoUpdateBot)
Last Packager: AutoUpdateBot
Votes: 29
Popularity: 0.000035
First Submitted: 2015-09-21 13:55 (UTC)
Last Updated: 2024-06-19 07:56 (UTC)

Dependencies (24)

Sources (1)

Latest Comments

« First ‹ Previous 1 .. 5 6 7 8 9 10

phyxmeow commented on 2021-04-27 09:16 (UTC) (edited on 2021-04-27 09:28 (UTC) by phyxmeow)

Please add dependencies of new version(0.6+):
python-url-normalize (which is not in aur currently)
python-itsdangerous

https://github.com/reclosedev/requests-cache/blob/master/setup.py:

setup(
    name='requests-cache',
    packages=find_packages(exclude=['tests*']),
    version=__version__,
    author='Roman Haritonov',
    author_email='reclosedev@gmail.com',
    url='https://github.com/reclosedev/requests-cache',
    install_requires=['itsdangerous', 'requests>=2.0.0', 'url-normalize>=1.4'],
    extras_require=extras_require,
    python_requires='>=3.6',
    include_package_data=True,
)

major commented on 2019-08-11 17:22 (UTC)

Hello @bigcajun826. Thank you for your recommendation. I usually check and then commit/push my changes. However, your method looks much easier and probably worth using.

bigcajun826 commented on 2019-08-08 14:36 (UTC) (edited on 2019-08-08 14:40 (UTC) by bigcajun826)

Thanks for adopting this package @major. Would you consider adding a .gitignore file in the root of the project like this: https://gist.github.com/emerkle826/1e6225758bbeb2b3d1a337e70fbeaace

so that the download and build artifacts don't appear as unstaged changes?

major commented on 2019-08-01 16:13 (UTC)

The package has not been updated for a while. I will be updating it, but another important thing to note is that it is a package base. In simple words, if you want to install for Python 3, you will be forced to install Python 2, and vice-versa.

Given the nature of the package, I will split it by next week. This should give enough time to everyone to make backups, ready your system, etc (all you want to do). Therefore, I will update the package be next week as well.