You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Consistent docblock formats
- Standardize on Sphinx param formatting
- Word wrap super long lines in README and LICENSE
- Add some missing doc blocks
- Add TODO items where doc blocks need explanation
- Simplify some wording
- Remove a few needless blank lines
- Fix some minor comment formatting (PEP8 consistency)
Copyright (c) 2013, SoftLayer Technologies, Inc. All rights reserved.
2
2
3
-
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
3
+
Redistribution and use in source and binary forms, with or without modification,
4
+
are permitted provided that the following conditions are met:
4
5
5
-
* Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
6
-
* Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
7
-
* Neither SoftLayer Technologies, Inc. nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
6
+
* Redistributions of source code must retain the above copyright notice, this
7
+
list of conditions and the following disclaimer.
8
+
* Redistributions in binary form must reproduce the above copyright notice,
9
+
this list of conditions and the following disclaimer in the documentation
10
+
and/or other materials provided with the distribution.
11
+
* Neither SoftLayer Technologies, Inc. nor the names of its contributors may be
12
+
used to endorse or promote products derived from this software without
13
+
specific prior written permission.
8
14
9
-
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
15
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
16
+
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
17
+
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
18
+
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
19
+
ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
20
+
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
21
+
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
22
+
ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
23
+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
24
+
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
This library provides a simple interface to interact with SoftLayer's XML-RPC API and provides support for many of SoftLayer API's features like [object masks](http://sldn.softlayer.com/article/Using-Object-Masks-SoftLayerrAPI).
9
+
This library provides a simple interface to interact with SoftLayer's XML-RPC
10
+
API and provides support for many of SoftLayer API's features like
The most up to date version of this library can be found on the SoftLayer github public repositories: http://github.com/softlayer. Please post to the SoftLayer forums http://forums.softlayer.com/ or open a support ticket in the SoftLayer customer portal if you have any questions regarding use of this library.
27
+
The most up to date version of this library can be found on the SoftLayer
28
+
GitHub public repositories: http://github.com/softlayer. Please post to the
29
+
SoftLayer forums http://forums.softlayer.com/ or open a support ticket in the
30
+
SoftLayer customer portal if you have any questions regarding use of this
31
+
library.
25
32
26
33
System Requirements
27
34
-------------------
28
35
29
36
* This library has been tested on Python 2.5, 2.6, 2.7, 3.2 and 3.3.
30
37
* A valid SoftLayer API username and key are required to call SoftLayer's API
31
-
* A connection to SoftLayer's private network is required to connect to SoftLayer’s private network API endpoints.
38
+
* A connection to SoftLayer's private network is required to connect to
39
+
SoftLayer’s private network API endpoints.
32
40
33
41
Suggested Reading
34
42
-----------------
@@ -40,4 +48,5 @@ Suggested Reading
40
48
41
49
Copyright
42
50
---------
43
-
This software is Copyright (c) 2013 [SoftLayer Technologies, Inc](http://www.softlayer.com/). See the bundled LICENSE file for more information.
51
+
This software is Copyright (c) 2013 [SoftLayer Technologies, Inc](http://www.softlayer.com/).
52
+
See the bundled LICENSE file for more information.
0 commit comments