|
| 1 | +[metadata] |
| 2 | +name = proxy.py |
| 3 | +version = attr: proxy.common.version.__version__ |
| 4 | +url = https://github.com/abhinavsingh/proxy.py |
| 5 | +download_url = https://github.com/abhinavsingh/proxy.py/archive/develop.zip |
| 6 | +description = |
| 7 | + ⚡⚡⚡Fast, Lightweight, Pluggable, TLS interception capable proxy |
| 8 | + server focused on Network monitoring, controls & Application development, |
| 9 | + testing, debugging. |
| 10 | +long_description = file: README.md |
| 11 | +long_description_content_type = text/markdown |
| 12 | +author = Abhinav Singh |
| 13 | + |
| 14 | +license = 'BSD' |
| 15 | +license_files = |
| 16 | + LICENSE.md |
| 17 | +classifiers = |
| 18 | + Development Status :: 5 - Production/Stable |
| 19 | + |
| 20 | + Environment :: Console |
| 21 | + Environment :: No Input/Output (Daemon) |
| 22 | + Environment :: Web Environment |
| 23 | + Environment :: MacOS X |
| 24 | + Environment :: Plugins |
| 25 | + Environment :: Win32 (MS Windows) |
| 26 | + |
| 27 | + Framework :: Robot Framework |
| 28 | + Framework :: Robot Framework :: Library |
| 29 | + |
| 30 | + Intended Audience :: Developers |
| 31 | + Intended Audience :: Education |
| 32 | + Intended Audience :: End Users/Desktop |
| 33 | + Intended Audience :: System Administrators |
| 34 | + Intended Audience :: Science/Research |
| 35 | + |
| 36 | + License :: OSI Approved :: BSD License |
| 37 | + |
| 38 | + Natural Language :: English |
| 39 | + |
| 40 | + Operating System :: MacOS |
| 41 | + Operating System :: MacOS :: MacOS 9 |
| 42 | + Operating System :: MacOS :: MacOS X |
| 43 | + Operating System :: POSIX |
| 44 | + Operating System :: POSIX :: Linux |
| 45 | + Operating System :: Unix |
| 46 | + Operating System :: Microsoft |
| 47 | + Operating System :: Microsoft :: Windows |
| 48 | + Operating System :: Microsoft :: Windows :: Windows 10 |
| 49 | + Operating System :: Android |
| 50 | + Operating System :: OS Independent |
| 51 | + |
| 52 | + Programming Language :: Python :: Implementation |
| 53 | + Programming Language :: Python :: 3 :: Only |
| 54 | + Programming Language :: Python :: 3 |
| 55 | + Programming Language :: Python :: 3.6 |
| 56 | + Programming Language :: Python :: 3.7 |
| 57 | + Programming Language :: Python :: 3.8 |
| 58 | + Programming Language :: Python :: 3.9 |
| 59 | + Programming Language :: Python :: 3.10 |
| 60 | + |
| 61 | + Topic :: Internet |
| 62 | + Topic :: Internet :: Proxy Servers |
| 63 | + Topic :: Internet :: WWW/HTTP |
| 64 | + Topic :: Internet :: WWW/HTTP :: Browsers |
| 65 | + Topic :: Internet :: WWW/HTTP :: Dynamic Content |
| 66 | + Topic :: Internet :: WWW/HTTP :: Dynamic Content :: CGI Tools/Libraries |
| 67 | + Topic :: Internet :: WWW/HTTP :: HTTP Servers |
| 68 | + |
| 69 | + Topic :: Scientific/Engineering :: Information Analysis |
| 70 | + |
| 71 | + Topic :: Software Development :: Debuggers |
| 72 | + Topic :: Software Development :: Libraries :: Python Modules |
| 73 | + |
| 74 | + Topic :: System :: Monitoring |
| 75 | + Topic :: System :: Networking |
| 76 | + Topic :: System :: Networking :: Firewalls |
| 77 | + Topic :: System :: Networking :: Monitoring |
| 78 | + |
| 79 | + Topic :: Utilities |
| 80 | + |
| 81 | + Typing :: Typed |
| 82 | +keywords = |
| 83 | + http |
| 84 | + proxy |
| 85 | + http proxy server |
| 86 | + proxy server |
| 87 | + http server |
| 88 | + http web server |
| 89 | + proxy framework |
| 90 | + web framework |
| 91 | + Python3 |
| 92 | + |
| 93 | +[options] |
| 94 | +python_requires = >= 3.6 |
| 95 | +packages = find: |
| 96 | +include_package_data = True |
| 97 | +zip_safe = False |
| 98 | + |
| 99 | +# These are required in actual runtime: |
| 100 | +install_requires = |
| 101 | + typing-extensions; python_version < "3.8" |
| 102 | + |
| 103 | +[options.entry_points] |
| 104 | +console_scripts = |
| 105 | + proxy = proxy:entry_point |
| 106 | + |
| 107 | +[options.package_data] |
| 108 | + proxy = py.typed |
| 109 | + |
| 110 | +[options.packages.find] |
| 111 | +exclude = |
| 112 | + tests |
| 113 | + tests.* |
0 commit comments