معرفی شرکت ها


python3-sanction-0.4.1-6.fc39.noarch.rpm


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

A simple, lightweight OAuth2 client
ویژگی مقدار
سیستم عامل Linux
توزیع Fedora 39
مخزن Fedora Everything noarch
نام بسته python3-sanction
نام فایل بسته python3-sanction-0.4.1-6.fc39.noarch.rpm
نسخه بسته 0.4.1
انتشار بسته 6.fc39
معماری بسته noarch
نگهدارنده -
تاریخ ساخت Fri 21 Jul 2023 05
هاست سازنده buildvm-a64-06.iad2.fedoraproject.org
نوع بسته .rpm
آدرس صفحه اصلی http://pypi.python.org/pypi/sanction
مجوز MIT
حجم دانلود 22K
حجم نصب 35.985K
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


نیازمندی

مقدار نام
= 3.12 python(abi)


ارائه دهنده

مقدار نام
= 0.4.1-6.fc39 python-sanction
= 0.4.1-6.fc39 python3-sanction
= 0.4.1-6.fc39 python3.12-sanction
= 0.4.1 python3.12dist(sanction)
= 0.4.1 python3dist(sanction)


نحوه نصب


نصب پکیج rpm python3-sanction:

    dnf install python3-sanction-0.4.1-6.fc39.noarch.rpm


فایل ها

مسیرها
/usr/lib/python3.12/site-packages/sanction
/usr/lib/python3.12/site-packages/sanction-0.4.1-py3.12.egg-info
/usr/lib/python3.12/site-packages/sanction-0.4.1-py3.12.egg-info/PKG-INFO
/usr/lib/python3.12/site-packages/sanction-0.4.1-py3.12.egg-info/SOURCES.txt
/usr/lib/python3.12/site-packages/sanction-0.4.1-py3.12.egg-info/dependency_links.txt
/usr/lib/python3.12/site-packages/sanction-0.4.1-py3.12.egg-info/top_level.txt
/usr/lib/python3.12/site-packages/sanction/__init__.py
/usr/lib/python3.12/site-packages/sanction/__pycache__
/usr/lib/python3.12/site-packages/sanction/__pycache__/__init__.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/sanction/__pycache__/__init__.cpython-312.pyc
/usr/lib/python3.12/site-packages/sanction/__pycache__/client.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/sanction/__pycache__/client.cpython-312.pyc
/usr/lib/python3.12/site-packages/sanction/__pycache__/test.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/sanction/__pycache__/test.cpython-312.pyc
/usr/lib/python3.12/site-packages/sanction/client.py
/usr/lib/python3.12/site-packages/sanction/test.py
/usr/share/doc/python3-sanction
/usr/share/doc/python3-sanction/LICENSE


گزارش تغییرات

تاریخ آخرین تغییر جزئیات
2023-07-21

Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild

2023-06-13

Rebuilt for Python 3.12

2023-01-20

Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild

2022-07-22

Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild

2022-06-16

Rebuilt for Python 3.11

2022-06-08

Update to 0.4.1
Utilize unittest instead of the deprecated nose test runner
Change to the github tarball