Coming soon
Project description
pip-helloworld
一个用于学习 PyPI 发布流程的 Hello World 示例包。
安装
pip install pip-helloworld
使用
作为命令行工具
pip-helloworld
在 Python 中使用
from pip_helloworld import greet, hello
# 自定义问候
print(greet("Alice"))
# 输出: Hello, Alice! 👋 来自 pip_helloworld 包
# 默认问候
hello()
# 输出: Hello, World! 👋 来自 pip_helloworld 包
作为模块运行
python -m pip_helloworld
开发
# 克隆项目
git clone https://github.com/yourname/pip-helloworld.git
cd pip-helloworld
# 安装开发依赖
pip install -e ".[dev]"
# 运行测试
pytest
License
MIT
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
mskl-0.0.2.tar.gz
(3.7 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
mskl-0.0.2-py3-none-any.whl
(1.8 kB
view details)
File details
Details for the file mskl-0.0.2.tar.gz.
File metadata
- Download URL: mskl-0.0.2.tar.gz
- Upload date:
- Size: 3.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5a6df8a91dc5eed053b967a85afcf1bf087139ba040989b0a7bdd90df6b408ea
|
|
| MD5 |
a86882f310c932f0bb376c25465bd5ff
|
|
| BLAKE2b-256 |
bca947bbc6af1af25d00fa4ef5c95a3802cf902d88f7f2fd4990b561fb1d1c94
|
File details
Details for the file mskl-0.0.2-py3-none-any.whl.
File metadata
- Download URL: mskl-0.0.2-py3-none-any.whl
- Upload date:
- Size: 1.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
42664d71c5b14450948cf71331616637f6141c5c7f838a810860c55933c9d146
|
|
| MD5 |
6a16cdee7c336228b94910b1b50a9ad1
|
|
| BLAKE2b-256 |
420f1ad2a8750c8882dac023f7cdfc66ccc3a6113ad2f62ed3b093819b29010d
|