-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
30 lines (27 loc) · 927 Bytes
/
pyproject.toml
File metadata and controls
30 lines (27 loc) · 927 Bytes
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
[project]
name = "nseapi"
version = "0.0.1"
description = "Python API library for the Nomadix Service Engine"
authors = ["atomtr <thai.tr@hotmail.com>"]
keywords = ["nomadix-api", "nomadix", "api", "gateway", "nse"]
classifiers = [
"Development Status :: 5 - Production/Stable",
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
"Operating System :: MacOS",
"Operating System :: Microsoft :: Windows",
"Operating System :: POSIX",
"Operating System :: Unix",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: Implementation :: CPython",
"Topic :: Software Development :: Libraries"
]
[tool.poetry]
name = "nseapi"
version = "0.0.1"
description = "Python API library for the Nomadix Service Engine"
authors = ["atomtr <thai.tr@hotmail.com>"]
[tool.poetry.dependencies]
python = "^3.8.0"
xmltodict = "^1.0.4"