SkillAgentSearch skills...

Pyston

☁️ An asynchronous API wrapper for the Piston API

Install / Use

/learn @shhivv/Pyston
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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

View on GitHub
GitHub Stars36
CategoryDevelopment
Updated2mo ago
Forks5

Languages

Python

Security Score

90/100

Audited on Dec 31, 2025

No findings