A simple API client for code execution
Project description
InstaVM Client
A Python client library for interacting with a simple API.
Installation
You can install the package using pip:
pip install instavm
Usage
```python
from instavm import InstaVM
client = InstaVM(api_key='your_api_key', base_url='https://api.instavm.io')
# Execute a command
result = client.execute("print(100**100)")
print(result)
# Get usage info for the session
usage = client.get_usage()
print(usage)
```
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
instavm-0.1.2.tar.gz
(3.0 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file instavm-0.1.2.tar.gz.
File metadata
- Download URL: instavm-0.1.2.tar.gz
- Upload date:
- Size: 3.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d6d4a9ffb1d2ff2118307479f2ae9500b1991392b2bd3e200a95933905644287
|
|
| MD5 |
3be3384346841a4c60927324c56c50df
|
|
| BLAKE2b-256 |
d015f8d30cdf41cedfedb64dbacfefc64566c09a99d55e878571a5e526ceb252
|
File details
Details for the file instavm-0.1.2-py3-none-any.whl.
File metadata
- Download URL: instavm-0.1.2-py3-none-any.whl
- Upload date:
- Size: 2.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
766729ce906ece3b7b550beac0d37bd581980c80abdd21eab7744866ef1e875c
|
|
| MD5 |
a965f350bbc38249ac7227ca0e046c29
|
|
| BLAKE2b-256 |
3ae767c124a2ab2ba6efd34f39ca155d744a318b3c0ef8760c614e215769676f
|