Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created February 24, 2020 08:22
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/41c0f20b60ce882ee92fd38ffd3548ae to your computer and use it in GitHub Desktop.
Save r-ryantm/41c0f20b60ce882ee92fd38ffd3548ae to your computer and use it in GitHub Desktop.
/nix/store/w5lr3ilig633xm32x51pff72x8vaym11-python2.7-gssapi-1.6.2
├── lib
│   └── python2.7
│   └── site-packages
│   ├── gssapi
│   │   ├── creds.py
│   │   ├── creds.pyc
│   │   ├── exceptions.py
│   │   ├── exceptions.pyc
│   │   ├── __init__.py
│   │   ├── __init__.pyc
│   │   ├── mechs.py
│   │   ├── mechs.pyc
│   │   ├── names.py
│   │   ├── names.pyc
│   │   ├── raw
│   │   │   ├── chan_bindings.so
│   │   │   ├── creds.so
│   │   │   ├── cython_converters.so
│   │   │   ├── _enum_extensions
│   │   │   │   ├── ext_dce.so
│   │   │   │   ├── ext_iov_mic.so
│   │   │   │   ├── __init__.py
│   │   │   │   └── __init__.pyc
│   │   │   ├── exceptions.so
│   │   │   ├── ext_cred_imp_exp.so
│   │   │   ├── ext_cred_store.so
│   │   │   ├── ext_dce.so
│   │   │   ├── ext_ggf.so
│   │   │   ├── ext_iov_mic.so
│   │   │   ├── ext_password_add.so
│   │   │   ├── ext_password.so
│   │   │   ├── ext_rfc4178.so
│   │   │   ├── ext_rfc5587.so
│   │   │   ├── ext_rfc5588.so
│   │   │   ├── ext_rfc5801.so
│   │   │   ├── ext_rfc6680_comp_oid.so
│   │   │   ├── ext_rfc6680.so
│   │   │   ├── ext_s4u.so
│   │   │   ├── ext_set_cred_opt.so
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── mech_krb5.so
│   │   │   ├── message.so
│   │   │   ├── misc.so
│   │   │   ├── named_tuples.py
│   │   │   ├── named_tuples.pyc
│   │   │   ├── names.so
│   │   │   ├── oids.so
│   │   │   ├── sec_contexts.so
│   │   │   └── types.so
│   │   ├── sec_contexts.py
│   │   ├── sec_contexts.pyc
│   │   ├── tests
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── test_high_level.py
│   │   │   ├── test_high_level.pyc
│   │   │   ├── test_raw.py
│   │   │   └── test_raw.pyc
│   │   ├── _utils.py
│   │   └── _utils.pyc
│   └── gssapi-1.6.2.dist-info
│   ├── INSTALLER
│   ├── LICENSE.txt
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
9 directories, 61 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment