Skip to content

Instantly share code, notes, and snippets.

View sq3's full-sized avatar
🚀
Raketen Style

Marc Schnitzius sq3

🚀
Raketen Style
View GitHub Profile
@sq3
sq3 / teamvault-development-environemt-docker
Last active August 29, 2015 14:23
TeamVault development environment - Docker
#!/bin/bash
# A quick and dirty ...
# _______________ __ ____ _____ __ ____ ______
# /_ __/ ____/ | / |/ / | / / | / / / / / /_ __/
# / / / __/ / /| | / /|_/ /| | / / /| |/ / / / / / /
# / / / /___/ ___ |/ / / / | |/ / ___ / /_/ / /___/ /
# /_/ /_____/_/ |_/_/ /_/ |___/_/ |_\____/_____/_/
#
# ... development environment.
#!/usr/bin/env python
import suds
def get_service_information(service_tags):
url = "http://xserv.dell.com/services/assetservice.asmx?WSDL"
client = suds.client.Client(url)
service_information = []