We are thrilled to announce the release of: python-wsmanclient 0.0.1: Python client that speaks Web Services- Management protocol This is the first release of python-wsmanclient. This release is part of the newton release series. With package available at: https://pypi.python.org/pypi/python-wsmanclient For more details, please see below. Changes in python-wsmanclient ea09acf45decb433da4a928abe73872ba511df09..0.0.1 ----------------------------------------------------------------------------- 3df7701 Allow importing wsmanclient.Client 7727293 Add documentation d3bdf44 Import client from python-dracclient dd29cdc Initial commit Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..c7609c6 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,7 @@ +# The order of packages is significant, because pip processes them in the order +# of appearance. Changing the order has an impact on the overall integration +# process, which may cause wedges in the gate later. + +lxml>=2.3 +pbr>=1.6 +requests>=2.5.2 diff --git a/test-requirements.txt b/test-requirements.txt new file mode 100644 index 0000000..ac016f0 --- /dev/null +++ b/test-requirements.txt @@ -0,0 +1,13 @@ +# The order of packages is significant, because pip processes them in the order +# of appearance. Changing the order has an impact on the overall integration +# process, which may cause wedges in the gate later. + +hacking<0.11,>=0.10.0 + +coverage>=3.6 +doc8 +mock>=1.2 +requests-mock>=0.6 + +sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2 +oslosphinx>=2.5.0 # Apache-2.0