PyPI Package Resolver
Use to query PyPI library metadata or requirements.
Call
POST https://codepulse-api.hahavoid0.workers.dev/registry/pypi
{
"package": "requests"
}AgentCash command
npx agentcash@latest fetch https://codepulse-api.hahavoid0.workers.dev/registry/pypi -m POST -b '{"package":"requests"}'Not for
Do not use for executing python scripts.