python-webargs on AUR (Arch User Repository)

Last updated: June 25,2024

1. Install "python-webargs" 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-webargs on Arch using YAY

$ yay -S python-webargs

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

$ yay -Rns python-webargs

2. Manually Install "python-webargs" via AUR

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

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

b. Clone python-webargs's git locally

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

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

$ cd ~/python-webargs $ makepkg -si

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

ID: 1419241
Name: python-webargs
PackageBaseID: 202943
PackageBase: python-webargs
Version: 8.4.0-1
Description: A friendly library for parsing HTTP request arguments, with built-in support for popular web frameworks
URL: https://github.com/marshmallow-code/webargs
NumVotes: 1
Popularity: 0.752614
OutOfDate:
Maintainer: blackfan321
Submitter: jelly
FirstSubmitted: 1708884060
LastModified: 1709339277
URLPath: /cgit/aur.git/snapshot/python-webargs.tar.gz

5. The same packages on other Linux Distributions