monkey-coder-sdk


Namemonkey-coder-sdk JSON
Version 1.0.1 PyPI version JSON
download
home_pagehttps://github.com/monkey-coder/sdk
SummaryPython SDK for Monkey Coder API - AI-powered code generation and analysis
upload_time2025-07-28 07:34:51
maintainerNone
docs_urlNone
authorMonkey Coder
requires_python>=3.8
licenseNone
keywords ai code generation api sdk monkey coder automation
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Monkey Coder SDK

Python SDK for interacting with the Monkey Coder API.

## Installation

```bash
pip install monkey-coder-sdk
```

## Usage

```python
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

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/monkey-coder/sdk",
    "name": "monkey-coder-sdk",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "ai, code generation, api, sdk, monkey coder, automation",
    "author": "Monkey Coder",
    "author_email": "support@monkeycoder.dev",
    "download_url": "https://files.pythonhosted.org/packages/0a/a4/e1cedc272678cfa9f840b42c8156eea5d8dab351c15d2a9108338666f13f/monkey_coder_sdk-1.0.1.tar.gz",
    "platform": null,
    "description": "# Monkey Coder SDK\n\nPython SDK for interacting with the Monkey Coder API.\n\n## Installation\n\n```bash\npip install monkey-coder-sdk\n```\n\n## Usage\n\n```python\nfrom monkey_coder_sdk import MonkeyCoderClient\n\nclient = MonkeyCoderClient(api_key=\"your-api-key\")\n\n# Execute a coding task\nresult = client.execute(\n    task_type=\"code_generation\",\n    prompt=\"Create a function to calculate fibonacci numbers\",\n    files=[]\n)\n\nprint(result)\n```\n\n## Features\n\n- Easy API integration\n- Type hints and validation\n- Async support\n- Error handling\n\n## License\n\nMIT License\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Python SDK for Monkey Coder API - AI-powered code generation and analysis",
    "version": "1.0.1",
    "project_urls": {
        "Bug Reports": "https://github.com/monkey-coder/sdk/issues",
        "Documentation": "https://docs.monkeycoder.dev/sdk/python",
        "Homepage": "https://github.com/monkey-coder/sdk",
        "Source": "https://github.com/monkey-coder/sdk"
    },
    "split_keywords": [
        "ai",
        " code generation",
        " api",
        " sdk",
        " monkey coder",
        " automation"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "79cb04fba3d62e329e627ec60849e5496485e1c8b105adcfdbb9a2441380e2ee",
                "md5": "38e5957cc810606e625a13c8a9028761",
                "sha256": "cc84a0dbd4631b11955e776232b7d176e3476cbdfa989c1aa2f6638c86c387e8"
            },
            "downloads": -1,
            "filename": "monkey_coder_sdk-1.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "38e5957cc810606e625a13c8a9028761",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 10022,
            "upload_time": "2025-07-28T07:34:49",
            "upload_time_iso_8601": "2025-07-28T07:34:49.955105Z",
            "url": "https://files.pythonhosted.org/packages/79/cb/04fba3d62e329e627ec60849e5496485e1c8b105adcfdbb9a2441380e2ee/monkey_coder_sdk-1.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "0aa4e1cedc272678cfa9f840b42c8156eea5d8dab351c15d2a9108338666f13f",
                "md5": "70813ef830e77275cb03cddae66c4f5f",
                "sha256": "2671fcab04b5d420813298f03e62973e4fc2130f7e5b3359e78ec41920eae24b"
            },
            "downloads": -1,
            "filename": "monkey_coder_sdk-1.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "70813ef830e77275cb03cddae66c4f5f",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 9529,
            "upload_time": "2025-07-28T07:34:51",
            "upload_time_iso_8601": "2025-07-28T07:34:51.506774Z",
            "url": "https://files.pythonhosted.org/packages/0a/a4/e1cedc272678cfa9f840b42c8156eea5d8dab351c15d2a9108338666f13f/monkey_coder_sdk-1.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-07-28 07:34:51",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "monkey-coder",
    "github_project": "sdk",
    "github_not_found": true,
    "lcname": "monkey-coder-sdk"
}
        
Elapsed time: 1.40448s