Launch Week Day 4: Introducing Data Exports.Learn More
Socket
Book a DemoSign in
Socket

hello-wordl

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hello-wordl

A simple hello wordl package

pipPyPI
Version
0.2.0
Maintainers
1

Hello World

A simple Python package that says hello to the world!

Installation

You can install the package from PyPI:

pip install hello-wordl

Usage

As a library

from hello_wordl.hello import hello

# Say hello to the wordl
print(hello())  # Outputs: Hello, wordl!

# Say hello to someone
print(hello("Alice"))  # Outputs: Hello, Alice! Welcome to the wordl!

As a command-line application

# Say hello to the wordl
hello-wordl

# Say hello to someone
hello-wordl --name Alice

Development

This package uses a src-layout as recommended by modern Python packaging guidelines.

To set up for development:

  • Clone the repository
  • Create a virtual environment
  • Install development dependencies: pip install -e ".[dev]"

License

This project is licensed under the MIT License - see the LICENSE file for details.

Keywords

hello

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts