MyPkgManually


NameMyPkgManually JSON
Version 0.1.1 PyPI version JSON
download
home_pagehttps://github.com/yourusername/helloworld
SummaryA simple Python package that says Hello, World!
upload_time2025-01-23 18:50:28
maintainerNone
docs_urlNone
authorYour Name
requires_python>=3.6
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # MyPkgManually

This is a simple Python package that prints "Hello, World!".

## Installation

```bash
pip install MyPkgManually

## Usage

from MyPkgManually import say_hello
say_hello()

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/yourusername/helloworld",
    "name": "MyPkgManually",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": null,
    "keywords": null,
    "author": "Your Name",
    "author_email": "your.email@example.com",
    "download_url": "https://files.pythonhosted.org/packages/a8/e4/893ebe3984f0fe0acca4143a8f28d660cfd8695efd8ec121bd25fb452acc/mypkgmanually-0.1.1.tar.gz",
    "platform": null,
    "description": "# MyPkgManually\r\n\r\nThis is a simple Python package that prints \"Hello, World!\".\r\n\r\n## Installation\r\n\r\n```bash\r\npip install MyPkgManually\r\n\r\n## Usage\r\n\r\nfrom MyPkgManually import say_hello\r\nsay_hello()\r\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "A simple Python package that says Hello, World!",
    "version": "0.1.1",
    "project_urls": {
        "Homepage": "https://github.com/yourusername/helloworld"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d345e8a119127113d9be1ea0a4f9a7cf02ab60f23cf4c37be75d462ebfa9d191",
                "md5": "5f467c6e53b2ed7862d1fa76bcef081a",
                "sha256": "972bff991df694737f74a470344431425b0c181d937f2cbd5ae60d8b22829fa4"
            },
            "downloads": -1,
            "filename": "MyPkgManually-0.1.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "5f467c6e53b2ed7862d1fa76bcef081a",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 2622,
            "upload_time": "2025-01-23T18:50:26",
            "upload_time_iso_8601": "2025-01-23T18:50:26.631320Z",
            "url": "https://files.pythonhosted.org/packages/d3/45/e8a119127113d9be1ea0a4f9a7cf02ab60f23cf4c37be75d462ebfa9d191/MyPkgManually-0.1.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a8e4893ebe3984f0fe0acca4143a8f28d660cfd8695efd8ec121bd25fb452acc",
                "md5": "1623d5240fb576d1432aacb926a85e14",
                "sha256": "f5c3ee4514ad72a06fe6ce44700a607929d40a9a9a828415d0f3ea3994007bb0"
            },
            "downloads": -1,
            "filename": "mypkgmanually-0.1.1.tar.gz",
            "has_sig": false,
            "md5_digest": "1623d5240fb576d1432aacb926a85e14",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 2112,
            "upload_time": "2025-01-23T18:50:28",
            "upload_time_iso_8601": "2025-01-23T18:50:28.433010Z",
            "url": "https://files.pythonhosted.org/packages/a8/e4/893ebe3984f0fe0acca4143a8f28d660cfd8695efd8ec121bd25fb452acc/mypkgmanually-0.1.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-01-23 18:50:28",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "yourusername",
    "github_project": "helloworld",
    "github_not_found": true,
    "lcname": "mypkgmanually"
}
        
Elapsed time: 0.37651s