Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created April 16, 2019 04:27
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save ryantm/a0da05af4a930225e427161767ef8e4c to your computer and use it in GitHub Desktop.
/nix/store/h8wxrw4ppxvh4n7y63s02fyjssrn2aa9-python3.7-pysaml2-4.7.0
├── bin
│   ├── make_metadata.py
│   ├── mdexport.py
│   ├── merge_metadata.py
│   └── parse_xsd2.py
├── lib
│   └── python3.7
│   └── site-packages
│   ├── pysaml2-4.7.0.dist-info
│   │   ├── INSTALLER
│   │   ├── LICENSE
│   │   ├── METADATA
│   │   ├── RECORD
│   │   ├── top_level.txt
│   │   └── WHEEL
│   └── saml2
│   ├── aes.py
│   ├── algsupport.py
│   ├── argtree.py
│   ├── assertion.py
│   ├── attribute_converter.py
│   ├── attributemaps
│   │   ├── adfs_v1x.py
│   │   ├── adfs_v20.py
│   │   ├── basic.py
│   │   ├── __init__.py
│   │   ├── __pycache__
│   │   │   ├── adfs_v1x.cpython-37.pyc
│   │   │   ├── adfs_v20.cpython-37.pyc
│   │   │   ├── basic.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── saml_uri.cpython-37.pyc
│   │   │   └── shibboleth_uri.cpython-37.pyc
│   │   ├── saml_uri.py
│   │   └── shibboleth_uri.py
│   ├── attribute_resolver.py
│   ├── authn_context
│   │   ├── __init__.py
│   │   ├── ippword.py
│   │   ├── mobiletwofactor.py
│   │   ├── ppt.py
│   │   ├── pword.py
│   │   ├── __pycache__
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── ippword.cpython-37.pyc
│   │   │   ├── mobiletwofactor.cpython-37.pyc
│   │   │   ├── ppt.cpython-37.pyc
│   │   │   ├── pword.cpython-37.pyc
│   │   │   ├── sslcert.cpython-37.pyc
│   │   │   └── timesync.cpython-37.pyc
│   │   ├── sslcert.py
│   │   └── timesync.py
│   ├── authn.py
│   ├── cache.py
│   ├── cert.py
│   ├── client_base.py
│   ├── client.py
│   ├── config.py
│   ├── country_codes.py
│   ├── cryptography
│   │   ├── asymmetric.py
│   │   ├── __init__.py
│   │   ├── pki.py
│   │   ├── __pycache__
│   │   │   ├── asymmetric.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── pki.cpython-37.pyc
│   │   │   └── symmetric.cpython-37.pyc
│   │   └── symmetric.py
│   ├── discovery.py
│   ├── ecp_client.py
│   ├── ecp.py
│   ├── entity_category
│   │   ├── at_egov_pvp2.py
│   │   ├── edugain.py
│   │   ├── incommon.py
│   │   ├── __init__.py
│   │   ├── __pycache__
│   │   │   ├── at_egov_pvp2.cpython-37.pyc
│   │   │   ├── edugain.cpython-37.pyc
│   │   │   ├── incommon.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── refeds.cpython-37.pyc
│   │   │   └── swamid.cpython-37.pyc
│   │   ├── refeds.py
│   │   └── swamid.py
│   ├── entity.py
│   ├── eptid.py
│   ├── extension
│   │   ├── algsupport.py
│   │   ├── dri.py
│   │   ├── idpdisc.py
│   │   ├── __init__.py
│   │   ├── mdattr.py
│   │   ├── mdrpi.py
│   │   ├── mdui.py
│   │   ├── pefim.py
│   │   ├── __pycache__
│   │   │   ├── algsupport.cpython-37.pyc
│   │   │   ├── dri.cpython-37.pyc
│   │   │   ├── idpdisc.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── mdattr.cpython-37.pyc
│   │   │   ├── mdrpi.cpython-37.pyc
│   │   │   ├── mdui.cpython-37.pyc
│   │   │   ├── pefim.cpython-37.pyc
│   │   │   ├── reqinit.cpython-37.pyc
│   │   │   ├── requested_attributes.cpython-37.pyc
│   │   │   ├── shibmd.cpython-37.pyc
│   │   │   ├── sp_type.cpython-37.pyc
│   │   │   └── ui.cpython-37.pyc
│   │   ├── reqinit.py
│   │   ├── requested_attributes.py
│   │   ├── shibmd.py
│   │   ├── sp_type.py
│   │   └── ui.py
│   ├── filter.py
│   ├── httpbase.py
│   ├── httputil.py
│   ├── ident.py
│   ├── __init__.py
│   ├── mcache.py
│   ├── mdbcache.py
│   ├── mdie.py
│   ├── md.py
│   ├── mdstore.py
│   ├── metadata.py
│   ├── mongo_store.py
│   ├── pack.py
│   ├── population.py
│   ├── profile
│   │   ├── ecp.py
│   │   ├── __init__.py
│   │   ├── paos.py
│   │   ├── __pycache__
│   │   │   ├── ecp.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── paos.cpython-37.pyc
│   │   │   └── samlec.cpython-37.pyc
│   │   └── samlec.py
│   ├── __pycache__
│   │   ├── aes.cpython-37.pyc
│   │   ├── algsupport.cpython-37.pyc
│   │   ├── argtree.cpython-37.pyc
│   │   ├── assertion.cpython-37.pyc
│   │   ├── attribute_converter.cpython-37.pyc
│   │   ├── attribute_resolver.cpython-37.pyc
│   │   ├── authn.cpython-37.pyc
│   │   ├── cache.cpython-37.pyc
│   │   ├── cert.cpython-37.pyc
│   │   ├── client_base.cpython-37.pyc
│   │   ├── client.cpython-37.pyc
│   │   ├── config.cpython-37.pyc
│   │   ├── country_codes.cpython-37.pyc
│   │   ├── discovery.cpython-37.pyc
│   │   ├── ecp_client.cpython-37.pyc
│   │   ├── ecp.cpython-37.pyc
│   │   ├── entity.cpython-37.pyc
│   │   ├── eptid.cpython-37.pyc
│   │   ├── filter.cpython-37.pyc
│   │   ├── httpbase.cpython-37.pyc
│   │   ├── httputil.cpython-37.pyc
│   │   ├── ident.cpython-37.pyc
│   │   ├── __init__.cpython-37.pyc
│   │   ├── mcache.cpython-37.pyc
│   │   ├── mdbcache.cpython-37.pyc
│   │   ├── md.cpython-37.pyc
│   │   ├── mdie.cpython-37.pyc
│   │   ├── mdstore.cpython-37.pyc
│   │   ├── metadata.cpython-37.pyc
│   │   ├── mongo_store.cpython-37.pyc
│   │   ├── pack.cpython-37.pyc
│   │   ├── population.cpython-37.pyc
│   │   ├── request.cpython-37.pyc
│   │   ├── response.cpython-37.pyc
│   │   ├── saml.cpython-37.pyc
│   │   ├── samlp.cpython-37.pyc
│   │   ├── sdb.cpython-37.pyc
│   │   ├── server.cpython-37.pyc
│   │   ├── sigver.cpython-37.pyc
│   │   ├── soap.cpython-37.pyc
│   │   ├── s_utils.cpython-37.pyc
│   │   ├── time_util.cpython-37.pyc
│   │   ├── validate.cpython-37.pyc
│   │   ├── version.cpython-37.pyc
│   │   └── virtual_org.cpython-37.pyc
│   ├── request.py
│   ├── response.py
│   ├── s2repoze
│   │   ├── __init__.py
│   │   ├── plugins
│   │   │   ├── challenge_decider.py
│   │   │   ├── entitlement.py
│   │   │   ├── formswithhidden.py
│   │   │   ├── ini.py
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── challenge_decider.cpython-37.pyc
│   │   │   │   ├── entitlement.cpython-37.pyc
│   │   │   │   ├── formswithhidden.cpython-37.pyc
│   │   │   │   ├── ini.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   └── sp.cpython-37.pyc
│   │   │   └── sp.py
│   │   └── __pycache__
│   │   └── __init__.cpython-37.pyc
│   ├── samlp.py
│   ├── saml.py
│   ├── schema
│   │   ├── __init__.py
│   │   ├── __pycache__
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── soap.cpython-37.pyc
│   │   │   ├── soapenv.cpython-37.pyc
│   │   │   └── wsdl.cpython-37.pyc
│   │   ├── soapenv.py
│   │   ├── soap.py
│   │   └── wsdl.py
│   ├── sdb.py
│   ├── server.py
│   ├── sigver.py
│   ├── soap.py
│   ├── s_utils.py
│   ├── time_util.py
│   ├── userinfo
│   │   ├── __init__.py
│   │   ├── ldapinfo.py
│   │   └── __pycache__
│   │   ├── __init__.cpython-37.pyc
│   │   └── ldapinfo.cpython-37.pyc
│   ├── validate.py
│   ├── version.py
│   ├── virtual_org.py
│   ├── ws
│   │   ├── __init__.py
│   │   ├── __pycache__
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── wsaddr.cpython-37.pyc
│   │   │   ├── wspol.cpython-37.pyc
│   │   │   ├── wssec.cpython-37.pyc
│   │   │   ├── wstrust.cpython-37.pyc
│   │   │   └── wsutil.cpython-37.pyc
│   │   ├── wsaddr.py
│   │   ├── wspol.py
│   │   ├── wssec.py
│   │   ├── wstrust.py
│   │   └── wsutil.py
│   ├── xmldsig
│   │   ├── __init__.py
│   │   └── __pycache__
│   │   └── __init__.cpython-37.pyc
│   ├── xmlenc
│   │   ├── __init__.py
│   │   └── __pycache__
│   │   └── __init__.cpython-37.pyc
│   └── xml_template
│   └── template.xml
└── nix-support
└── propagated-build-inputs
35 directories, 224 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment