File: index.rst

package info (click to toggle)
python-softlayer 6.1.4-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 5,100 kB
  • sloc: python: 53,771; makefile: 289; sh: 57
file content (45 lines) | stat: -rw-r--r-- 1,242 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
.. SoftLayer API Python Client documentation

SoftLayer API Python Client |version|
========================================
`API Docs <https://softlayer.github.io/reference/softlayerapi/>`_ ``|``
`GitHub <https://github.com/softlayer/softlayer-python>`_ ``|``
`Issues <https://github.com/softlayer/softlayer-python/issues>`_ ``|``
`Pull Requests <https://github.com/softlayer/softlayer-python/pulls>`_ ``|``
`PyPI <https://pypi.python.org/pypi/softlayer/>`_ ``|``


This is the documentation to SoftLayer's Python API Bindings. These bindings
use SoftLayer's `XML-RPC interface <https://softlayer.github.io/article/xml-rpc/>`_
in order to manage SoftLayer services.

.. toctree::
   :maxdepth: 3
   :glob:

   install
   config_file
   api/*
   cli
   cli_directory


Contributing
------------
.. toctree::
   :maxdepth: 1
   :glob:

   dev/index
   dev/cli


External Links
--------------

* `SoftLayer API Documentation <https://softlayer.github.io/reference/softlayerapi/>`_
* `Source on GitHub <https://github.com/softlayer/softlayer-python>`_
* `Issues <https://github.com/softlayer/softlayer-python/issues>`_
* `Pull Requests <https://github.com/softlayer/softlayer-python/pulls>`_
* `PyPI <https://pypi.python.org/pypi/softlayer/>`_