You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

52 lines
1.5 KiB
TOML

[build-system]
requires = ["setuptools>=61.0"]
build-backend = "setuptools.build_meta"
[project]
name = "3con"
version = "0.0.0-alpha0"
authors = [
{ name="elburg", email="whotookelburg@hotmail.com" },
]
description = "a library to get a lot of information from network devices"
readme = "README.rst"
license = {file = "LICENSE.txt"}
keywords = [
"nmap",
"Network Mapper",
"SQLite",
"Tkinter",
"SQLite3",
"XML"
]
requires-python = ">=3.7"
classifiers = [
"Programming Language :: Python :: 3",
"Development Status :: 1 - Planning",
"Environment :: X11 Applications",
"Natural Language :: English",
"Operating System :: POSIX :: Linux",
"Programming Language :: Python",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Topic :: Database",
"Topic :: Internet",
"Topic :: Internet :: File Transfer Protocol (FTP)",
"Topic :: Internet :: Finger",
"Topic :: Internet :: Name Service (DNS)",
"Topic :: Internet :: WWW/HTTP",
"Topic :: Internet :: WWW/HTTP :: HTTP Servers",
"Topic :: System :: Networking",
"Topic :: System :: Networking :: Monitoring",
"Topic :: Utilities"
]
[project.urls]
"Homepage" = "https://basedwa.re/elburg/3con"
"Repository" = "https://basedwa.re/elburg/3con.git"
"Bug Tracker" = "https://basedwa.re/elburg/3con/issues"