How to Install and Uninstall python3-sanction.noarch Package on Fedora 34

Last updated: October 07,2024

1. Install "python3-sanction.noarch" package

This guide covers the steps necessary to install python3-sanction.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install python3-sanction.noarch

2. Uninstall "python3-sanction.noarch" package

This guide covers the steps necessary to uninstall python3-sanction.noarch on Fedora 34:

$ sudo dnf remove python3-sanction.noarch $ sudo dnf autoremove

3. Information about the python3-sanction.noarch package on Fedora 34

Last metadata expiration check: 0:40:55 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : python3-sanction
Version : 0.3.1
Release : 25.fc34
Architecture : noarch
Size : 20 k
Source : python-sanction-0.3.1-25.fc34.src.rpm
Repository : fedora
Summary : A simple, lightweight OAuth2 client
URL : http://pypi.python.org/pypi/sanction
License : MIT
Description : python-sanction is a lightweight, dead simple client implementation of
: the OAuth2 protocol.
:
: - Variations on OAuth2 client implementation range from a few hundred LOC
: to thousands. In a Pythonic world, there's absolutely no need for this when
: simply dealing with the client side of the spec. Currently, sanction sits
: at a whopping 65 LOC, one class. This makes the library tremendously easy
: to grok.
:
: - Most providers have varying levels of diversion from the official spec.
: The goal with this library is to either handle these diversions natively,
: or expose a method to allow client code to deal with it efficiently and
: effectively.
:
: - Three of the four OAuth2 flows should be supported by this library.
: Currently, only authorization code and client credential flows have been
: tested due to lack of other (known) implementations.
:
: sanction has been tested with the following OAuth2 providers:
:
: * Facebook (include the test API)
: * Google
: * Foursquare
: * bitly
: * GitHub
: * StackExchange
: * Instagram
: * DeviantArt