Monkey Coder SDK
Python SDK for interacting with the Monkey Coder API.
Installation
pip install monkey-coder-sdk
Usage
from monkey_coder_sdk import MonkeyCoderClient
client = MonkeyCoderClient(api_key="your-api-key")
# Execute a coding task
result = client.execute(
task_type="code_generation",
prompt="Create a function to calculate fibonacci numbers",
files=[]
)
print(result)
Features
- Easy API integration
- Type hints and validation
- Async support
- Error handling
License
MIT License
Release files for monkey-coder-sdk 1.1.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| monkey_coder_sdk-1.1.0.tar.gz | 9.6 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| monkey_coder_sdk-1.1.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 19.7 kB
Release files / monkey_coder_sdk-1.1.0.tar.gz
| Download URL | monkey_coder_sdk-1.1.0.tar.gz |
|---|---|
| Size | 9.6 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
ea504b003f72325f96e13acb71ac9c158be833a9b5af1dcb26ce35bfc2ff8209
|
|
BLAKE2b-256 checksum How to use checksums |
d67e9f2a10def3146745a5b88a36d9c4c26799ebeec9f3f46d8143fd4841b46c
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.12.3
|
Release files / monkey_coder_sdk-1.1.0-py3-none-any.whl
| Download URL | monkey_coder_sdk-1.1.0-py3-none-any.whl |
|---|---|
| Size | 10.1 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
5b0d26411b6d9bebaf83f0d5f01d09686fc85960994ddca5d3e451644c527972
|
|
BLAKE2b-256 checksum How to use checksums |
1d7745d4dfc0a71d2fbe8c41f63470c762c6f99b8d8851d548101ddcc8a2f4dc
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.12.3
|