2022-04-04 19:21:51 +02:00
|
|
|
[metadata]
|
|
|
|
name = capport-tik-nks
|
|
|
|
version = 0.0.1
|
|
|
|
author = Stefan Bühler
|
|
|
|
author_email = stefan.buehler@tik.uni-stuttgart.de
|
|
|
|
description = Captive Portal
|
|
|
|
long_description = file: README.md
|
|
|
|
long_description_content_type = text/markdown
|
2023-01-12 15:27:26 +01:00
|
|
|
url = https://git-nks-public.tik.uni-stuttgart.de/net/python-capport
|
2022-04-04 19:21:51 +02:00
|
|
|
project_urls =
|
2023-01-12 15:27:26 +01:00
|
|
|
Bug Tracker = https://git-nks-public.tik.uni-stuttgart.de/net/python-capport/issues
|
2022-04-04 19:21:51 +02:00
|
|
|
classifiers =
|
|
|
|
Programming Language :: Python :: 3
|
|
|
|
License :: OSI Approved :: MIT License
|
|
|
|
Operating System :: OS Independent
|
|
|
|
|
|
|
|
[options]
|
|
|
|
package_dir =
|
|
|
|
= src
|
|
|
|
packages = find:
|
|
|
|
python_requires = >=3.9
|
|
|
|
install_requires =
|
|
|
|
trio
|
|
|
|
quart
|
2022-04-08 17:39:58 +02:00
|
|
|
quart-trio
|
2022-04-04 19:21:51 +02:00
|
|
|
hypercorn[trio]
|
|
|
|
PyYAML
|
2023-01-12 11:52:08 +01:00
|
|
|
protobuf>=4.21
|
2023-01-12 12:17:49 +01:00
|
|
|
pyroute2~=0.7.3
|
2022-04-04 19:21:51 +02:00
|
|
|
|
|
|
|
[options.packages.find]
|
|
|
|
where = src
|
|
|
|
|
|
|
|
[options.entry_points]
|
|
|
|
console_scripts =
|
|
|
|
capport-control = capport.control.run:main
|
2022-04-11 18:17:00 +02:00
|
|
|
capport-stats = capport.stats:main
|
2023-01-12 15:13:27 +01:00
|
|
|
capport-webui = capport.api.hypercorn_run:main
|