Metadata-Version: 2.1
Name: gera2ld.aioproxy
Version: 0.3.1
Summary: 
Home-page: https://github.com/gera2ld/aioproxy
License: MIT
Author: Gerald
Author-email: gera2ld@163.com
Requires-Python: >=3.7,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Dist: click (>=7.0,<8.0)
Requires-Dist: gera2ld.socks (>=0.4.0,<0.5.0)
Requires-Dist: importlib_metadata (>=1.7.0,<2.0.0)
Project-URL: Repository, https://github.com/gera2ld/aioproxy
Description-Content-Type: text/markdown

# gera2ld.aioproxy

[![PyPI](https://img.shields.io/pypi/v/gera2ld.aioproxy.svg)](https://pypi.org/project/gera2ld.aioproxy/)

A simple transparent proxy server implemented with pure Python.

Both HTTP proxy and SOCKS proxy are supported on the same port.

## Installation

```sh
$ pip3 install gera2ld.aioproxy
```

## Usage

```sh
$ aioproxy [-b :1086] [-x socks5://127.0.0.1:1080]
```

