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 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77
|
Source: raritan-json-rpc-sdk
Maintainer: Carsten Schoenert <c.schoenert@t-online.de>
Section: devel
Priority: optional
Build-Depends:
debhelper-compat (= 13),
dh-python,
perl,
python3,
python3-setuptools,
python3-uritools,
Standards-Version: 4.5.0
Rules-Requires-Root: no
Vcs-Browser: https://salsa.debian.org/tijuca/raritan-json-rpc-sdk
Vcs-Git: https://salsa.debian.org/tijuca/raritan-json-rpc-sdk.git
Homepage: https://www.raritan.com/support/product/px3
Package: python3-raritan-json-rpc
Section: python
Architecture: all
Depends:
${misc:Depends},
${python3:Depends},
Suggests:
raritan-json-rpc-doc,
Description: Python 3 library contains implementation of Raritan JSON-RPC interface
This library includes the low level Python bindings for interacting with
the JSON-RPC interface of Raritan PDU related product series PX2, PX3, BCM
and EMX.
.
The JSON-RPC implementation gives the user the possibility to automate PDU
features like outlet-level switching, accessing power data, environment
info, alarms, thresholds and basic and additional setup data. By this any
feature of the PDUs can be integrate rack-level data into the any GUI using
Python scripting features.
Have a look at files within the examples folder to get an overview what the
API is providing and how you can use it to configure Raritan PDU devices.
.
This package contains the Python 3 version.
Package: raritan-json-rpc-doc
Section: doc
Architecture: all
Multi-Arch: foreign
Depends:
node-jquery,
${misc:Depends},
Description: Documentation for Raritan JSON-RPC SDK
This package contains the HTML documentation for the JSON-RPC SDK from
Raritan for the product series PX2, PX3, BCM and EMX generated by Doxygen.
.
It gives an overview about the SDK which is provided with bindings for the
languages Java, Mono/C#, Python and Perl. It also contains some simple but
detailed examples for the mentioned languages within the HTML documentation.
.
It also includes some basic examples about the usage of Lua scripts
directly on the PDU transferred by JSON-RPC or using via USB stick.
.
The SDK documentation can be accessed by open the file
/usr/share/doc/raritan-json-rpc-doc/html/index.html.
Package: libraritan-rpc-perl
Section: perl
Architecture: all
Depends:
${misc:Depends},
${perl:Depends},
liberror-perl,
libhttp-message-perl,
libjson-perl,
libjson-rpc-common-perl,
liblwp-protocol-https-perl,
libwww-perl,
Description: Perl module for the Raritan JSON-RPC interface
Raritan::RPC and the other modules in this package provide the Perl bindings
for interacting with the JSON-RPC interface of Raritan PDU product series
PX2, PX3, BCM and EMX.
|