Metadata-Version: 2.4
Name: renomee-pyp
Version: 0.0.3
Summary: Lightweight image utilities for image-to-PDF, compression, and OCR.
Author: hetianhe2024
License-Expression: Apache-2.0
Project-URL: Homepage, https://xiaojingxiu.com/
Project-URL: Source, https://github.com/hetianhe2024/didafix
Keywords: image,pdf,image-to-pdf,compression,ocr,document,converter,tools
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown

# renomee-pyp

`renomee-pyp` 是一个 Python 包项目骨架（包名：`renomee_pyp`），并已配置 GitHub Actions + PyPI Trusted Publisher 的发布流程。

## 安装

```bash
python -m pip install renomee-pyp
```

## 使用

```python
import renomee_pyp

print(renomee_pyp.__version__)
```

## 发布到 PyPI（Trusted Publishing）

本仓库提供工作流：`.github/workflows/publish.yml`。

- 在 PyPI 的 “Trusted Publisher” 表单中：
  - **Owner**：`hetianhe2024`
  - **Repository name**：`renomee-pyp`
  - **Workflow name**：`publish.yml`
  - **Environment name**：留空（本工作流未使用 GitHub Environments）

触发方式：
- 发布一个 GitHub Release（`release: published` 会触发发布）
- 或者在 Actions 页面手动运行（`workflow_dispatch`）
