diff options
author | Joey Trungale <joey@trungale.net> | 2010-07-08 03:25:45 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-07-08 03:25:45 -0500 |
commit | d2b6b528430f2feb9fb87d514dc46289ae3a4961 (patch) | |
tree | 77a7aa2ece7be4979f0723777b9e320cdbe05604 /libraries/pycontrol/README | |
parent | 55dfd427fe2e932ba9c7cb9ca9d99a73e496d762 (diff) |
libraries/pycontrol: Added (Python library for the F5 iControl API)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'libraries/pycontrol/README')
-rw-r--r-- | libraries/pycontrol/README | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/libraries/pycontrol/README b/libraries/pycontrol/README new file mode 100644 index 0000000000000..699197a4decac --- /dev/null +++ b/libraries/pycontrol/README @@ -0,0 +1,7 @@ +pyControl is a Python-based library that integrates with F5's BIG-IP +iControl management API. + +The source at the F5 site requires a free registraton and login. +For simplicity, I have the source available at my personal site. + +This requires python-suds. |