netint-agents-sdk


Namenetint-agents-sdk JSON
Version 0.2.0 PyPI version JSON
download
home_pagehttps://github.com/netint/netint-agents-sdk
SummaryPython SDK for the NetIntGPT Agents API
upload_time2025-10-20 22:09:57
maintainerNone
docs_urlNone
authorNetInt Team
requires_python>=3.8
licenseMIT
keywords netint api sdk agents ai development
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # NetInt Agents SDK

A Python SDK for interacting with the NetIntGPT Agents API.

## Installation

```bash
pip install -e .
```

## Quick Start

```python
from netint_agents_sdk import NetIntClient

client = NetIntClient.from_env()
environments = client.environments.list()
print(f"Found {len(environments)} environments")
```

## Documentation

See `QUICKSTART.md` and `docs/USAGE_GUIDE.md` for detailed documentation.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/netint/netint-agents-sdk",
    "name": "netint-agents-sdk",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "netint, api, sdk, agents, ai, development",
    "author": "NetInt Team",
    "author_email": "NetInt Team <support@netint.ai>",
    "download_url": "https://files.pythonhosted.org/packages/81/dc/1c977eb63bc1cbba8d4bfc97f9b31907403e462b4ae5008d3dba515583a9/netint_agents_sdk-0.2.0.tar.gz",
    "platform": null,
    "description": "# NetInt Agents SDK\n\nA Python SDK for interacting with the NetIntGPT Agents API.\n\n## Installation\n\n```bash\npip install -e .\n```\n\n## Quick Start\n\n```python\nfrom netint_agents_sdk import NetIntClient\n\nclient = NetIntClient.from_env()\nenvironments = client.environments.list()\nprint(f\"Found {len(environments)} environments\")\n```\n\n## Documentation\n\nSee `QUICKSTART.md` and `docs/USAGE_GUIDE.md` for detailed documentation.\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Python SDK for the NetIntGPT Agents API",
    "version": "0.2.0",
    "project_urls": {
        "Bug Reports": "https://github.com/netint/netint-agents-sdk/issues",
        "Documentation": "https://netint-agents-sdk.readthedocs.io",
        "Homepage": "https://github.com/netint/netint-agents-sdk",
        "Repository": "https://github.com/netint/netint-agents-sdk"
    },
    "split_keywords": [
        "netint",
        " api",
        " sdk",
        " agents",
        " ai",
        " development"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "39db81020160bcdb4a854ad5acc24c56b99fb4daee78187960692a2e7811b00e",
                "md5": "d98298e74d1887f830a28b33f7171d9e",
                "sha256": "a0e3ed7bb6b14b66b1f250c08f4a867a364fb5e3bc59dd74a39d5aa4dd123b54"
            },
            "downloads": -1,
            "filename": "netint_agents_sdk-0.2.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "d98298e74d1887f830a28b33f7171d9e",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 24562,
            "upload_time": "2025-10-20T22:09:56",
            "upload_time_iso_8601": "2025-10-20T22:09:56.482795Z",
            "url": "https://files.pythonhosted.org/packages/39/db/81020160bcdb4a854ad5acc24c56b99fb4daee78187960692a2e7811b00e/netint_agents_sdk-0.2.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "81dc1c977eb63bc1cbba8d4bfc97f9b31907403e462b4ae5008d3dba515583a9",
                "md5": "7942df2efad22a035b2fb609db58cc40",
                "sha256": "13551574f685e8c7101952267814d7fe204c052690b7c34d2f7938bee85f22bd"
            },
            "downloads": -1,
            "filename": "netint_agents_sdk-0.2.0.tar.gz",
            "has_sig": false,
            "md5_digest": "7942df2efad22a035b2fb609db58cc40",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 25986,
            "upload_time": "2025-10-20T22:09:57",
            "upload_time_iso_8601": "2025-10-20T22:09:57.729760Z",
            "url": "https://files.pythonhosted.org/packages/81/dc/1c977eb63bc1cbba8d4bfc97f9b31907403e462b4ae5008d3dba515583a9/netint_agents_sdk-0.2.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-10-20 22:09:57",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "netint",
    "github_project": "netint-agents-sdk",
    "github_not_found": true,
    "lcname": "netint-agents-sdk"
}
        
Elapsed time: 2.47224s