How To Install python3-social-auth-core on Fedora 36

In this tutorial we learn how to install python3-social-auth-core in Fedora 36. python3-social-auth-core is Python Social Auth is an easy to setup social authentication/registration mechanism with support for several frameworks and auth providers.

Introduction

In this tutorial we learn how to install python3-social-auth-core on Fedora 36.

What is python3-social-auth-core

Python Social Auth aims to be an easy-to-setup social authentication and authorization mechanism for Python projects supporting protocols like OAuth (1 and 2), OpenID and others. The initial codebase is derived from django-social-auth with the idea of generalizing the process to suit the different frameworks around, providing the needed tools to bring support to new frameworks. django-social-auth itself was a product of modified code from django-twitter-oauth and django-openid-auth projects. The project is now split into smaller modules to isolate and reduce responsibilities and improve reusability. Documentation Release notes If you want social-core to work with azuread (the Azure Active Directory), this is the package you need. Please note that, saml subpackage is disabled temporarily since 2022-02-27 because of the following issues https https https As a result, lxml is restricted to <4.7 in the upstream, which conflicts with the version 4.7.1 that is available in Fedora repositories already since f36.

We can use yum or dnf to install python3-social-auth-core on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install python3-social-auth-core.

Install python3-social-auth-core on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install python3-social-auth-core using dnf by running the following command:

sudo dnf -y install python3-social-auth-core

Install python3-social-auth-core on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install python3-social-auth-core using yum by running the following command:

sudo yum -y install python3-social-auth-core

How To Uninstall python3-social-auth-core on Fedora 36

To uninstall only the python3-social-auth-core package we can use the following command:

sudo dnf remove python3-social-auth-core

python3-social-auth-core Package Contents on Fedora 36

/usr/lib/python3.10/site-packages/social_auth_core-4.2.0-py3.10.egg-info
/usr/lib/python3.10/site-packages/social_auth_core-4.2.0-py3.10.egg-info/PKG-INFO
/usr/lib/python3.10/site-packages/social_auth_core-4.2.0-py3.10.egg-info/SOURCES.txt
/usr/lib/python3.10/site-packages/social_auth_core-4.2.0-py3.10.egg-info/dependency_links.txt
/usr/lib/python3.10/site-packages/social_auth_core-4.2.0-py3.10.egg-info/not-zip-safe
/usr/lib/python3.10/site-packages/social_auth_core-4.2.0-py3.10.egg-info/requires.txt
/usr/lib/python3.10/site-packages/social_auth_core-4.2.0-py3.10.egg-info/top_level.txt
/usr/lib/python3.10/site-packages/social_core
/usr/lib/python3.10/site-packages/social_core/__init__.py
/usr/lib/python3.10/site-packages/social_core/__pycache__
/usr/lib/python3.10/site-packages/social_core/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/social_core/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/social_core/__pycache__/actions.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/social_core/__pycache__/actions.cpython-310.pyc
/usr/lib/python3.10/site-packages/social_core/__pycache__/exceptions.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/social_core/__pycache__/exceptions.cpython-310.pyc
/usr/lib/python3.10/site-packages/social_core/__pycache__/storage.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/social_core/__pycache__/storage.cpython-310.pyc
/usr/lib/python3.10/site-packages/social_core/__pycache__/store.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/social_core/__pycache__/store.cpython-310.pyc
/usr/lib/python3.10/site-packages/social_core/__pycache__/strategy.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/social_core/__pycache__/strategy.cpython-310.pyc
/usr/lib/python3.10/site-packages/social_core/__pycache__/utils.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/social_core/__pycache__/utils.cpython-310.pyc
/usr/lib/python3.10/site-packages/social_core/actions.py
/usr/lib/python3.10/site-packages/social_core/backends
/usr/lib/python3.10/site-packages/social_core/backends/__init__.py
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/amazon.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/amazon.cpython-310.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/angel.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/angel.cpython-310.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/aol.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/aol.cpython-310.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/apple.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/apple.cpython-310.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/appsfuel.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/appsfuel.cpython-310.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/arcgis.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/arcgis.cpython-310.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/asana.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/asana.cpython-310.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/atlassian.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/atlassian.cpython-310.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/auth0.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/auth0.cpython-310.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/azuread.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/azuread.cpython-310.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/azuread_b2c.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/azuread_b2c.cpython-310.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/azuread_tenant.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/azuread_tenant.cpython-310.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/base.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/base.cpython-310.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/battlenet.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/battlenet.cpython-310.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/beats.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/beats.cpython-310.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/behance.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/behance.cpython-310.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/belgiumeid.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/belgiumeid.cpython-310.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/bitbucket.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/bitbucket.cpython-310.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/box.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/box.cpython-310.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/bungie.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/bungie.cpython-310.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/changetip.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/changetip.cpython-310.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/chatwork.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/chatwork.cpython-310.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/cilogon.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/cilogon.cpython-310.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/classlink.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/classlink.cpython-310.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/clef.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/clef.cpython-310.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/coding.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/coding.cpython-310.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/cognito.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/cognito.cpython-310.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/coinbase.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/coinbase.cpython-310.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/coursera.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/coursera.cpython-310.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/dailymotion.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/dailymotion.cpython-310.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/deezer.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/deezer.cpython-310.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/digitalocean.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/digitalocean.cpython-310.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/discord.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/discord.cpython-310.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/discourse.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/discourse.cpython-310.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/disqus.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/disqus.cpython-310.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/docker.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/docker.cpython-310.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/douban.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/douban.cpython-310.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/dribbble.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/dribbble.cpython-310.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/drip.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/drip.cpython-310.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/dropbox.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/dropbox.cpython-310.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/echosign.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/echosign.cpython-310.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/edmodo.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/edmodo.cpython-310.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/elixir.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/elixir.cpython-310.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/email.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/email.cpython-310.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/eventbrite.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/eventbrite.cpython-310.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/eveonline.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/eveonline.cpython-310.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/evernote.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/evernote.cpython-310.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/exacttarget.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/exacttarget.cpython-310.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/facebook.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/facebook.cpython-310.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/fedora.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/fedora.cpython-310.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/fence.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/fence.cpython-310.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/fitbit.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/fitbit.cpython-310.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/five_hundred_px.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/five_hundred_px.cpython-310.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/flat.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/flat.cpython-310.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/flickr.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/flickr.cpython-310.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/foursquare.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/foursquare.cpython-310.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/gae.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/gae.cpython-310.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/gitea.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/gitea.cpython-310.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/github.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/github.cpython-310.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/github_enterprise.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/github_enterprise.cpython-310.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/gitlab.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/gitlab.cpython-310.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/globus.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/globus.cpython-310.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/goclio.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/goclio.cpython-310.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/goclioeu.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/goclioeu.cpython-310.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/google.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/google.cpython-310.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/google_openidconnect.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/google_openidconnect.cpython-310.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/hubspot.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/hubspot.cpython-310.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/instagram.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/instagram.cpython-310.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/itembase.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/itembase.cpython-310.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/jawbone.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/jawbone.cpython-310.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/justgiving.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/justgiving.cpython-310.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/kakao.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/kakao.cpython-310.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/keycloak.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/keycloak.cpython-310.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/khanacademy.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/khanacademy.cpython-310.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/lastfm.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/lastfm.cpython-310.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/launchpad.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/launchpad.cpython-310.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/legacy.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/legacy.cpython-310.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/line.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/line.cpython-310.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/linkedin.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/linkedin.cpython-310.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/live.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/live.cpython-310.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/livejournal.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/livejournal.cpython-310.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/loginradius.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/loginradius.cpython-310.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/lyft.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/lyft.cpython-310.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/mailchimp.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/mailchimp.cpython-310.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/mailru.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/mailru.cpython-310.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/mapmyfitness.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/mapmyfitness.cpython-310.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/mediawiki.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/mediawiki.cpython-310.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/meetup.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/meetup.cpython-310.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/mendeley.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/mendeley.cpython-310.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/microsoft.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/microsoft.cpython-310.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/mineid.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/mineid.cpython-310.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/mixcloud.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/mixcloud.cpython-310.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/monzo.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/monzo.cpython-310.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/moves.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/moves.cpython-310.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/nationbuilder.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/nationbuilder.cpython-310.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/naver.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/naver.cpython-310.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/ngpvan.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/ngpvan.cpython-310.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/nk.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/nk.cpython-310.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/oauth.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/oauth.cpython-310.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/odnoklassniki.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/odnoklassniki.cpython-310.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/okta.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/okta.cpython-310.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/okta_openidconnect.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/okta_openidconnect.cpython-310.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/open_id.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/open_id.cpython-310.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/open_id_connect.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/open_id_connect.cpython-310.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/openshift.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/openshift.cpython-310.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/openstack.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/openstack.cpython-310.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/openstackdev.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/openstackdev.cpython-310.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/openstreetmap.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/openstreetmap.cpython-310.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/orbi.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/orbi.cpython-310.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/orcid.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/orcid.cpython-310.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/osso.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/osso.cpython-310.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/patreon.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/patreon.cpython-310.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/paypal.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/paypal.cpython-310.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/persona.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/persona.cpython-310.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/phabricator.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/phabricator.cpython-310.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/pinterest.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/pinterest.cpython-310.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/pixelpin.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/pixelpin.cpython-310.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/pocket.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/pocket.cpython-310.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/podio.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/podio.cpython-310.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/professionali.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/professionali.cpython-310.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/pushbullet.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/pushbullet.cpython-310.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/qiita.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/qiita.cpython-310.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/qq.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/qq.cpython-310.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/quizlet.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/quizlet.cpython-310.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/rdio.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/rdio.cpython-310.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/readability.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/readability.cpython-310.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/reddit.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/reddit.cpython-310.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/runkeeper.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/runkeeper.cpython-310.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/salesforce.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/salesforce.cpython-310.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/saml.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/saml.cpython-310.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/scistarter.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/scistarter.cpython-310.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/shimmering.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/shimmering.cpython-310.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/shopify.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/shopify.cpython-310.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/simplelogin.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/simplelogin.cpython-310.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/sketchfab.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/sketchfab.cpython-310.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/skyrock.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/skyrock.cpython-310.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/slack.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/slack.cpython-310.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/soundcloud.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/soundcloud.cpython-310.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/spotify.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/spotify.cpython-310.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/stackoverflow.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/stackoverflow.cpython-310.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/steam.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/steam.cpython-310.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/stocktwits.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/stocktwits.cpython-310.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/strava.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/strava.cpython-310.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/stripe.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/stripe.cpython-310.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/surveymonkey.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/surveymonkey.cpython-310.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/suse.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/suse.cpython-310.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/taobao.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/taobao.cpython-310.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/telegram.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/telegram.cpython-310.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/thisismyjam.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/thisismyjam.cpython-310.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/trello.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/trello.cpython-310.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/tripit.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/tripit.cpython-310.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/tumblr.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/tumblr.cpython-310.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/twilio.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/twilio.cpython-310.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/twitch.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/twitch.cpython-310.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/twitter.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/twitter.cpython-310.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/uber.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/uber.cpython-310.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/ubuntu.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/ubuntu.cpython-310.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/udata.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/udata.cpython-310.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/universe.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/universe.cpython-310.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/untappd.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/untappd.cpython-310.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/upwork.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/upwork.cpython-310.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/username.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/username.cpython-310.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/utils.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/utils.cpython-310.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/vend.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/vend.cpython-310.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/vimeo.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/vimeo.cpython-310.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/vk.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/vk.cpython-310.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/weibo.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/weibo.cpython-310.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/weixin.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/weixin.cpython-310.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/withings.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/withings.cpython-310.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/wunderlist.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/wunderlist.cpython-310.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/xing.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/xing.cpython-310.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/yahoo.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/yahoo.cpython-310.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/yammer.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/yammer.cpython-310.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/yandex.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/yandex.cpython-310.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/zoom.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/zoom.cpython-310.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/zotero.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/social_core/backends/__pycache__/zotero.cpython-310.pyc
/usr/lib/python3.10/site-packages/social_core/backends/amazon.py
/usr/lib/python3.10/site-packages/social_core/backends/angel.py
/usr/lib/python3.10/site-packages/social_core/backends/aol.py
/usr/lib/python3.10/site-packages/social_core/backends/apple.py
/usr/lib/python3.10/site-packages/social_core/backends/appsfuel.py
/usr/lib/python3.10/site-packages/social_core/backends/arcgis.py
/usr/lib/python3.10/site-packages/social_core/backends/asana.py
/usr/lib/python3.10/site-packages/social_core/backends/atlassian.py
/usr/lib/python3.10/site-packages/social_core/backends/auth0.py
/usr/lib/python3.10/site-packages/social_core/backends/azuread.py
/usr/lib/python3.10/site-packages/social_core/backends/azuread_b2c.py
/usr/lib/python3.10/site-packages/social_core/backends/azuread_tenant.py
/usr/lib/python3.10/site-packages/social_core/backends/base.py
/usr/lib/python3.10/site-packages/social_core/backends/battlenet.py
/usr/lib/python3.10/site-packages/social_core/backends/beats.py
/usr/lib/python3.10/site-packages/social_core/backends/behance.py
/usr/lib/python3.10/site-packages/social_core/backends/belgiumeid.py
/usr/lib/python3.10/site-packages/social_core/backends/bitbucket.py
/usr/lib/python3.10/site-packages/social_core/backends/box.py
/usr/lib/python3.10/site-packages/social_core/backends/bungie.py
/usr/lib/python3.10/site-packages/social_core/backends/changetip.py
/usr/lib/python3.10/site-packages/social_core/backends/chatwork.py
/usr/lib/python3.10/site-packages/social_core/backends/cilogon.py
/usr/lib/python3.10/site-packages/social_core/backends/classlink.py
/usr/lib/python3.10/site-packages/social_core/backends/clef.py
/usr/lib/python3.10/site-packages/social_core/backends/coding.py
/usr/lib/python3.10/site-packages/social_core/backends/cognito.py
/usr/lib/python3.10/site-packages/social_core/backends/coinbase.py
/usr/lib/python3.10/site-packages/social_core/backends/coursera.py
/usr/lib/python3.10/site-packages/social_core/backends/dailymotion.py
/usr/lib/python3.10/site-packages/social_core/backends/deezer.py
/usr/lib/python3.10/site-packages/social_core/backends/digitalocean.py
/usr/lib/python3.10/site-packages/social_core/backends/discord.py
/usr/lib/python3.10/site-packages/social_core/backends/discourse.py
/usr/lib/python3.10/site-packages/social_core/backends/disqus.py
/usr/lib/python3.10/site-packages/social_core/backends/docker.py
/usr/lib/python3.10/site-packages/social_core/backends/douban.py
/usr/lib/python3.10/site-packages/social_core/backends/dribbble.py
/usr/lib/python3.10/site-packages/social_core/backends/drip.py
/usr/lib/python3.10/site-packages/social_core/backends/dropbox.py
/usr/lib/python3.10/site-packages/social_core/backends/echosign.py
/usr/lib/python3.10/site-packages/social_core/backends/edmodo.py
/usr/lib/python3.10/site-packages/social_core/backends/elixir.py
/usr/lib/python3.10/site-packages/social_core/backends/email.py
/usr/lib/python3.10/site-packages/social_core/backends/eventbrite.py
/usr/lib/python3.10/site-packages/social_core/backends/eveonline.py
/usr/lib/python3.10/site-packages/social_core/backends/evernote.py
/usr/lib/python3.10/site-packages/social_core/backends/exacttarget.py
/usr/lib/python3.10/site-packages/social_core/backends/facebook.py
/usr/lib/python3.10/site-packages/social_core/backends/fedora.py
/usr/lib/python3.10/site-packages/social_core/backends/fence.py
/usr/lib/python3.10/site-packages/social_core/backends/fitbit.py
/usr/lib/python3.10/site-packages/social_core/backends/five_hundred_px.py
/usr/lib/python3.10/site-packages/social_core/backends/flat.py
/usr/lib/python3.10/site-packages/social_core/backends/flickr.py
/usr/lib/python3.10/site-packages/social_core/backends/foursquare.py
/usr/lib/python3.10/site-packages/social_core/backends/gae.py
/usr/lib/python3.10/site-packages/social_core/backends/gitea.py
/usr/lib/python3.10/site-packages/social_core/backends/github.py
/usr/lib/python3.10/site-packages/social_core/backends/github_enterprise.py
/usr/lib/python3.10/site-packages/social_core/backends/gitlab.py
/usr/lib/python3.10/site-packages/social_core/backends/globus.py
/usr/lib/python3.10/site-packages/social_core/backends/goclio.py
/usr/lib/python3.10/site-packages/social_core/backends/goclioeu.py
/usr/lib/python3.10/site-packages/social_core/backends/google.py
/usr/lib/python3.10/site-packages/social_core/backends/google_openidconnect.py
/usr/lib/python3.10/site-packages/social_core/backends/hubspot.py
/usr/lib/python3.10/site-packages/social_core/backends/instagram.py
/usr/lib/python3.10/site-packages/social_core/backends/itembase.py
/usr/lib/python3.10/site-packages/social_core/backends/jawbone.py
/usr/lib/python3.10/site-packages/social_core/backends/justgiving.py
/usr/lib/python3.10/site-packages/social_core/backends/kakao.py
/usr/lib/python3.10/site-packages/social_core/backends/keycloak.py
/usr/lib/python3.10/site-packages/social_core/backends/khanacademy.py
/usr/lib/python3.10/site-packages/social_core/backends/lastfm.py
/usr/lib/python3.10/site-packages/social_core/backends/launchpad.py
/usr/lib/python3.10/site-packages/social_core/backends/legacy.py
/usr/lib/python3.10/site-packages/social_core/backends/line.py
/usr/lib/python3.10/site-packages/social_core/backends/linkedin.py
/usr/lib/python3.10/site-packages/social_core/backends/live.py
/usr/lib/python3.10/site-packages/social_core/backends/livejournal.py
/usr/lib/python3.10/site-packages/social_core/backends/loginradius.py
/usr/lib/python3.10/site-packages/social_core/backends/lyft.py
/usr/lib/python3.10/site-packages/social_core/backends/mailchimp.py
/usr/lib/python3.10/site-packages/social_core/backends/mailru.py
/usr/lib/python3.10/site-packages/social_core/backends/mapmyfitness.py
/usr/lib/python3.10/site-packages/social_core/backends/mediawiki.py
/usr/lib/python3.10/site-packages/social_core/backends/meetup.py
/usr/lib/python3.10/site-packages/social_core/backends/mendeley.py
/usr/lib/python3.10/site-packages/social_core/backends/microsoft.py
/usr/lib/python3.10/site-packages/social_core/backends/mineid.py
/usr/lib/python3.10/site-packages/social_core/backends/mixcloud.py
/usr/lib/python3.10/site-packages/social_core/backends/monzo.py
/usr/lib/python3.10/site-packages/social_core/backends/moves.py
/usr/lib/python3.10/site-packages/social_core/backends/nationbuilder.py
/usr/lib/python3.10/site-packages/social_core/backends/naver.py
/usr/lib/python3.10/site-packages/social_core/backends/ngpvan.py
/usr/lib/python3.10/site-packages/social_core/backends/nk.py
/usr/lib/python3.10/site-packages/social_core/backends/oauth.py
/usr/lib/python3.10/site-packages/social_core/backends/odnoklassniki.py
/usr/lib/python3.10/site-packages/social_core/backends/okta.py
/usr/lib/python3.10/site-packages/social_core/backends/okta_openidconnect.py
/usr/lib/python3.10/site-packages/social_core/backends/open_id.py
/usr/lib/python3.10/site-packages/social_core/backends/open_id_connect.py
/usr/lib/python3.10/site-packages/social_core/backends/openshift.py
/usr/lib/python3.10/site-packages/social_core/backends/openstack.py
/usr/lib/python3.10/site-packages/social_core/backends/openstackdev.py
/usr/lib/python3.10/site-packages/social_core/backends/openstreetmap.py
/usr/lib/python3.10/site-packages/social_core/backends/orbi.py
/usr/lib/python3.10/site-packages/social_core/backends/orcid.py
/usr/lib/python3.10/site-packages/social_core/backends/osso.py
/usr/lib/python3.10/site-packages/social_core/backends/patreon.py
/usr/lib/python3.10/site-packages/social_core/backends/paypal.py
/usr/lib/python3.10/site-packages/social_core/backends/persona.py
/usr/lib/python3.10/site-packages/social_core/backends/phabricator.py
/usr/lib/python3.10/site-packages/social_core/backends/pinterest.py
/usr/lib/python3.10/site-packages/social_core/backends/pixelpin.py
/usr/lib/python3.10/site-packages/social_core/backends/pocket.py
/usr/lib/python3.10/site-packages/social_core/backends/podio.py
/usr/lib/python3.10/site-packages/social_core/backends/professionali.py
/usr/lib/python3.10/site-packages/social_core/backends/pushbullet.py
/usr/lib/python3.10/site-packages/social_core/backends/qiita.py
/usr/lib/python3.10/site-packages/social_core/backends/qq.py
/usr/lib/python3.10/site-packages/social_core/backends/quizlet.py
/usr/lib/python3.10/site-packages/social_core/backends/rdio.py
/usr/lib/python3.10/site-packages/social_core/backends/readability.py
/usr/lib/python3.10/site-packages/social_core/backends/reddit.py
/usr/lib/python3.10/site-packages/social_core/backends/runkeeper.py
/usr/lib/python3.10/site-packages/social_core/backends/salesforce.py
/usr/lib/python3.10/site-packages/social_core/backends/saml.py
/usr/lib/python3.10/site-packages/social_core/backends/scistarter.py
/usr/lib/python3.10/site-packages/social_core/backends/shimmering.py
/usr/lib/python3.10/site-packages/social_core/backends/shopify.py
/usr/lib/python3.10/site-packages/social_core/backends/simplelogin.py
/usr/lib/python3.10/site-packages/social_core/backends/sketchfab.py
/usr/lib/python3.10/site-packages/social_core/backends/skyrock.py
/usr/lib/python3.10/site-packages/social_core/backends/slack.py
/usr/lib/python3.10/site-packages/social_core/backends/soundcloud.py
/usr/lib/python3.10/site-packages/social_core/backends/spotify.py
/usr/lib/python3.10/site-packages/social_core/backends/stackoverflow.py
/usr/lib/python3.10/site-packages/social_core/backends/steam.py
/usr/lib/python3.10/site-packages/social_core/backends/stocktwits.py
/usr/lib/python3.10/site-packages/social_core/backends/strava.py
/usr/lib/python3.10/site-packages/social_core/backends/stripe.py
/usr/lib/python3.10/site-packages/social_core/backends/surveymonkey.py
/usr/lib/python3.10/site-packages/social_core/backends/suse.py
/usr/lib/python3.10/site-packages/social_core/backends/taobao.py
/usr/lib/python3.10/site-packages/social_core/backends/telegram.py
/usr/lib/python3.10/site-packages/social_core/backends/thisismyjam.py
/usr/lib/python3.10/site-packages/social_core/backends/trello.py
/usr/lib/python3.10/site-packages/social_core/backends/tripit.py
/usr/lib/python3.10/site-packages/social_core/backends/tumblr.py
/usr/lib/python3.10/site-packages/social_core/backends/twilio.py
/usr/lib/python3.10/site-packages/social_core/backends/twitch.py
/usr/lib/python3.10/site-packages/social_core/backends/twitter.py
/usr/lib/python3.10/site-packages/social_core/backends/uber.py
/usr/lib/python3.10/site-packages/social_core/backends/ubuntu.py
/usr/lib/python3.10/site-packages/social_core/backends/udata.py
/usr/lib/python3.10/site-packages/social_core/backends/universe.py
/usr/lib/python3.10/site-packages/social_core/backends/untappd.py
/usr/lib/python3.10/site-packages/social_core/backends/upwork.py
/usr/lib/python3.10/site-packages/social_core/backends/username.py
/usr/lib/python3.10/site-packages/social_core/backends/utils.py
/usr/lib/python3.10/site-packages/social_core/backends/vend.py
/usr/lib/python3.10/site-packages/social_core/backends/vimeo.py
/usr/lib/python3.10/site-packages/social_core/backends/vk.py
/usr/lib/python3.10/site-packages/social_core/backends/weibo.py
/usr/lib/python3.10/site-packages/social_core/backends/weixin.py
/usr/lib/python3.10/site-packages/social_core/backends/withings.py
/usr/lib/python3.10/site-packages/social_core/backends/wunderlist.py
/usr/lib/python3.10/site-packages/social_core/backends/xing.py
/usr/lib/python3.10/site-packages/social_core/backends/yahoo.py
/usr/lib/python3.10/site-packages/social_core/backends/yammer.py
/usr/lib/python3.10/site-packages/social_core/backends/yandex.py
/usr/lib/python3.10/site-packages/social_core/backends/zoom.py
/usr/lib/python3.10/site-packages/social_core/backends/zotero.py
/usr/lib/python3.10/site-packages/social_core/exceptions.py
/usr/lib/python3.10/site-packages/social_core/pipeline
/usr/lib/python3.10/site-packages/social_core/pipeline/__init__.py
/usr/lib/python3.10/site-packages/social_core/pipeline/__pycache__
/usr/lib/python3.10/site-packages/social_core/pipeline/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/social_core/pipeline/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/social_core/pipeline/__pycache__/debug.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/social_core/pipeline/__pycache__/debug.cpython-310.pyc
/usr/lib/python3.10/site-packages/social_core/pipeline/__pycache__/disconnect.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/social_core/pipeline/__pycache__/disconnect.cpython-310.pyc
/usr/lib/python3.10/site-packages/social_core/pipeline/__pycache__/mail.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/social_core/pipeline/__pycache__/mail.cpython-310.pyc
/usr/lib/python3.10/site-packages/social_core/pipeline/__pycache__/partial.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/social_core/pipeline/__pycache__/partial.cpython-310.pyc
/usr/lib/python3.10/site-packages/social_core/pipeline/__pycache__/social_auth.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/social_core/pipeline/__pycache__/social_auth.cpython-310.pyc
/usr/lib/python3.10/site-packages/social_core/pipeline/__pycache__/user.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/social_core/pipeline/__pycache__/user.cpython-310.pyc
/usr/lib/python3.10/site-packages/social_core/pipeline/__pycache__/utils.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/social_core/pipeline/__pycache__/utils.cpython-310.pyc
/usr/lib/python3.10/site-packages/social_core/pipeline/debug.py
/usr/lib/python3.10/site-packages/social_core/pipeline/disconnect.py
/usr/lib/python3.10/site-packages/social_core/pipeline/mail.py
/usr/lib/python3.10/site-packages/social_core/pipeline/partial.py
/usr/lib/python3.10/site-packages/social_core/pipeline/social_auth.py
/usr/lib/python3.10/site-packages/social_core/pipeline/user.py
/usr/lib/python3.10/site-packages/social_core/pipeline/utils.py
/usr/lib/python3.10/site-packages/social_core/storage.py
/usr/lib/python3.10/site-packages/social_core/store.py
/usr/lib/python3.10/site-packages/social_core/strategy.py
/usr/lib/python3.10/site-packages/social_core/utils.py
/usr/share/doc/python3-social-auth-core
/usr/share/doc/python3-social-auth-core/CHANGELOG.md
/usr/share/doc/python3-social-auth-core/README.md
/usr/share/licenses/python3-social-auth-core
/usr/share/licenses/python3-social-auth-core/LICENSE

References

Summary

In this tutorial we learn how to install python3-social-auth-core on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).