CAchingProxyinPython is a file based python proxy based on Sharebear's simple python caching proxy.
pip install cappy
cappy run
--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
Run the release helper to build wheels and source archives via Hatch:
./upload.shupload.sh shells out to uvx hatch build followed by uvx hatch publish, so Hatch runs in an ephemeral environment without a global install.