hailv-hello-lib


Namehailv-hello-lib JSON
Version 0.1.0 PyPI version JSON
download
home_pageNone
SummaryA simple package that prints hello.
upload_time2024-12-22 09:09:52
maintainerNone
docs_urlNone
authoryangfan_hailv
requires_python<4.0,>=3.12
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # hello_package

A simple Python package that prints "hello".

## Usage

```python
from hello_package import print_hello

print_hello()

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "hailv-hello-lib",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.12",
    "maintainer_email": null,
    "keywords": null,
    "author": "yangfan_hailv",
    "author_email": "one.gongjiang@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/de/6d/efc2ac5c995128ba782f2b19485b2a154f1ed9dc195ed54dfbb33ddb826f/hailv_hello_lib-0.1.0.tar.gz",
    "platform": null,
    "description": "# hello_package\n\nA simple Python package that prints \"hello\".\n\n## Usage\n\n```python\nfrom hello_package import print_hello\n\nprint_hello()\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "A simple package that prints hello.",
    "version": "0.1.0",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8dea948ebd8ebee078c1e90fd8acff40190d2d18d6a22a438dde1230094edb65",
                "md5": "c1824b6a80af42d56009564abb75c837",
                "sha256": "ee8828a4d56bf287e1b6eb1177252aefc37dcb99a0192dcbd5a5befecc016e22"
            },
            "downloads": -1,
            "filename": "hailv_hello_lib-0.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "c1824b6a80af42d56009564abb75c837",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.12",
            "size": 1213,
            "upload_time": "2024-12-22T09:09:49",
            "upload_time_iso_8601": "2024-12-22T09:09:49.557283Z",
            "url": "https://files.pythonhosted.org/packages/8d/ea/948ebd8ebee078c1e90fd8acff40190d2d18d6a22a438dde1230094edb65/hailv_hello_lib-0.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "de6defc2ac5c995128ba782f2b19485b2a154f1ed9dc195ed54dfbb33ddb826f",
                "md5": "04016f9d146756125db0b0de04062f69",
                "sha256": "bcbd72810c1ddd3b64d69043c6dfc93ccb4c9740cd4ea1ff2b9824d077812218"
            },
            "downloads": -1,
            "filename": "hailv_hello_lib-0.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "04016f9d146756125db0b0de04062f69",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.12",
            "size": 777,
            "upload_time": "2024-12-22T09:09:52",
            "upload_time_iso_8601": "2024-12-22T09:09:52.075042Z",
            "url": "https://files.pythonhosted.org/packages/de/6d/efc2ac5c995128ba782f2b19485b2a154f1ed9dc195ed54dfbb33ddb826f/hailv_hello_lib-0.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-12-22 09:09:52",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "hailv-hello-lib"
}
        
Elapsed time: 0.41205s