forked from abhinavsingh/proxy.py
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
124 lines (105 loc) · 3.86 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
[metadata]
name = proxy.py
version = attr: proxy.common.version.__version__
url = https://github.com/abhinavsingh/proxy.py
project_urls =
Container Image: DockerHub = https://hub.docker.com/r/abhinavsingh/proxy.py
Chat: Gitter = https://gitter.im/proxy.py/community
Coverage: Codecov = https://codecov.io/github/abhinavsingh/proxy.py
CI: GitHub = https://github.com/abhinavsingh/proxy.py/actions
Docs: Changelog = https://proxypy.rtfd.io/en/latest/#changelog
Docs: RTD = https://proxypy.rtfd.io/en/latest/
Docs: Intro = https://abhinavsingh.com/proxy-py-a-lightweight-single-file-http-proxy-server-in-python/
GitHub: discussions = https://github.com/abhinavsingh/proxy.py/discussions
GitHub: issues = https://github.com/abhinavsingh/proxy.py/issues
GitHub: repo = https://github.com/abhinavsingh/proxy.py
download_url = https://github.com/abhinavsingh/proxy.py/archive/master.zip
description = ⚡ Fast • 🪶 Lightweight • 0️⃣ Dependency • 🔌 Pluggable • 😈 TLS interception • 🔒 DNS-over-HTTPS • 🔥 Poor Mans VPN • ⏪ Reverse & ⏩ Forward • 👮🏿 Proxy Server framework • 🌐 Web Server framework • ➵ ➶ ➷ ➠ PubSub framework • 👷 Work acceptor & executor framework.
long_description = file: README.md
long_description_content_type = text/markdown
author = Abhinav Singh
author_email = [email protected]
license = 'BSD'
license_files =
LICENSE.md
classifiers =
Development Status :: 5 - Production/Stable
Environment :: Console
Environment :: No Input/Output (Daemon)
Environment :: Web Environment
Environment :: MacOS X
Environment :: Plugins
Environment :: Win32 (MS Windows)
Framework :: Robot Framework
Framework :: Robot Framework :: Library
Intended Audience :: Developers
Intended Audience :: Education
Intended Audience :: End Users/Desktop
Intended Audience :: System Administrators
Intended Audience :: Science/Research
License :: OSI Approved :: BSD License
Natural Language :: English
Operating System :: MacOS
Operating System :: MacOS :: MacOS 9
Operating System :: MacOS :: MacOS X
Operating System :: POSIX
Operating System :: POSIX :: Linux
Operating System :: Unix
Operating System :: Microsoft
Operating System :: Microsoft :: Windows
Operating System :: Microsoft :: Windows :: Windows 10
Operating System :: Android
Operating System :: OS Independent
Programming Language :: Python :: Implementation
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Topic :: Internet
Topic :: Internet :: Proxy Servers
Topic :: Internet :: WWW/HTTP
Topic :: Internet :: WWW/HTTP :: Browsers
Topic :: Internet :: WWW/HTTP :: Dynamic Content
Topic :: Internet :: WWW/HTTP :: Dynamic Content :: CGI Tools/Libraries
Topic :: Internet :: WWW/HTTP :: HTTP Servers
Topic :: Scientific/Engineering :: Information Analysis
Topic :: Software Development :: Debuggers
Topic :: Software Development :: Libraries :: Python Modules
Topic :: System :: Monitoring
Topic :: System :: Networking
Topic :: System :: Networking :: Firewalls
Topic :: System :: Networking :: Monitoring
Topic :: Utilities
Typing :: Typed
keywords =
http
proxy
http proxy server
proxy server
http server
http web server
proxy framework
web framework
Python3
[options]
python_requires = >= 3.6
packages = find:
include_package_data = True
zip_safe = False
# These are required in actual runtime:
install_requires =
[options.entry_points]
console_scripts =
proxy = proxy:entry_point
[options.package_data]
proxy =
py.typed
[options.packages.find]
exclude =
tests
tests.*
[codespell]
skip = tests/http/parser/tls_server_hello.data