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
* Adds separate page that details the CLI config file format. It wasn't appropriate in-line
where it was.
* Adds coveralls support
* Adds badges for pypi downloads and pypi version
* Converts README.md to rst format and renames to README.rst. rst is the main format
supported on PyPi.
* Consolidate unittest2 import logic
It also contains a command-line interface that can be used to access various
14
-
SoftLayer services using the API.
7
+
.. image:: https://pypip.in/d/SoftLayer/badge.png
8
+
:target:https://crate.io/packages/SoftLayer
15
9
10
+
SoftLayer API bindings for Python. For use with `SoftLayer's API <http://sldn.softlayer.com/reference/softlayerapi>`_.
11
+
12
+
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-SoftLayerAPI>`_ and a command-line interface that can be used to access various SoftLayer services using the API.
13
+
14
+
Documentation
15
+
-------------
16
+
Documentation is available at http://softlayer.github.com/softlayer-api-python-client
17
+
16
18
Installation
17
19
------------
18
20
Install via pip:
19
-
```
20
-
pip install softlayer
21
-
```
21
+
22
+
.. code-block:: bash
23
+
24
+
$ pip install softlayer
25
+
22
26
23
27
Or you can install from source. Download source and run:
24
28
25
-
```
26
-
python setup.py install
27
-
```
29
+
.. code-block:: bash
30
+
31
+
$ python setup.py install
28
32
29
33
30
34
The most up to date version of this library can be found on the SoftLayer
@@ -43,5 +47,5 @@ System Requirements
43
47
44
48
Copyright
45
49
---------
46
-
This software is Copyright (c) 2013 [SoftLayer Technologies, Inc](http://www.softlayer.com/).
50
+
This software is Copyright (c) 2013 SoftLayer Technologies, Inc.
47
51
See the bundled LICENSE file for more information.
0 commit comments