heiwa4126-hello-python 0.2.0

Creator: bradpython12

Last updated:

Add to Cart

Description:

heiwa4126hellopython 0.2.0

heiwa4126-hello-python



Just another useless repository for drill.
Python 練習用の意味のないレポジトリ。
Installation
pip install heiwa4126-hello-python

Usage
heiwa4126-hello-python
heiwa4126-hello-python Dolly
heiwa4126-hello-python -h
# or
python -m heiwa4126_hello_python
python -m heiwa4126_hello_python "Mr. Monkey"
python -m heiwa4126_hello_python -h
# or
python -c "from heiwa4126_hello_python import hello; hello()"
python -c "from heiwa4126_hello_python import hello; hello('world')"

or
from heiwa4126_hello_python import hello

hello()
hello("goodbye")

開発のしかた
Hatch を使っているので、pip install hatch でインストール。
もしくは Windows や Mac なら GUI のインストーラ使う (Python 不要)
Installation - Hatch
# プロジェクトをクローンして
git clone https://github.com/heiwa4126/hello-python.git
# ディレクトリに移動して、
cd hello-python
# VSCodeで開く
hatch run code .

で、
hatch run main
# (update something)
hatch fmt
hatch test -a
hatch run bump
rm -rf dist && hatch build
hatch publish -r test
hatch publish

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.