Metadata-Version: 2.1
Name: proxyx
Version: 0.0.1
Summary: A very simple proxy server that just works.
Home-page: https://github.com/tomwojcik/proxyx
License: MIT
Keywords: proxy,proxyx,simple proxy
Author: Tom Wojcik
Author-email: proxyx-pkg@tomwojcik.com
Requires-Python: >=3.9.0,<4.0.0
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Internet
Provides-Extra: sentry-sdk
Requires-Dist: httpx (>=0.23.1,<0.24.0)
Requires-Dist: pydantic (>=1.10.2,<2.0.0)
Requires-Dist: pydantic-yaml (>=0.8.1,<0.9.0)
Requires-Dist: sentry-sdk (>=1.12.1,<2.0.0); extra == "sentry-sdk"
Requires-Dist: starlette (>=0.23.1,<0.24.0)
Requires-Dist: uvicorn (>=0.20.0,<0.21.0)
Project-URL: Documentation, https://proxyx.readthedocs.io/
Project-URL: Repository, https://github.com/tomwojcik/proxyx
Description-Content-Type: text/markdown

# proxyx

A very simple proxy server that just works.

todo:
- docker image
- cache handling (limiter and cache response)
- compare with nginx most often used
- request size
- add tests
- add a few examples
- handle favicon
-

