CompileInc / cappy

â˜•đŸ—„CAching Proxy in Python – Simple file based python http proxy

Home Page:https://www.compile.com/blog/product/cappy-proxy/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CAPPY PyPI

CAchingProxyinPython is a file based python proxy based on Sharebear's simple python caching proxy.

Install

pip install cappy

Usage

cappy run

Options

  • --port - optional (default: 3030)
  • --cache_dir - optional (default: Temporary platform specific folder)
  • --cache_timeout - optional (default: 864000 seconds, use 0 for caching indefinitely)
  • --cache_compress - optional (default: False) Compress and store the cache

About

â˜•đŸ—„CAching Proxy in Python – Simple file based python http proxy

https://www.compile.com/blog/product/cappy-proxy/

License:MIT License


Languages

Language:Python 98.3%Language:Shell 1.7%