Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/heiwa4126/pip-heiwa4126-hello

Python の hello パッケージ
https://github.com/heiwa4126/pip-heiwa4126-hello

Last synced: 5 days ago
JSON representation

Python の hello パッケージ

Awesome Lists containing this project

README

        

# heiwa4126.hello (pip-heiwa4126-hello)

[![PyPI - Version](https://img.shields.io/pypi/v/heiwa4126-hello.svg)](https://pypi.org/project/heiwa4126-hello)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/heiwa4126-hello.svg)](https://pypi.org/project/heiwa4126-hello)

---

## Installation

```bash
pip install heiwa4126.hello
# or
pip install heiwa4126-hello
pip install heiwa4126_hello
pip install "heiwa4126 hello"
```

## Usage

This package can be used as follows:

```python
from heiwa4126.hello import hello
print(hello())
```

This code will properly output "hello".
Additionally, when the package is installed, the command `heiwa4126_hello` is also installed.

```sh
heiwa4126_hello # or heiwa4126_hello2
```

This command will properly output "hello".

## License

`heiwa4126-hello` is distributed under the terms of the [MIT](https://spdx.org/licenses/MIT.html) license.