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
msopgen-0.0.1.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
File details
Details for the file msopgen-0.0.1.tar.gz.
File metadata
- Download URL: msopgen-0.0.1.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 |
e31eaa240cd6e3858a68cca4b7fc867ace8bdcceef68d92c6404fdd7c5a02adc
|
|
| MD5 |
8da1ec84535fb1c20352e2b71c4b1d7b
|
|
| BLAKE2b-256 |
ccc0a1d2b1634efa07e66dae3ae8c58cc30a44c0c4dd7993706f5f7edc01368f
|
File details
Details for the file msopgen-0.0.1-py3-none-any.whl.
File metadata
- Download URL: msopgen-0.0.1-py3-none-any.whl
- Upload date:
- Size: 1.9 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 |
64fc07f67834d402f5584455bb48dff858e8d10a9e155db933c46fcaf04f08b1
|
|
| MD5 |
7088bcc7b101bee9659548acc1bec1b9
|
|
| BLAKE2b-256 |
edf84bf20e1fe2b711a5bcec5a3b052bd98350af2293f8948d0baeb647b7afb2
|