sdliang1013 / caul-proxy

Http Proxy via Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

caul-proxy

Http Proxy via Python

Installation

pip install pyinstaller
pyinstaller caul-proxy.spec

Development

  • Clone this repository
  • Requirements:
    • Python 3.7+
  • Create a virtual environment and install the dependencies
pip install -r requirements.txt
  • Activate the virtual environment
python -m .venv

Testing

pytest

Documentation

The documentation is automatically generated from the content of the docs directory and from the docstrings of the public signatures of the source code. The documentation is updated and published as a Github project page automatically as part each release.

About

Http Proxy via Python


Languages

Language:Python 100.0%