Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created March 11, 2019 23:35
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/055f49474abb523872a9e012b908c508 to your computer and use it in GitHub Desktop.
Save ryantm/055f49474abb523872a9e012b908c508 to your computer and use it in GitHub Desktop.
/nix/store/qi0vdy0wqw29zld6qhgxrqkmsdy5dv7n-python3.7-zeep-3.3.0
├── lib
│   └── python3.7
│   └── site-packages
│   ├── zeep
│   │   ├── asyncio
│   │   │   ├── bindings.py
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── bindings.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   └── transport.cpython-37.pyc
│   │   │   └── transport.py
│   │   ├── cache.py
│   │   ├── client.py
│   │   ├── exceptions.py
│   │   ├── helpers.py
│   │   ├── __init__.py
│   │   ├── loader.py
│   │   ├── __main__.py
│   │   ├── ns.py
│   │   ├── plugins.py
│   │   ├── proxy.py
│   │   ├── __pycache__
│   │   │   ├── cache.cpython-37.pyc
│   │   │   ├── client.cpython-37.pyc
│   │   │   ├── exceptions.cpython-37.pyc
│   │   │   ├── helpers.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── loader.cpython-37.pyc
│   │   │   ├── __main__.cpython-37.pyc
│   │   │   ├── ns.cpython-37.pyc
│   │   │   ├── plugins.cpython-37.pyc
│   │   │   ├── proxy.cpython-37.pyc
│   │   │   ├── settings.cpython-37.pyc
│   │   │   ├── transports.cpython-37.pyc
│   │   │   ├── utils.cpython-37.pyc
│   │   │   └── wsa.cpython-37.pyc
│   │   ├── settings.py
│   │   ├── tornado
│   │   │   ├── bindings.py
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── bindings.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   └── transport.cpython-37.pyc
│   │   │   └── transport.py
│   │   ├── transports.py
│   │   ├── utils.py
│   │   ├── wsa.py
│   │   ├── wsdl
│   │   │   ├── attachments.py
│   │   │   ├── bindings
│   │   │   │   ├── http.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── http.cpython-37.pyc
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   └── soap.cpython-37.pyc
│   │   │   │   └── soap.py
│   │   │   ├── definitions.py
│   │   │   ├── __init__.py
│   │   │   ├── messages
│   │   │   │   ├── base.py
│   │   │   │   ├── http.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── mime.py
│   │   │   │   ├── multiref.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── base.cpython-37.pyc
│   │   │   │   │   ├── http.cpython-37.pyc
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── mime.cpython-37.pyc
│   │   │   │   │   ├── multiref.cpython-37.pyc
│   │   │   │   │   ├── soap.cpython-37.pyc
│   │   │   │   │   └── xop.cpython-37.pyc
│   │   │   │   ├── soap.py
│   │   │   │   └── xop.py
│   │   │   ├── parse.py
│   │   │   ├── __pycache__
│   │   │   │   ├── attachments.cpython-37.pyc
│   │   │   │   ├── definitions.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── parse.cpython-37.pyc
│   │   │   │   ├── utils.cpython-37.pyc
│   │   │   │   └── wsdl.cpython-37.pyc
│   │   │   ├── utils.py
│   │   │   └── wsdl.py
│   │   ├── wsse
│   │   │   ├── compose.py
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── compose.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── signature.cpython-37.pyc
│   │   │   │   ├── username.cpython-37.pyc
│   │   │   │   └── utils.cpython-37.pyc
│   │   │   ├── signature.py
│   │   │   ├── username.py
│   │   │   └── utils.py
│   │   └── xsd
│   │   ├── const.py
│   │   ├── context.py
│   │   ├── elements
│   │   │   ├── any.py
│   │   │   ├── attribute.py
│   │   │   ├── base.py
│   │   │   ├── builtins.py
│   │   │   ├── element.py
│   │   │   ├── indicators.py
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── any.cpython-37.pyc
│   │   │   │   ├── attribute.cpython-37.pyc
│   │   │   │   ├── base.cpython-37.pyc
│   │   │   │   ├── builtins.cpython-37.pyc
│   │   │   │   ├── element.cpython-37.pyc
│   │   │   │   ├── indicators.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   └── references.cpython-37.pyc
│   │   │   └── references.py
│   │   ├── __init__.py
│   │   ├── printer.py
│   │   ├── __pycache__
│   │   │   ├── const.cpython-37.pyc
│   │   │   ├── context.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── printer.cpython-37.pyc
│   │   │   ├── schema.cpython-37.pyc
│   │   │   ├── utils.cpython-37.pyc
│   │   │   ├── valueobjects.cpython-37.pyc
│   │   │   └── visitor.cpython-37.pyc
│   │   ├── schema.py
│   │   ├── types
│   │   │   ├── any.py
│   │   │   ├── base.py
│   │   │   ├── builtins.py
│   │   │   ├── collection.py
│   │   │   ├── complex.py
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── any.cpython-37.pyc
│   │   │   │   ├── base.cpython-37.pyc
│   │   │   │   ├── builtins.cpython-37.pyc
│   │   │   │   ├── collection.cpython-37.pyc
│   │   │   │   ├── complex.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── simple.cpython-37.pyc
│   │   │   │   └── unresolved.cpython-37.pyc
│   │   │   ├── simple.py
│   │   │   └── unresolved.py
│   │   ├── utils.py
│   │   ├── valueobjects.py
│   │   └── visitor.py
│   └── zeep-3.3.0.dist-info
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── pbr.json
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
25 directories, 138 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment