Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created October 28, 2020 14:29
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 r-ryantm/67abab891732105cdd0d4d6f970c9c15 to your computer and use it in GitHub Desktop.
Save r-ryantm/67abab891732105cdd0d4d6f970c9c15 to your computer and use it in GitHub Desktop.
/nix/store/rywcqy7q55dlinb4qf6wq2ypcnz520ly-python3.7-oauthenticator-0.12.0
├── lib
│   └── python3.7
│   └── site-packages
│   ├── oauthenticator
│   │   ├── auth0.py
│   │   ├── awscognito.py
│   │   ├── azureadb2c.py
│   │   ├── azuread.py
│   │   ├── bitbucket.py
│   │   ├── cilogon.py
│   │   ├── common.py
│   │   ├── generic.py
│   │   ├── github.py
│   │   ├── gitlab.py
│   │   ├── globus.py
│   │   ├── google.py
│   │   ├── __init__.py
│   │   ├── mediawiki.py
│   │   ├── oauth2.py
│   │   ├── okpy.py
│   │   ├── openshift.py
│   │   ├── __pycache__
│   │   │   ├── auth0.cpython-37.pyc
│   │   │   ├── awscognito.cpython-37.pyc
│   │   │   ├── azureadb2c.cpython-37.pyc
│   │   │   ├── azuread.cpython-37.pyc
│   │   │   ├── bitbucket.cpython-37.pyc
│   │   │   ├── cilogon.cpython-37.pyc
│   │   │   ├── common.cpython-37.pyc
│   │   │   ├── generic.cpython-37.pyc
│   │   │   ├── github.cpython-37.pyc
│   │   │   ├── gitlab.cpython-37.pyc
│   │   │   ├── globus.cpython-37.pyc
│   │   │   ├── google.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── mediawiki.cpython-37.pyc
│   │   │   ├── oauth2.cpython-37.pyc
│   │   │   ├── okpy.cpython-37.pyc
│   │   │   ├── openshift.cpython-37.pyc
│   │   │   ├── traitlets.cpython-37.pyc
│   │   │   ├── _version.cpython-37.pyc
│   │   │   └── yandex.cpython-37.pyc
│   │   ├── traitlets.py
│   │   ├── _version.py
│   │   └── yandex.py
│   └── oauthenticator-0.12.0.dist-info
│   ├── direct_url.json
│   ├── entry_points.txt
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
7 directories, 49 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment