Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created March 11, 2019 15:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ryantm/678fbf87d16d12d219538a896b07f6a7 to your computer and use it in GitHub Desktop.
Save ryantm/678fbf87d16d12d219538a896b07f6a7 to your computer and use it in GitHub Desktop.
/nix/store/nkps5948bdw6y1sczhgb59z0h10ibvjd-python3.7-django-allauth-0.38.0
├── lib
│   └── python3.7
│   └── site-packages
│   ├── allauth
│   │   ├── account
│   │   │   ├── adapter.py
│   │   │   ├── admin.py
│   │   │   ├── app_settings.py
│   │   │   ├── apps.py
│   │   │   ├── auth_backends.py
│   │   │   ├── decorators.py
│   │   │   ├── forms.py
│   │   │   ├── __init__.py
│   │   │   ├── management
│   │   │   │   ├── commands
│   │   │   │   │   ├── account_unsetmultipleprimaryemails.py
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── __pycache__
│   │   │   │   │   ├── account_unsetmultipleprimaryemails.cpython-37.pyc
│   │   │   │   │   └── __init__.cpython-37.pyc
│   │   │   │   ├── __init__.py
│   │   │   │   └── __pycache__
│   │   │   │   └── __init__.cpython-37.pyc
│   │   │   ├── managers.py
│   │   │   ├── migrations
│   │   │   │   ├── 0001_initial.py
│   │   │   │   ├── 0002_email_max_length.py
│   │   │   │   ├── __init__.py
│   │   │   │   └── __pycache__
│   │   │   │   ├── 0001_initial.cpython-37.pyc
│   │   │   │   ├── 0002_email_max_length.cpython-37.pyc
│   │   │   │   └── __init__.cpython-37.pyc
│   │   │   ├── models.py
│   │   │   ├── __pycache__
│   │   │   │   ├── adapter.cpython-37.pyc
│   │   │   │   ├── admin.cpython-37.pyc
│   │   │   │   ├── apps.cpython-37.pyc
│   │   │   │   ├── app_settings.cpython-37.pyc
│   │   │   │   ├── auth_backends.cpython-37.pyc
│   │   │   │   ├── decorators.cpython-37.pyc
│   │   │   │   ├── forms.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── managers.cpython-37.pyc
│   │   │   │   ├── models.cpython-37.pyc
│   │   │   │   ├── signals.cpython-37.pyc
│   │   │   │   ├── tests.cpython-37.pyc
│   │   │   │   ├── urls.cpython-37.pyc
│   │   │   │   ├── utils.cpython-37.pyc
│   │   │   │   └── views.cpython-37.pyc
│   │   │   ├── signals.py
│   │   │   ├── templatetags
│   │   │   │   ├── account.py
│   │   │   │   ├── __init__.py
│   │   │   │   └── __pycache__
│   │   │   │   ├── account.cpython-37.pyc
│   │   │   │   └── __init__.cpython-37.pyc
│   │   │   ├── tests.py
│   │   │   ├── urls.py
│   │   │   ├── utils.py
│   │   │   └── views.py
│   │   ├── app_settings.py
│   │   ├── compat.py
│   │   ├── exceptions.py
│   │   ├── __init__.py
│   │   ├── locale
│   │   │   ├── ar
│   │   │   │   └── LC_MESSAGES
│   │   │   │   └── django.po
│   │   │   ├── cs
│   │   │   │   └── LC_MESSAGES
│   │   │   │   └── django.po
│   │   │   ├── da
│   │   │   │   └── LC_MESSAGES
│   │   │   │   └── django.po
│   │   │   ├── de
│   │   │   │   └── LC_MESSAGES
│   │   │   │   └── django.po
│   │   │   ├── el
│   │   │   │   └── LC_MESSAGES
│   │   │   │   └── django.po
│   │   │   ├── en
│   │   │   │   └── LC_MESSAGES
│   │   │   │   └── django.po
│   │   │   ├── es
│   │   │   │   └── LC_MESSAGES
│   │   │   │   └── django.po
│   │   │   ├── eu
│   │   │   │   └── LC_MESSAGES
│   │   │   │   └── django.po
│   │   │   ├── fa
│   │   │   │   └── LC_MESSAGES
│   │   │   │   └── django.po
│   │   │   ├── fi
│   │   │   │   └── LC_MESSAGES
│   │   │   │   └── django.po
│   │   │   ├── fr
│   │   │   │   └── LC_MESSAGES
│   │   │   │   └── django.po
│   │   │   ├── he
│   │   │   │   └── LC_MESSAGES
│   │   │   │   └── django.po
│   │   │   ├── hr
│   │   │   │   └── LC_MESSAGES
│   │   │   │   └── django.po
│   │   │   ├── hu
│   │   │   │   └── LC_MESSAGES
│   │   │   │   └── django.po
│   │   │   ├── it
│   │   │   │   └── LC_MESSAGES
│   │   │   │   └── django.po
│   │   │   ├── ja
│   │   │   │   └── LC_MESSAGES
│   │   │   │   └── django.po
│   │   │   ├── ko
│   │   │   │   └── LC_MESSAGES
│   │   │   │   └── django.po
│   │   │   ├── ky
│   │   │   │   └── LC_MESSAGES
│   │   │   │   └── django.po
│   │   │   ├── lt
│   │   │   │   └── LC_MESSAGES
│   │   │   │   └── django.po
│   │   │   ├── lv
│   │   │   │   └── LC_MESSAGES
│   │   │   │   └── django.po
│   │   │   ├── nl
│   │   │   │   └── LC_MESSAGES
│   │   │   │   └── django.po
│   │   │   ├── no
│   │   │   │   └── LC_MESSAGES
│   │   │   │   └── django.po
│   │   │   ├── pl
│   │   │   │   └── LC_MESSAGES
│   │   │   │   └── django.po
│   │   │   ├── pt_BR
│   │   │   │   └── LC_MESSAGES
│   │   │   │   └── django.po
│   │   │   ├── pt_PT
│   │   │   │   └── LC_MESSAGES
│   │   │   │   └── django.po
│   │   │   ├── ru
│   │   │   │   └── LC_MESSAGES
│   │   │   │   └── django.po
│   │   │   ├── sk
│   │   │   │   └── LC_MESSAGES
│   │   │   │   └── django.po
│   │   │   ├── sv
│   │   │   │   └── LC_MESSAGES
│   │   │   │   └── django.po
│   │   │   ├── th
│   │   │   │   └── LC_MESSAGES
│   │   │   │   └── django.po
│   │   │   ├── tr
│   │   │   │   └── LC_MESSAGES
│   │   │   │   └── django.po
│   │   │   ├── uk
│   │   │   │   └── LC_MESSAGES
│   │   │   │   └── django.po
│   │   │   ├── zh_CN
│   │   │   │   └── LC_MESSAGES
│   │   │   │   └── django.po
│   │   │   ├── zh_Hans
│   │   │   │   └── LC_MESSAGES
│   │   │   │   └── django.po
│   │   │   ├── zh_Hant
│   │   │   │   └── LC_MESSAGES
│   │   │   │   └── django.po
│   │   │   └── zh_TW
│   │   │   └── LC_MESSAGES
│   │   │   └── django.po
│   │   ├── models.py
│   │   ├── __pycache__
│   │   │   ├── app_settings.cpython-37.pyc
│   │   │   ├── compat.cpython-37.pyc
│   │   │   ├── exceptions.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── models.cpython-37.pyc
│   │   │   ├── tests.cpython-37.pyc
│   │   │   ├── urls.cpython-37.pyc
│   │   │   └── utils.cpython-37.pyc
│   │   ├── socialaccount
│   │   │   ├── adapter.py
│   │   │   ├── admin.py
│   │   │   ├── app_settings.py
│   │   │   ├── apps.py
│   │   │   ├── fields.py
│   │   │   ├── forms.py
│   │   │   ├── helpers.py
│   │   │   ├── __init__.py
│   │   │   ├── migrations
│   │   │   │   ├── 0001_initial.py
│   │   │   │   ├── 0002_token_max_lengths.py
│   │   │   │   ├── 0003_extra_data_default_dict.py
│   │   │   │   ├── __init__.py
│   │   │   │   └── __pycache__
│   │   │   │   ├── 0001_initial.cpython-37.pyc
│   │   │   │   ├── 0002_token_max_lengths.cpython-37.pyc
│   │   │   │   ├── 0003_extra_data_default_dict.cpython-37.pyc
│   │   │   │   └── __init__.cpython-37.pyc
│   │   │   ├── models.py
│   │   │   ├── providers
│   │   │   │   ├── agave
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── provider.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   │   ├── provider.cpython-37.pyc
│   │   │   │   │   │   ├── tests.cpython-37.pyc
│   │   │   │   │   │   ├── urls.cpython-37.pyc
│   │   │   │   │   │   └── views.cpython-37.pyc
│   │   │   │   │   ├── tests.py
│   │   │   │   │   ├── urls.py
│   │   │   │   │   └── views.py
│   │   │   │   ├── amazon
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── provider.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   │   ├── provider.cpython-37.pyc
│   │   │   │   │   │   ├── tests.cpython-37.pyc
│   │   │   │   │   │   ├── urls.cpython-37.pyc
│   │   │   │   │   │   └── views.cpython-37.pyc
│   │   │   │   │   ├── tests.py
│   │   │   │   │   ├── urls.py
│   │   │   │   │   └── views.py
│   │   │   │   ├── angellist
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── provider.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   │   ├── provider.cpython-37.pyc
│   │   │   │   │   │   ├── tests.cpython-37.pyc
│   │   │   │   │   │   ├── urls.cpython-37.pyc
│   │   │   │   │   │   └── views.cpython-37.pyc
│   │   │   │   │   ├── tests.py
│   │   │   │   │   ├── urls.py
│   │   │   │   │   └── views.py
│   │   │   │   ├── asana
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── models.py
│   │   │   │   │   ├── provider.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   │   ├── models.cpython-37.pyc
│   │   │   │   │   │   ├── provider.cpython-37.pyc
│   │   │   │   │   │   ├── tests.cpython-37.pyc
│   │   │   │   │   │   ├── urls.cpython-37.pyc
│   │   │   │   │   │   └── views.cpython-37.pyc
│   │   │   │   │   ├── tests.py
│   │   │   │   │   ├── urls.py
│   │   │   │   │   └── views.py
│   │   │   │   ├── auth0
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── provider.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   │   ├── provider.cpython-37.pyc
│   │   │   │   │   │   ├── tests.cpython-37.pyc
│   │   │   │   │   │   ├── urls.cpython-37.pyc
│   │   │   │   │   │   └── views.cpython-37.pyc
│   │   │   │   │   ├── tests.py
│   │   │   │   │   ├── urls.py
│   │   │   │   │   └── views.py
│   │   │   │   ├── authentiq
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── provider.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   │   ├── provider.cpython-37.pyc
│   │   │   │   │   │   ├── tests.cpython-37.pyc
│   │   │   │   │   │   ├── urls.cpython-37.pyc
│   │   │   │   │   │   └── views.cpython-37.pyc
│   │   │   │   │   ├── tests.py
│   │   │   │   │   ├── urls.py
│   │   │   │   │   └── views.py
│   │   │   │   ├── azure
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── models.py
│   │   │   │   │   ├── provider.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   │   ├── models.cpython-37.pyc
│   │   │   │   │   │   ├── provider.cpython-37.pyc
│   │   │   │   │   │   ├── tests.cpython-37.pyc
│   │   │   │   │   │   ├── urls.cpython-37.pyc
│   │   │   │   │   │   └── views.cpython-37.pyc
│   │   │   │   │   ├── tests.py
│   │   │   │   │   ├── urls.py
│   │   │   │   │   └── views.py
│   │   │   │   ├── baidu
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── provider.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   │   ├── provider.cpython-37.pyc
│   │   │   │   │   │   ├── tests.cpython-37.pyc
│   │   │   │   │   │   ├── urls.cpython-37.pyc
│   │   │   │   │   │   └── views.cpython-37.pyc
│   │   │   │   │   ├── tests.py
│   │   │   │   │   ├── urls.py
│   │   │   │   │   └── views.py
│   │   │   │   ├── basecamp
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── provider.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   │   ├── provider.cpython-37.pyc
│   │   │   │   │   │   ├── tests.cpython-37.pyc
│   │   │   │   │   │   ├── urls.cpython-37.pyc
│   │   │   │   │   │   └── views.cpython-37.pyc
│   │   │   │   │   ├── tests.py
│   │   │   │   │   ├── urls.py
│   │   │   │   │   └── views.py
│   │   │   │   ├── base.py
│   │   │   │   ├── battlenet
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── models.py
│   │   │   │   │   ├── provider.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   │   ├── models.cpython-37.pyc
│   │   │   │   │   │   ├── provider.cpython-37.pyc
│   │   │   │   │   │   ├── tests.cpython-37.pyc
│   │   │   │   │   │   ├── urls.cpython-37.pyc
│   │   │   │   │   │   ├── validators.cpython-37.pyc
│   │   │   │   │   │   └── views.cpython-37.pyc
│   │   │   │   │   ├── tests.py
│   │   │   │   │   ├── urls.py
│   │   │   │   │   ├── validators.py
│   │   │   │   │   └── views.py
│   │   │   │   ├── bitbucket
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── provider.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   │   ├── provider.cpython-37.pyc
│   │   │   │   │   │   ├── tests.cpython-37.pyc
│   │   │   │   │   │   ├── urls.cpython-37.pyc
│   │   │   │   │   │   └── views.cpython-37.pyc
│   │   │   │   │   ├── tests.py
│   │   │   │   │   ├── urls.py
│   │   │   │   │   └── views.py
│   │   │   │   ├── bitbucket_oauth2
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── provider.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   │   ├── provider.cpython-37.pyc
│   │   │   │   │   │   ├── tests.cpython-37.pyc
│   │   │   │   │   │   ├── urls.cpython-37.pyc
│   │   │   │   │   │   └── views.cpython-37.pyc
│   │   │   │   │   ├── tests.py
│   │   │   │   │   ├── urls.py
│   │   │   │   │   └── views.py
│   │   │   │   ├── bitly
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── provider.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   │   ├── provider.cpython-37.pyc
│   │   │   │   │   │   ├── tests.cpython-37.pyc
│   │   │   │   │   │   ├── urls.cpython-37.pyc
│   │   │   │   │   │   └── views.cpython-37.pyc
│   │   │   │   │   ├── tests.py
│   │   │   │   │   ├── urls.py
│   │   │   │   │   └── views.py
│   │   │   │   ├── box
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── provider.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   │   ├── provider.cpython-37.pyc
│   │   │   │   │   │   ├── tests.cpython-37.pyc
│   │   │   │   │   │   ├── urls.cpython-37.pyc
│   │   │   │   │   │   └── views.cpython-37.pyc
│   │   │   │   │   ├── tests.py
│   │   │   │   │   ├── urls.py
│   │   │   │   │   └── views.py
│   │   │   │   ├── cern
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── provider.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   │   ├── provider.cpython-37.pyc
│   │   │   │   │   │   ├── tests.cpython-37.pyc
│   │   │   │   │   │   ├── urls.cpython-37.pyc
│   │   │   │   │   │   └── views.cpython-37.pyc
│   │   │   │   │   ├── tests.py
│   │   │   │   │   ├── urls.py
│   │   │   │   │   └── views.py
│   │   │   │   ├── coinbase
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── provider.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   │   ├── provider.cpython-37.pyc
│   │   │   │   │   │   ├── tests.cpython-37.pyc
│   │   │   │   │   │   ├── urls.cpython-37.pyc
│   │   │   │   │   │   └── views.cpython-37.pyc
│   │   │   │   │   ├── tests.py
│   │   │   │   │   ├── urls.py
│   │   │   │   │   └── views.py
│   │   │   │   ├── dataporten
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── models.py
│   │   │   │   │   ├── provider.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   │   ├── models.cpython-37.pyc
│   │   │   │   │   │   ├── provider.cpython-37.pyc
│   │   │   │   │   │   ├── tests.cpython-37.pyc
│   │   │   │   │   │   ├── urls.cpython-37.pyc
│   │   │   │   │   │   └── views.cpython-37.pyc
│   │   │   │   │   ├── tests.py
│   │   │   │   │   ├── urls.py
│   │   │   │   │   └── views.py
│   │   │   │   ├── daum
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── models.py
│   │   │   │   │   ├── provider.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   │   ├── models.cpython-37.pyc
│   │   │   │   │   │   ├── provider.cpython-37.pyc
│   │   │   │   │   │   ├── tests.cpython-37.pyc
│   │   │   │   │   │   ├── urls.cpython-37.pyc
│   │   │   │   │   │   └── views.cpython-37.pyc
│   │   │   │   │   ├── tests.py
│   │   │   │   │   ├── urls.py
│   │   │   │   │   └── views.py
│   │   │   │   ├── digitalocean
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── provider.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   │   ├── provider.cpython-37.pyc
│   │   │   │   │   │   ├── tests.cpython-37.pyc
│   │   │   │   │   │   ├── urls.cpython-37.pyc
│   │   │   │   │   │   └── views.cpython-37.pyc
│   │   │   │   │   ├── tests.py
│   │   │   │   │   ├── urls.py
│   │   │   │   │   └── views.py
│   │   │   │   ├── discord
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── provider.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   │   ├── provider.cpython-37.pyc
│   │   │   │   │   │   ├── tests.cpython-37.pyc
│   │   │   │   │   │   ├── urls.cpython-37.pyc
│   │   │   │   │   │   └── views.cpython-37.pyc
│   │   │   │   │   ├── tests.py
│   │   │   │   │   ├── urls.py
│   │   │   │   │   └── views.py
│   │   │   │   ├── disqus
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── provider.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   │   ├── provider.cpython-37.pyc
│   │   │   │   │   │   ├── tests.cpython-37.pyc
│   │   │   │   │   │   ├── urls.cpython-37.pyc
│   │   │   │   │   │   └── views.cpython-37.pyc
│   │   │   │   │   ├── tests.py
│   │   │   │   │   ├── urls.py
│   │   │   │   │   └── views.py
│   │   │   │   ├── douban
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── provider.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   │   ├── provider.cpython-37.pyc
│   │   │   │   │   │   ├── tests.cpython-37.pyc
│   │   │   │   │   │   ├── urls.cpython-37.pyc
│   │   │   │   │   │   └── views.cpython-37.pyc
│   │   │   │   │   ├── tests.py
│   │   │   │   │   ├── urls.py
│   │   │   │   │   └── views.py
│   │   │   │   ├── doximity
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── provider.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   │   ├── provider.cpython-37.pyc
│   │   │   │   │   │   ├── tests.cpython-37.pyc
│   │   │   │   │   │   ├── urls.cpython-37.pyc
│   │   │   │   │   │   └── views.cpython-37.pyc
│   │   │   │   │   ├── tests.py
│   │   │   │   │   ├── urls.py
│   │   │   │   │   └── views.py
│   │   │   │   ├── draugiem
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── provider.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   │   ├── provider.cpython-37.pyc
│   │   │   │   │   │   ├── tests.cpython-37.pyc
│   │   │   │   │   │   ├── urls.cpython-37.pyc
│   │   │   │   │   │   └── views.cpython-37.pyc
│   │   │   │   │   ├── tests.py
│   │   │   │   │   ├── urls.py
│   │   │   │   │   └── views.py
│   │   │   │   ├── dropbox
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── provider.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   │   ├── provider.cpython-37.pyc
│   │   │   │   │   │   ├── tests.cpython-37.pyc
│   │   │   │   │   │   ├── urls.cpython-37.pyc
│   │   │   │   │   │   └── views.cpython-37.pyc
│   │   │   │   │   ├── tests.py
│   │   │   │   │   ├── urls.py
│   │   │   │   │   └── views.py
│   │   │   │   ├── dwolla
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── models.py
│   │   │   │   │   ├── provider.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   │   ├── models.cpython-37.pyc
│   │   │   │   │   │   ├── provider.cpython-37.pyc
│   │   │   │   │   │   ├── test.cpython-37.pyc
│   │   │   │   │   │   ├── urls.cpython-37.pyc
│   │   │   │   │   │   └── views.cpython-37.pyc
│   │   │   │   │   ├── test.py
│   │   │   │   │   ├── urls.py
│   │   │   │   │   └── views.py
│   │   │   │   ├── edmodo
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── provider.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   │   ├── provider.cpython-37.pyc
│   │   │   │   │   │   ├── tests.cpython-37.pyc
│   │   │   │   │   │   ├── urls.cpython-37.pyc
│   │   │   │   │   │   └── views.cpython-37.pyc
│   │   │   │   │   ├── tests.py
│   │   │   │   │   ├── urls.py
│   │   │   │   │   └── views.py
│   │   │   │   ├── eventbrite
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── provider.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   │   ├── provider.cpython-37.pyc
│   │   │   │   │   │   ├── tests.cpython-37.pyc
│   │   │   │   │   │   ├── urls.cpython-37.pyc
│   │   │   │   │   │   └── views.cpython-37.pyc
│   │   │   │   │   ├── tests.py
│   │   │   │   │   ├── urls.py
│   │   │   │   │   └── views.py
│   │   │   │   ├── eveonline
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── provider.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   │   ├── provider.cpython-37.pyc
│   │   │   │   │   │   ├── tests.cpython-37.pyc
│   │   │   │   │   │   ├── urls.cpython-37.pyc
│   │   │   │   │   │   └── views.cpython-37.pyc
│   │   │   │   │   ├── tests.py
│   │   │   │   │   ├── urls.py
│   │   │   │   │   └── views.py
│   │   │   │   ├── evernote
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── provider.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   │   ├── provider.cpython-37.pyc
│   │   │   │   │   │   ├── tests.cpython-37.pyc
│   │   │   │   │   │   ├── urls.cpython-37.pyc
│   │   │   │   │   │   └── views.cpython-37.pyc
│   │   │   │   │   ├── tests.py
│   │   │   │   │   ├── urls.py
│   │   │   │   │   └── views.py
│   │   │   │   ├── facebook
│   │   │   │   │   ├── data
│   │   │   │   │   │   └── FacebookLocales.xml
│   │   │   │   │   ├── forms.py
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── locale.py
│   │   │   │   │   ├── provider.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   ├── forms.cpython-37.pyc
│   │   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   │   ├── locale.cpython-37.pyc
│   │   │   │   │   │   ├── provider.cpython-37.pyc
│   │   │   │   │   │   ├── tests.cpython-37.pyc
│   │   │   │   │   │   ├── urls.cpython-37.pyc
│   │   │   │   │   │   └── views.cpython-37.pyc
│   │   │   │   │   ├── static
│   │   │   │   │   │   └── facebook
│   │   │   │   │   │   └── js
│   │   │   │   │   │   └── fbconnect.js
│   │   │   │   │   ├── templates
│   │   │   │   │   │   └── facebook
│   │   │   │   │   │   └── fbconnect.html
│   │   │   │   │   ├── tests.py
│   │   │   │   │   ├── urls.py
│   │   │   │   │   └── views.py
│   │   │   │   ├── feedly
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── provider.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   │   ├── provider.cpython-37.pyc
│   │   │   │   │   │   ├── tests.cpython-37.pyc
│   │   │   │   │   │   ├── urls.cpython-37.pyc
│   │   │   │   │   │   └── views.cpython-37.pyc
│   │   │   │   │   ├── tests.py
│   │   │   │   │   ├── urls.py
│   │   │   │   │   └── views.py
│   │   │   │   ├── fivehundredpx
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── models.py
│   │   │   │   │   ├── provider.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   │   ├── models.cpython-37.pyc
│   │   │   │   │   │   ├── provider.cpython-37.pyc
│   │   │   │   │   │   ├── tests.cpython-37.pyc
│   │   │   │   │   │   ├── urls.cpython-37.pyc
│   │   │   │   │   │   └── views.cpython-37.pyc
│   │   │   │   │   ├── tests.py
│   │   │   │   │   ├── urls.py
│   │   │   │   │   └── views.py
│   │   │   │   ├── flickr
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── provider.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   │   ├── provider.cpython-37.pyc
│   │   │   │   │   │   ├── tests.cpython-37.pyc
│   │   │   │   │   │   ├── urls.cpython-37.pyc
│   │   │   │   │   │   └── views.cpython-37.pyc
│   │   │   │   │   ├── tests.py
│   │   │   │   │   ├── urls.py
│   │   │   │   │   └── views.py
│   │   │   │   ├── foursquare
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── provider.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   │   ├── provider.cpython-37.pyc
│   │   │   │   │   │   ├── tests.cpython-37.pyc
│   │   │   │   │   │   ├── urls.cpython-37.pyc
│   │   │   │   │   │   └── views.cpython-37.pyc
│   │   │   │   │   ├── tests.py
│   │   │   │   │   ├── urls.py
│   │   │   │   │   └── views.py
│   │   │   │   ├── fxa
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── models.py
│   │   │   │   │   ├── provider.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   │   ├── models.cpython-37.pyc
│   │   │   │   │   │   ├── provider.cpython-37.pyc
│   │   │   │   │   │   ├── tests.cpython-37.pyc
│   │   │   │   │   │   ├── urls.cpython-37.pyc
│   │   │   │   │   │   └── views.cpython-37.pyc
│   │   │   │   │   ├── tests.py
│   │   │   │   │   ├── urls.py
│   │   │   │   │   └── views.py
│   │   │   │   ├── github
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── provider.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   │   ├── provider.cpython-37.pyc
│   │   │   │   │   │   ├── tests.cpython-37.pyc
│   │   │   │   │   │   ├── urls.cpython-37.pyc
│   │   │   │   │   │   └── views.cpython-37.pyc
│   │   │   │   │   ├── tests.py
│   │   │   │   │   ├── urls.py
│   │   │   │   │   └── views.py
│   │   │   │   ├── gitlab
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── provider.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   │   ├── provider.cpython-37.pyc
│   │   │   │   │   │   ├── tests.cpython-37.pyc
│   │   │   │   │   │   ├── urls.cpython-37.pyc
│   │   │   │   │   │   └── views.cpython-37.pyc
│   │   │   │   │   ├── tests.py
│   │   │   │   │   ├── urls.py
│   │   │   │   │   └── views.py
│   │   │   │   ├── globus
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── provider.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   │   ├── provider.cpython-37.pyc
│   │   │   │   │   │   ├── tests.cpython-37.pyc
│   │   │   │   │   │   ├── urls.cpython-37.pyc
│   │   │   │   │   │   └── views.cpython-37.pyc
│   │   │   │   │   ├── tests.py
│   │   │   │   │   ├── urls.py
│   │   │   │   │   └── views.py
│   │   │   │   ├── google
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── provider.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   │   ├── provider.cpython-37.pyc
│   │   │   │   │   │   ├── tests.cpython-37.pyc
│   │   │   │   │   │   ├── urls.cpython-37.pyc
│   │   │   │   │   │   └── views.cpython-37.pyc
│   │   │   │   │   ├── tests.py
│   │   │   │   │   ├── urls.py
│   │   │   │   │   └── views.py
│   │   │   │   ├── hubic
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── provider.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   │   ├── provider.cpython-37.pyc
│   │   │   │   │   │   ├── tests.cpython-37.pyc
│   │   │   │   │   │   ├── urls.cpython-37.pyc
│   │   │   │   │   │   └── views.cpython-37.pyc
│   │   │   │   │   ├── tests.py
│   │   │   │   │   ├── urls.py
│   │   │   │   │   └── views.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── instagram
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── provider.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   │   ├── provider.cpython-37.pyc
│   │   │   │   │   │   ├── tests.cpython-37.pyc
│   │   │   │   │   │   ├── urls.cpython-37.pyc
│   │   │   │   │   │   └── views.cpython-37.pyc
│   │   │   │   │   ├── tests.py
│   │   │   │   │   ├── urls.py
│   │   │   │   │   └── views.py
│   │   │   │   ├── kakao
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── models.py
│   │   │   │   │   ├── provider.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   │   ├── models.cpython-37.pyc
│   │   │   │   │   │   ├── provider.cpython-37.pyc
│   │   │   │   │   │   ├── tests.cpython-37.pyc
│   │   │   │   │   │   ├── urls.cpython-37.pyc
│   │   │   │   │   │   └── views.cpython-37.pyc
│   │   │   │   │   ├── tests.py
│   │   │   │   │   ├── urls.py
│   │   │   │   │   └── views.py
│   │   │   │   ├── line
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── models.py
│   │   │   │   │   ├── provider.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   │   ├── models.cpython-37.pyc
│   │   │   │   │   │   ├── provider.cpython-37.pyc
│   │   │   │   │   │   ├── tests.cpython-37.pyc
│   │   │   │   │   │   ├── urls.cpython-37.pyc
│   │   │   │   │   │   └── views.cpython-37.pyc
│   │   │   │   │   ├── tests.py
│   │   │   │   │   ├── urls.py
│   │   │   │   │   └── views.py
│   │   │   │   ├── linkedin
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── provider.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   │   ├── provider.cpython-37.pyc
│   │   │   │   │   │   ├── tests.cpython-37.pyc
│   │   │   │   │   │   ├── urls.cpython-37.pyc
│   │   │   │   │   │   └── views.cpython-37.pyc
│   │   │   │   │   ├── tests.py
│   │   │   │   │   ├── urls.py
│   │   │   │   │   └── views.py
│   │   │   │   ├── linkedin_oauth2
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── provider.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   │   ├── provider.cpython-37.pyc
│   │   │   │   │   │   ├── tests.cpython-37.pyc
│   │   │   │   │   │   ├── urls.cpython-37.pyc
│   │   │   │   │   │   └── views.cpython-37.pyc
│   │   │   │   │   ├── tests.py
│   │   │   │   │   ├── urls.py
│   │   │   │   │   └── views.py
│   │   │   │   ├── mailchimp
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── provider.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   │   ├── provider.cpython-37.pyc
│   │   │   │   │   │   ├── tests.cpython-37.pyc
│   │   │   │   │   │   ├── urls.cpython-37.pyc
│   │   │   │   │   │   └── views.cpython-37.pyc
│   │   │   │   │   ├── tests.py
│   │   │   │   │   ├── urls.py
│   │   │   │   │   └── views.py
│   │   │   │   ├── mailru
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── provider.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   │   ├── provider.cpython-37.pyc
│   │   │   │   │   │   ├── tests.cpython-37.pyc
│   │   │   │   │   │   ├── urls.cpython-37.pyc
│   │   │   │   │   │   └── views.cpython-37.pyc
│   │   │   │   │   ├── tests.py
│   │   │   │   │   ├── urls.py
│   │   │   │   │   └── views.py
│   │   │   │   ├── meetup
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── models.py
│   │   │   │   │   ├── provider.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   │   ├── models.cpython-37.pyc
│   │   │   │   │   │   ├── provider.cpython-37.pyc
│   │   │   │   │   │   ├── tests.cpython-37.pyc
│   │   │   │   │   │   ├── urls.cpython-37.pyc
│   │   │   │   │   │   └── views.cpython-37.pyc
│   │   │   │   │   ├── tests.py
│   │   │   │   │   ├── urls.py
│   │   │   │   │   └── views.py
│   │   │   │   ├── microsoft
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── models.py
│   │   │   │   │   ├── provider.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   │   ├── models.cpython-37.pyc
│   │   │   │   │   │   ├── provider.cpython-37.pyc
│   │   │   │   │   │   ├── tests.cpython-37.pyc
│   │   │   │   │   │   ├── urls.cpython-37.pyc
│   │   │   │   │   │   └── views.cpython-37.pyc
│   │   │   │   │   ├── tests.py
│   │   │   │   │   ├── urls.py
│   │   │   │   │   └── views.py
│   │   │   │   ├── naver
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── models.py
│   │   │   │   │   ├── provider.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   │   ├── models.cpython-37.pyc
│   │   │   │   │   │   ├── provider.cpython-37.pyc
│   │   │   │   │   │   ├── tests.cpython-37.pyc
│   │   │   │   │   │   ├── urls.cpython-37.pyc
│   │   │   │   │   │   └── views.cpython-37.pyc
│   │   │   │   │   ├── tests.py
│   │   │   │   │   ├── urls.py
│   │   │   │   │   └── views.py
│   │   │   │   ├── oauth
│   │   │   │   │   ├── client.py
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── provider.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   ├── client.cpython-37.pyc
│   │   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   │   ├── provider.cpython-37.pyc
│   │   │   │   │   │   ├── urls.cpython-37.pyc
│   │   │   │   │   │   └── views.cpython-37.pyc
│   │   │   │   │   ├── urls.py
│   │   │   │   │   └── views.py
│   │   │   │   ├── oauth2
│   │   │   │   │   ├── client.py
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── provider.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   ├── client.cpython-37.pyc
│   │   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   │   ├── provider.cpython-37.pyc
│   │   │   │   │   │   ├── urls.cpython-37.pyc
│   │   │   │   │   │   └── views.cpython-37.pyc
│   │   │   │   │   ├── urls.py
│   │   │   │   │   └── views.py
│   │   │   │   ├── odnoklassniki
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── provider.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   │   ├── provider.cpython-37.pyc
│   │   │   │   │   │   ├── tests.cpython-37.pyc
│   │   │   │   │   │   ├── urls.cpython-37.pyc
│   │   │   │   │   │   └── views.cpython-37.pyc
│   │   │   │   │   ├── tests.py
│   │   │   │   │   ├── urls.py
│   │   │   │   │   └── views.py
│   │   │   │   ├── openid
│   │   │   │   │   ├── admin.py
│   │   │   │   │   ├── forms.py
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── migrations
│   │   │   │   │   │   ├── 0001_initial.py
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   └── __pycache__
│   │   │   │   │   │   ├── 0001_initial.cpython-37.pyc
│   │   │   │   │   │   └── __init__.cpython-37.pyc
│   │   │   │   │   ├── models.py
│   │   │   │   │   ├── provider.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   ├── admin.cpython-37.pyc
│   │   │   │   │   │   ├── forms.cpython-37.pyc
│   │   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   │   ├── models.cpython-37.pyc
│   │   │   │   │   │   ├── provider.cpython-37.pyc
│   │   │   │   │   │   ├── tests.cpython-37.pyc
│   │   │   │   │   │   ├── urls.cpython-37.pyc
│   │   │   │   │   │   ├── utils.cpython-37.pyc
│   │   │   │   │   │   └── views.cpython-37.pyc
│   │   │   │   │   ├── tests.py
│   │   │   │   │   ├── urls.py
│   │   │   │   │   ├── utils.py
│   │   │   │   │   └── views.py
│   │   │   │   ├── orcid
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── provider.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   │   ├── provider.cpython-37.pyc
│   │   │   │   │   │   ├── tests.cpython-37.pyc
│   │   │   │   │   │   ├── urls.cpython-37.pyc
│   │   │   │   │   │   └── views.cpython-37.pyc
│   │   │   │   │   ├── tests.py
│   │   │   │   │   ├── urls.py
│   │   │   │   │   └── views.py
│   │   │   │   ├── patreon
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── models.py
│   │   │   │   │   ├── provider.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   │   ├── models.cpython-37.pyc
│   │   │   │   │   │   ├── provider.cpython-37.pyc
│   │   │   │   │   │   ├── test.cpython-37.pyc
│   │   │   │   │   │   ├── urls.cpython-37.pyc
│   │   │   │   │   │   └── views.cpython-37.pyc
│   │   │   │   │   ├── test.py
│   │   │   │   │   ├── urls.py
│   │   │   │   │   └── views.py
│   │   │   │   ├── paypal
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── provider.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   │   ├── provider.cpython-37.pyc
│   │   │   │   │   │   ├── tests.cpython-37.pyc
│   │   │   │   │   │   ├── urls.cpython-37.pyc
│   │   │   │   │   │   └── views.cpython-37.pyc
│   │   │   │   │   ├── tests.py
│   │   │   │   │   ├── urls.py
│   │   │   │   │   └── views.py
│   │   │   │   ├── persona
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── models.py
│   │   │   │   │   ├── provider.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   │   ├── models.cpython-37.pyc
│   │   │   │   │   │   ├── provider.cpython-37.pyc
│   │   │   │   │   │   ├── tests.cpython-37.pyc
│   │   │   │   │   │   ├── urls.cpython-37.pyc
│   │   │   │   │   │   └── views.cpython-37.pyc
│   │   │   │   │   ├── templates
│   │   │   │   │   │   └── persona
│   │   │   │   │   │   └── auth.html
│   │   │   │   │   ├── tests.py
│   │   │   │   │   ├── urls.py
│   │   │   │   │   └── views.py
│   │   │   │   ├── pinterest
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── provider.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   │   ├── provider.cpython-37.pyc
│   │   │   │   │   │   ├── tests.cpython-37.pyc
│   │   │   │   │   │   ├── urls.cpython-37.pyc
│   │   │   │   │   │   └── views.cpython-37.pyc
│   │   │   │   │   ├── tests.py
│   │   │   │   │   ├── urls.py
│   │   │   │   │   └── views.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── base.cpython-37.pyc
│   │   │   │   │   └── __init__.cpython-37.pyc
│   │   │   │   ├── quickbooks
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── models.py
│   │   │   │   │   ├── provider.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   │   ├── models.cpython-37.pyc
│   │   │   │   │   │   ├── provider.cpython-37.pyc
│   │   │   │   │   │   ├── test.cpython-37.pyc
│   │   │   │   │   │   ├── urls.cpython-37.pyc
│   │   │   │   │   │   └── views.cpython-37.pyc
│   │   │   │   │   ├── test.py
│   │   │   │   │   ├── urls.py
│   │   │   │   │   └── views.py
│   │   │   │   ├── reddit
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── provider.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   │   ├── provider.cpython-37.pyc
│   │   │   │   │   │   ├── tests.cpython-37.pyc
│   │   │   │   │   │   ├── urls.cpython-37.pyc
│   │   │   │   │   │   └── views.cpython-37.pyc
│   │   │   │   │   ├── tests.py
│   │   │   │   │   ├── urls.py
│   │   │   │   │   └── views.py
│   │   │   │   ├── robinhood
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── provider.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   │   ├── provider.cpython-37.pyc
│   │   │   │   │   │   ├── tests.cpython-37.pyc
│   │   │   │   │   │   ├── urls.cpython-37.pyc
│   │   │   │   │   │   └── views.cpython-37.pyc
│   │   │   │   │   ├── tests.py
│   │   │   │   │   ├── urls.py
│   │   │   │   │   └── views.py
│   │   │   │   ├── salesforce
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── provider.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   │   ├── provider.cpython-37.pyc
│   │   │   │   │   │   ├── tests.cpython-37.pyc
│   │   │   │   │   │   ├── urls.cpython-37.pyc
│   │   │   │   │   │   └── views.cpython-37.pyc
│   │   │   │   │   ├── tests.py
│   │   │   │   │   ├── urls.py
│   │   │   │   │   └── views.py
│   │   │   │   ├── shopify
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── provider.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   │   ├── provider.cpython-37.pyc
│   │   │   │   │   │   ├── tests.cpython-37.pyc
│   │   │   │   │   │   ├── urls.cpython-37.pyc
│   │   │   │   │   │   └── views.cpython-37.pyc
│   │   │   │   │   ├── tests.py
│   │   │   │   │   ├── urls.py
│   │   │   │   │   └── views.py
│   │   │   │   ├── slack
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── models.py
│   │   │   │   │   ├── provider.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   │   ├── models.cpython-37.pyc
│   │   │   │   │   │   ├── provider.cpython-37.pyc
│   │   │   │   │   │   ├── tests.cpython-37.pyc
│   │   │   │   │   │   ├── urls.cpython-37.pyc
│   │   │   │   │   │   └── views.cpython-37.pyc
│   │   │   │   │   ├── tests.py
│   │   │   │   │   ├── urls.py
│   │   │   │   │   └── views.py
│   │   │   │   ├── soundcloud
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── provider.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   │   ├── provider.cpython-37.pyc
│   │   │   │   │   │   ├── tests.cpython-37.pyc
│   │   │   │   │   │   ├── urls.cpython-37.pyc
│   │   │   │   │   │   └── views.cpython-37.pyc
│   │   │   │   │   ├── tests.py
│   │   │   │   │   ├── urls.py
│   │   │   │   │   └── views.py
│   │   │   │   ├── spotify
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── provider.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   │   ├── provider.cpython-37.pyc
│   │   │   │   │   │   ├── tests.cpython-37.pyc
│   │   │   │   │   │   ├── urls.cpython-37.pyc
│   │   │   │   │   │   └── views.cpython-37.pyc
│   │   │   │   │   ├── tests.py
│   │   │   │   │   ├── urls.py
│   │   │   │   │   └── views.py
│   │   │   │   ├── stackexchange
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── provider.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   │   ├── provider.cpython-37.pyc
│   │   │   │   │   │   ├── tests.cpython-37.pyc
│   │   │   │   │   │   ├── urls.cpython-37.pyc
│   │   │   │   │   │   └── views.cpython-37.pyc
│   │   │   │   │   ├── tests.py
│   │   │   │   │   ├── urls.py
│   │   │   │   │   └── views.py
│   │   │   │   ├── stripe
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── provider.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   │   ├── provider.cpython-37.pyc
│   │   │   │   │   │   ├── tests.cpython-37.pyc
│   │   │   │   │   │   ├── urls.cpython-37.pyc
│   │   │   │   │   │   └── views.cpython-37.pyc
│   │   │   │   │   ├── tests.py
│   │   │   │   │   ├── urls.py
│   │   │   │   │   └── views.py
│   │   │   │   ├── telegram
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── provider.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   │   ├── provider.cpython-37.pyc
│   │   │   │   │   │   ├── urls.cpython-37.pyc
│   │   │   │   │   │   └── views.cpython-37.pyc
│   │   │   │   │   ├── urls.py
│   │   │   │   │   └── views.py
│   │   │   │   ├── trello
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── provider.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   │   ├── provider.cpython-37.pyc
│   │   │   │   │   │   ├── tests.cpython-37.pyc
│   │   │   │   │   │   ├── urls.cpython-37.pyc
│   │   │   │   │   │   └── views.cpython-37.pyc
│   │   │   │   │   ├── tests.py
│   │   │   │   │   ├── urls.py
│   │   │   │   │   └── views.py
│   │   │   │   ├── tumblr
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── provider.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   │   ├── provider.cpython-37.pyc
│   │   │   │   │   │   ├── tests.cpython-37.pyc
│   │   │   │   │   │   ├── urls.cpython-37.pyc
│   │   │   │   │   │   └── views.cpython-37.pyc
│   │   │   │   │   ├── tests.py
│   │   │   │   │   ├── urls.py
│   │   │   │   │   └── views.py
│   │   │   │   ├── twentythreeandme
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── provider.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   │   ├── provider.cpython-37.pyc
│   │   │   │   │   │   ├── tests.cpython-37.pyc
│   │   │   │   │   │   ├── urls.cpython-37.pyc
│   │   │   │   │   │   └── views.cpython-37.pyc
│   │   │   │   │   ├── tests.py
│   │   │   │   │   ├── urls.py
│   │   │   │   │   └── views.py
│   │   │   │   ├── twitch
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── provider.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   │   ├── provider.cpython-37.pyc
│   │   │   │   │   │   ├── tests.cpython-37.pyc
│   │   │   │   │   │   ├── urls.cpython-37.pyc
│   │   │   │   │   │   └── views.cpython-37.pyc
│   │   │   │   │   ├── tests.py
│   │   │   │   │   ├── urls.py
│   │   │   │   │   └── views.py
│   │   │   │   ├── twitter
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── provider.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   │   ├── provider.cpython-37.pyc
│   │   │   │   │   │   ├── tests.cpython-37.pyc
│   │   │   │   │   │   ├── urls.cpython-37.pyc
│   │   │   │   │   │   └── views.cpython-37.pyc
│   │   │   │   │   ├── tests.py
│   │   │   │   │   ├── urls.py
│   │   │   │   │   └── views.py
│   │   │   │   ├── untappd
│   │   │   │   │   ├── client.py
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── provider.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   ├── client.cpython-37.pyc
│   │   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   │   ├── provider.cpython-37.pyc
│   │   │   │   │   │   ├── tests.cpython-37.pyc
│   │   │   │   │   │   ├── urls.cpython-37.pyc
│   │   │   │   │   │   └── views.cpython-37.pyc
│   │   │   │   │   ├── tests.py
│   │   │   │   │   ├── urls.py
│   │   │   │   │   └── views.py
│   │   │   │   ├── vimeo
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── provider.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   │   ├── provider.cpython-37.pyc
│   │   │   │   │   │   ├── tests.cpython-37.pyc
│   │   │   │   │   │   ├── urls.cpython-37.pyc
│   │   │   │   │   │   └── views.cpython-37.pyc
│   │   │   │   │   ├── tests.py
│   │   │   │   │   ├── urls.py
│   │   │   │   │   └── views.py
│   │   │   │   ├── vimeo_oauth2
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── models.py
│   │   │   │   │   ├── provider.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   │   ├── models.cpython-37.pyc
│   │   │   │   │   │   ├── provider.cpython-37.pyc
│   │   │   │   │   │   ├── test.cpython-37.pyc
│   │   │   │   │   │   ├── urls.cpython-37.pyc
│   │   │   │   │   │   └── views.cpython-37.pyc
│   │   │   │   │   ├── test.py
│   │   │   │   │   ├── urls.py
│   │   │   │   │   └── views.py
│   │   │   │   ├── vk
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── provider.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   │   ├── provider.cpython-37.pyc
│   │   │   │   │   │   ├── tests.cpython-37.pyc
│   │   │   │   │   │   ├── urls.cpython-37.pyc
│   │   │   │   │   │   └── views.cpython-37.pyc
│   │   │   │   │   ├── tests.py
│   │   │   │   │   ├── urls.py
│   │   │   │   │   └── views.py
│   │   │   │   ├── weibo
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── provider.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   │   ├── provider.cpython-37.pyc
│   │   │   │   │   │   ├── tests.cpython-37.pyc
│   │   │   │   │   │   ├── urls.cpython-37.pyc
│   │   │   │   │   │   └── views.cpython-37.pyc
│   │   │   │   │   ├── tests.py
│   │   │   │   │   ├── urls.py
│   │   │   │   │   └── views.py
│   │   │   │   ├── weixin
│   │   │   │   │   ├── client.py
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── provider.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   ├── client.cpython-37.pyc
│   │   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   │   ├── provider.cpython-37.pyc
│   │   │   │   │   │   ├── tests.cpython-37.pyc
│   │   │   │   │   │   ├── urls.cpython-37.pyc
│   │   │   │   │   │   └── views.cpython-37.pyc
│   │   │   │   │   ├── tests.py
│   │   │   │   │   ├── urls.py
│   │   │   │   │   └── views.py
│   │   │   │   ├── windowslive
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── provider.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   │   ├── provider.cpython-37.pyc
│   │   │   │   │   │   ├── tests.cpython-37.pyc
│   │   │   │   │   │   ├── urls.cpython-37.pyc
│   │   │   │   │   │   └── views.cpython-37.pyc
│   │   │   │   │   ├── tests.py
│   │   │   │   │   ├── urls.py
│   │   │   │   │   └── views.py
│   │   │   │   ├── xing
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── provider.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   │   ├── provider.cpython-37.pyc
│   │   │   │   │   │   ├── tests.cpython-37.pyc
│   │   │   │   │   │   ├── urls.cpython-37.pyc
│   │   │   │   │   │   └── views.cpython-37.pyc
│   │   │   │   │   ├── tests.py
│   │   │   │   │   ├── urls.py
│   │   │   │   │   └── views.py
│   │   │   │   └── yahoo
│   │   │   │   ├── __init__.py
│   │   │   │   ├── models.py
│   │   │   │   ├── provider.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── models.cpython-37.pyc
│   │   │   │   │   ├── provider.cpython-37.pyc
│   │   │   │   │   ├── tests.cpython-37.pyc
│   │   │   │   │   ├── urls.cpython-37.pyc
│   │   │   │   │   └── views.cpython-37.pyc
│   │   │   │   ├── tests.py
│   │   │   │   ├── urls.py
│   │   │   │   └── views.py
│   │   │   ├── __pycache__
│   │   │   │   ├── adapter.cpython-37.pyc
│   │   │   │   ├── admin.cpython-37.pyc
│   │   │   │   ├── apps.cpython-37.pyc
│   │   │   │   ├── app_settings.cpython-37.pyc
│   │   │   │   ├── fields.cpython-37.pyc
│   │   │   │   ├── forms.cpython-37.pyc
│   │   │   │   ├── helpers.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── models.cpython-37.pyc
│   │   │   │   ├── signals.cpython-37.pyc
│   │   │   │   ├── tests.cpython-37.pyc
│   │   │   │   ├── urls.cpython-37.pyc
│   │   │   │   └── views.cpython-37.pyc
│   │   │   ├── signals.py
│   │   │   ├── templatetags
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   └── socialaccount.cpython-37.pyc
│   │   │   │   └── socialaccount.py
│   │   │   ├── tests.py
│   │   │   ├── urls.py
│   │   │   └── views.py
│   │   ├── templates
│   │   │   ├── account
│   │   │   │   ├── account_inactive.html
│   │   │   │   ├── base.html
│   │   │   │   ├── email
│   │   │   │   │   ├── email_confirmation_message.txt
│   │   │   │   │   ├── email_confirmation_signup_message.txt
│   │   │   │   │   ├── email_confirmation_signup_subject.txt
│   │   │   │   │   ├── email_confirmation_subject.txt
│   │   │   │   │   ├── password_reset_key_message.txt
│   │   │   │   │   └── password_reset_key_subject.txt
│   │   │   │   ├── email_confirm.html
│   │   │   │   ├── email.html
│   │   │   │   ├── login.html
│   │   │   │   ├── logout.html
│   │   │   │   ├── messages
│   │   │   │   │   ├── cannot_delete_primary_email.txt
│   │   │   │   │   ├── email_confirmation_sent.txt
│   │   │   │   │   ├── email_confirmed.txt
│   │   │   │   │   ├── email_deleted.txt
│   │   │   │   │   ├── logged_in.txt
│   │   │   │   │   ├── logged_out.txt
│   │   │   │   │   ├── password_changed.txt
│   │   │   │   │   ├── password_set.txt
│   │   │   │   │   ├── primary_email_set.txt
│   │   │   │   │   └── unverified_primary_email.txt
│   │   │   │   ├── password_change.html
│   │   │   │   ├── password_reset_done.html
│   │   │   │   ├── password_reset_from_key_done.html
│   │   │   │   ├── password_reset_from_key.html
│   │   │   │   ├── password_reset.html
│   │   │   │   ├── password_set.html
│   │   │   │   ├── signup_closed.html
│   │   │   │   ├── signup.html
│   │   │   │   ├── snippets
│   │   │   │   │   └── already_logged_in.html
│   │   │   │   ├── verification_sent.html
│   │   │   │   └── verified_email_required.html
│   │   │   ├── base.html
│   │   │   ├── openid
│   │   │   │   ├── base.html
│   │   │   │   └── login.html
│   │   │   └── socialaccount
│   │   │   ├── authentication_error.html
│   │   │   ├── base.html
│   │   │   ├── connections.html
│   │   │   ├── login_cancelled.html
│   │   │   ├── messages
│   │   │   │   ├── account_connected_other.txt
│   │   │   │   ├── account_connected.txt
│   │   │   │   └── account_disconnected.txt
│   │   │   ├── signup.html
│   │   │   └── snippets
│   │   │   ├── login_extra.html
│   │   │   └── provider_list.html
│   │   ├── tests.py
│   │   ├── urls.py
│   │   └── utils.py
│   └── django_allauth-0.37.1.dist-info
│   ├── AUTHORS
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
285 directories, 1105 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment