Skip to content
forked from CompileInc/cappy

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

License

Notifications You must be signed in to change notification settings

sebinthomas/cappy

Β 
Β 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

15 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

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 πŸ—„

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 98.4%
  • Shell 1.6%