Python SDK for Monkey Coder API - AI-powered code generation and analysis
Project description
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
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
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 monkey_coder_sdk-1.1.0.tar.gz.
File metadata
- Download URL: monkey_coder_sdk-1.1.0.tar.gz
- Upload date:
- Size: 9.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ea504b003f72325f96e13acb71ac9c158be833a9b5af1dcb26ce35bfc2ff8209
|
|
| MD5 |
cde71383506051a5ee8b45c8be295f54
|
|
| BLAKE2b-256 |
d67e9f2a10def3146745a5b88a36d9c4c26799ebeec9f3f46d8143fd4841b46c
|
File details
Details for the file monkey_coder_sdk-1.1.0-py3-none-any.whl.
File metadata
- Download URL: monkey_coder_sdk-1.1.0-py3-none-any.whl
- Upload date:
- Size: 10.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5b0d26411b6d9bebaf83f0d5f01d09686fc85960994ddca5d3e451644c527972
|
|
| MD5 |
cb69340995c928caad3452f33bef80d4
|
|
| BLAKE2b-256 |
1d7745d4dfc0a71d2fbe8c41f63470c762c6f99b8d8851d548101ddcc8a2f4dc
|