File: version.py

package info (click to toggle)
raritan-json-rpc-sdk 3.6.1%2Bds1-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 41,748 kB
  • sloc: cs: 162,629; perl: 85,818; python: 24,275; javascript: 5,937; makefile: 21
file content (12 lines) | stat: -rw-r--r-- 438 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
# volatile variables depending on release
__sdk_version__    = '3.6'
__sdk_subversion__ = '1'
__build__          = '46982'

# static variables
__author__      = 'Raritan Inc.'
__description__ = 'Raritan JSON-RPC library for product series PX2, PX3, BCM and EMX'
__email__       = 'tech@raritan.com'
__license__     = 'BSD-3-clause'
__url__         = 'https://www.raritan.com/support/product/px3'
__status__      = '5 - Production/Stable'