Skip to main content

A simple Hello World library

Project description

Hello World Library

A simple Python library that provides a "Hello, World!" function.

Installation

pip install rahul-pypi

Usage

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:
pip install -e .[dev]
  1. Run tests:
pytest

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

rahul_pypi-0.0.post17.tar.gz (3.6 kB view hashes)

Uploaded Source

Built Distribution

rahul_pypi-0.0.post17-py3-none-any.whl (3.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page