-
Notifications
You must be signed in to change notification settings - Fork 42
/
setup.cfg
59 lines (57 loc) · 1.75 KB
/
setup.cfg
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
[metadata]
name = aiomonitor
version = attr: aiomonitor.__version__
author = Nikolay Novik
author_email = [email protected]
maintainer = Joongi Kim
maintainer_email = [email protected]
description = Adds monitor and Python REPL capabilities for asyncio applications
long_description = file: README.rst, CHANGES.rst
keywords = asyncio, aiohttp, monitor, debugging, utility, devtool
license = Apache-2.0
license_files = LICENSE
classifiers =
License :: OSI Approved :: Apache Software License
Intended Audience :: Developers
Programming Language :: Python :: 3
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
Programming Language :: Python :: 3.13
Operating System :: POSIX
Development Status :: 3 - Alpha
Framework :: AsyncIO
platforms = POSIX
download_url = https://pypi.org/project/aiomonitor
project_urls =
Homepage = https://github.com/aio-libs/aiomonitor
Documentation = https://aiomonitor.readthedocs.io
Repository = https://github.com/aio-libs/aiomonitor
Issues = https://github.com/aio-libs/aiomonitor/issues
Changelog = https://github.com/aio-libs/aiomonitor/blob/main/CHANGES.rst
Chat = https://matrix.to/#/!aio-libs:matrix.org
[options]
zip_safe = False
include_package_data = True
packages = find:
python_requires = >=3.8
install_requires =
attrs>=20
aiohttp>=3.8.5
click>=8.0
janus>=1.0
jinja2>=3.1.2
backports.strenum>=1.2.4; python_version<"3.11"
terminaltables
trafaret>=2.1.1
typing-extensions>=4.1
prompt_toolkit>=3.0
aioconsole>=0.7.0
telnetlib3>=2.0.4
[options.packages.find]
exclude =
examples/*
tools/*
.*.yml
*.egg-info