python-circuitbreaker on AUR (Arch User Repository)

Last updated: July 08,2024

1. Install "python-circuitbreaker" effortlessly via AUR with the help of a helper(YAY)

a. Install YAY (https://github.com/Jguer/yay)

$ sudo pacman -S --needed git base-devel && git clone https://aur.archlinux.org/yay.git && cd yay && makepkg -si

b. Install python-circuitbreaker on Arch using YAY

$ yay -S python-circuitbreaker

* (Optional) Uninstall python-circuitbreaker on Arch using YAY

$ yay -Rns python-circuitbreaker

2. Manually Install "python-circuitbreaker" via AUR

a. Ensure you have the base development tools and git installed with:

$ sudo pacman -S --needed base-devel git

b. Clone python-circuitbreaker's git locally

$ git clone https://aur.archlinux.org/python-circuitbreaker.git ~/python-circuitbreaker

c. Go to ~/python-circuitbreaker folder and install it

$ cd ~/python-circuitbreaker $ makepkg -si

3. Information about the python-circuitbreaker package on Arch User Repository (AUR)

ID: 1395810
Name: python-circuitbreaker
PackageBaseID: 172643
PackageBase: python-circuitbreaker
Version: 2.0.0-1
Description: Python implementation of the Circuit Breaker pattern
URL: https://github.com/fabfuel/circuitbreaker
NumVotes: 1
Popularity: 0.028386
OutOfDate:
Maintainer: meanjollies
Submitter: meanjollies
FirstSubmitted: 1635818971
LastModified: 1706668236
URLPath: /cgit/aur.git/snapshot/python-circuitbreaker.tar.gz