rahul-pypi


Namerahul-pypi JSON
Version 0.0.post17 PyPI version JSON
download
home_pagehttps://gitlab.com/rahuljhs/pypi
SummaryA simple Hello World library
upload_time2024-06-22 00:34:30
maintainerNone
docs_urlNone
authorYour Name
requires_python>=3.6
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Hello World Library
A simple Python library that provides a "Hello, World!" function.

## Installation
pip install rahul-pypi

## Usage
```python
from hello_world_lib import hello_world

print(hello_world())  # Output: Hello, World!
print(hello_world("Alice"))  # Output: Hello, Alice!
```

## Development
To set up the development environment:
1. Clone the repository
2. Install the package in editable mode with development dependencies:
```shell
pip install -e .[dev]
```
3. Run tests:
```shell
pytest
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://gitlab.com/rahuljhs/pypi",
    "name": "rahul-pypi",
    "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/1d/c6/e93a74e074e67d43b4ff2f054a72710b96610ea97ff7a2565da9d4d63828/rahul_pypi-0.0.post17.tar.gz",
    "platform": null,
    "description": "# Hello World Library\nA simple Python library that provides a \"Hello, World!\" function.\n\n## Installation\npip install rahul-pypi\n\n## Usage\n```python\nfrom hello_world_lib import hello_world\n\nprint(hello_world())  # Output: Hello, World!\nprint(hello_world(\"Alice\"))  # Output: Hello, Alice!\n```\n\n## Development\nTo set up the development environment:\n1. Clone the repository\n2. Install the package in editable mode with development dependencies:\n```shell\npip install -e .[dev]\n```\n3. Run tests:\n```shell\npytest\n```\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A simple Hello World library",
    "version": "0.0.post17",
    "project_urls": {
        "Homepage": "https://gitlab.com/rahuljhs/pypi"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "818d3c0f643533b4f4c61e1d540e60959279b9588e8ae79a2a6458ff0daea037",
                "md5": "a8921699d22fa67a8075c64866ae0264",
                "sha256": "0e7dfc8ecc6406b12e59f3811a703af557e6b79d63a634ed400acc1128c54479"
            },
            "downloads": -1,
            "filename": "rahul_pypi-0.0.post17-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "a8921699d22fa67a8075c64866ae0264",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 3256,
            "upload_time": "2024-06-22T00:34:29",
            "upload_time_iso_8601": "2024-06-22T00:34:29.114557Z",
            "url": "https://files.pythonhosted.org/packages/81/8d/3c0f643533b4f4c61e1d540e60959279b9588e8ae79a2a6458ff0daea037/rahul_pypi-0.0.post17-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1dc6e93a74e074e67d43b4ff2f054a72710b96610ea97ff7a2565da9d4d63828",
                "md5": "8391a1d93e4f6f701874250f8f92ad81",
                "sha256": "04546104e723541a87bd37fb5efa7e740959c5134341742f2a4935d17cca36e2"
            },
            "downloads": -1,
            "filename": "rahul_pypi-0.0.post17.tar.gz",
            "has_sig": false,
            "md5_digest": "8391a1d93e4f6f701874250f8f92ad81",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 3624,
            "upload_time": "2024-06-22T00:34:30",
            "upload_time_iso_8601": "2024-06-22T00:34:30.097205Z",
            "url": "https://files.pythonhosted.org/packages/1d/c6/e93a74e074e67d43b4ff2f054a72710b96610ea97ff7a2565da9d4d63828/rahul_pypi-0.0.post17.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-06-22 00:34:30",
    "github": false,
    "gitlab": true,
    "bitbucket": false,
    "codeberg": false,
    "gitlab_user": "rahuljhs",
    "gitlab_project": "pypi",
    "lcname": "rahul-pypi"
}
        
Elapsed time: 0.78005s