Pyston
☁️ An asynchronous API wrapper for the Piston API
Install / Use
/learn @shhivv/PystonREADME
Pyston
An asynchronous API wrapper for the <a href="https://github.com/engineer-man/piston">Piston API</a>.
Installation
pip install aiopyston
Basic implementation
from pyston import PystonClient, File
import asyncio
async def main():
client = PystonClient()
output = await client.execute("python", [File("print('Hello world')")])
print(output)
loop = asyncio.get_event_loop()
loop.run_until_complete(main())
Check out the <a href="https://aiopyston.readthedocs.io/">documentation</a> for more information
Related Skills
node-connect
336.9kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
83.0kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
336.9kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
commit-push-pr
83.0kCommit, push, and open a PR
