File: version.py

package info (click to toggle)
raritan-json-rpc-sdk 4.0.20%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 57,236 kB
  • sloc: cs: 223,121; perl: 117,786; python: 26,872; javascript: 6,544; makefile: 27
file content (12 lines) | stat: -rw-r--r-- 428 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
# volatile variables depending on release
__sdk_version__    = '4.0'
__sdk_subversion__ = '20'
__build__          = '49038'

# static variables
__author__      = 'Raritan Inc.'
__description__ = 'Xerus™ JSON-RPC library for Raritan power product'
__email__       = 'tech@raritan.com'
__license__     = 'BSD-3-clause'
__url__         = 'https://www.raritan.com/support/product/pdu-g2'
__status__      = '5 - Production/Stable'