File: pyproject.toml

package info (click to toggle)
raritan-json-rpc-sdk 4.3.10%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 69,172 kB
  • sloc: cs: 269,932; perl: 142,952; python: 30,081; javascript: 7,641; makefile: 28
file content (24 lines) | stat: -rw-r--r-- 720 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
[project]
name = "raritan"
version = "4.3.10.51837"
authors = [
  { name="Raritan OSS Team", email="oss@raritan.com" },
]
description = "Raritan/Servertech PDU JSON-RPC bindings"
readme = "README.md"
license = {text = "BSD-3-Clause"}
requires-python = ">=3.8"
classifiers = [
    "Programming Language :: Python :: 3",
    "License :: OSI Approved :: BSD License",
    "Operating System :: OS Independent",
]

[build-system]
requires = ["setuptools>=61.0"]
build-backend = "setuptools.build_meta"

[project.urls]
Homepage = "https://www.raritan.com/support"
Documentation = "https://help.raritan.com/json-rpc/4.3.10/"
Changelog = "https://cdn1.raritan.com/download/pdu-g4/4.3.10/PDU_JSON_RPC_Changelog_4.3.10_51837.txt"