Downstream PackagesΒΆ

Besides the PyPI package, several downstream builds are available.

Conda (src):

conda install conda-forge::requests-cache

Arch Linux (src):

pacman -S python-requests-cache

Debian (src) and Ubuntu (src):

apt-get install python3-requests-cache

Fedora (src):

dnf install python3-requests-cache

FreeBSD (src):

pkg install www/py-requests-cache

Guix (src):

guix install python-requests-cache

Nix (src):

environment.systemPackages = with pkgs; [
  (python3.withPackages (python-pkgs: [
    python-pkgs.requests-cache
  ]))
];

Additional downstream builds (of varying freshness) can be found on Repology.