SkillAgentSearch skills...

Cappy

☕🗄CAching Proxy in Python – Simple file based python http proxy

Install / Use

/learn @CompileInc/Cappy
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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

Building & Publishing

Prerequisites

  1. Install uv.
  2. Ensure PyPI credentials are configured in ~/.pypirc per the PyPI spec.

Workflow

Run the release helper to build wheels and source archives via Hatch:

./upload.sh

upload.sh shells out to uvx hatch build followed by uvx hatch publish, so Hatch runs in an ephemeral environment without a global install.

Related Skills

View on GitHub
GitHub Stars15
CategoryDevelopment
Updated3mo ago
Forks6

Languages

Python

Security Score

92/100

Audited on Jan 6, 2026

No findings