hello-sdk17


Namehello-sdk17 JSON
Version 0.1.0 PyPI version JSON
download
home_pageNone
SummaryA simple example Python SDK
upload_time2025-08-15 10:56:16
maintainerNone
docs_urlNone
authorNone
requires_python>=3.7
licenseMIT
keywords sdk example hello
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # hello-sdk

A simple example Python SDK that says hello.

## Installation
```bash
pip install hello-sdk
```

```
from hello_sdk import HelloClient

client = HelloClient()
print(client.say_hello("World"))
```
---

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "hello-sdk17",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": null,
    "keywords": "sdk, example, hello",
    "author": null,
    "author_email": "Rohit <rohit.selvakumaran@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/1e/03/17b67f6b836d6c3034492c0b29b9e5f6fd771b5886c5efa1b53aa4e882dc/hello_sdk17-0.1.0.tar.gz",
    "platform": null,
    "description": "# hello-sdk\r\n\r\nA simple example Python SDK that says hello.\r\n\r\n## Installation\r\n```bash\r\npip install hello-sdk\r\n```\r\n\r\n```\r\nfrom hello_sdk import HelloClient\r\n\r\nclient = HelloClient()\r\nprint(client.say_hello(\"World\"))\r\n```\r\n---\r\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A simple example Python SDK",
    "version": "0.1.0",
    "project_urls": {
        "Homepage": "https://github.com/RO-HIT17/Python_SDK"
    },
    "split_keywords": [
        "sdk",
        " example",
        " hello"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "e3325d12d5ab2aef846431fb51c46adee7b37e36fd34efeaf46040c3f5c18220",
                "md5": "c04e431a24c479e1925138049a150c27",
                "sha256": "5a722cd0e12b4118112083a5dc20052109158fb0da95d41dc750d2ffe19f0af9"
            },
            "downloads": -1,
            "filename": "hello_sdk17-0.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "c04e431a24c479e1925138049a150c27",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 1512,
            "upload_time": "2025-08-15T10:56:15",
            "upload_time_iso_8601": "2025-08-15T10:56:15.432284Z",
            "url": "https://files.pythonhosted.org/packages/e3/32/5d12d5ab2aef846431fb51c46adee7b37e36fd34efeaf46040c3f5c18220/hello_sdk17-0.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "1e0317b67f6b836d6c3034492c0b29b9e5f6fd771b5886c5efa1b53aa4e882dc",
                "md5": "d29b201530bf65ebb7235de7058f3b94",
                "sha256": "7bdff3e8d99253130bba89f1df3e9683ba5487d1b9a704051e5a69169f8a145b"
            },
            "downloads": -1,
            "filename": "hello_sdk17-0.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "d29b201530bf65ebb7235de7058f3b94",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 1287,
            "upload_time": "2025-08-15T10:56:16",
            "upload_time_iso_8601": "2025-08-15T10:56:16.858231Z",
            "url": "https://files.pythonhosted.org/packages/1e/03/17b67f6b836d6c3034492c0b29b9e5f6fd771b5886c5efa1b53aa4e882dc/hello_sdk17-0.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-08-15 10:56:16",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "RO-HIT17",
    "github_project": "Python_SDK",
    "github_not_found": true,
    "lcname": "hello-sdk17"
}
        
Elapsed time: 1.70805s