通过提示调用不同api,实现请假、考勤、外出等OA功能
Project description
hw-oa
项目文档
本地运行项目
uvicorn app.main:app --reload
安装twine
uv pip install twine
发布项目
创建 ~/.pypirc,内容如下
[distutils]
index-servers =
pypi
[pypi]
repository = https://upload.pypi.org/legacy/
username = __token__
password = ****
uv build # 构建,完成后会生成目录 dist,下面放着压缩包 twine upload dist/* # 配置 ~/.pypirc后不需要手动输入密码
项目描述
- 由cicd工具生成模板
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
hw_oa-0.1.1.tar.gz
(4.5 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
hw_oa-0.1.1-py3-none-any.whl
(6.4 kB
view details)
File details
Details for the file hw_oa-0.1.1.tar.gz.
File metadata
- Download URL: hw_oa-0.1.1.tar.gz
- Upload date:
- Size: 4.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
eabddd189e158bfa9d99644efbd854b549528f6181299feefdb38a751da60e42
|
|
| MD5 |
f8e62c2d658da8067d35d5feedaa2045
|
|
| BLAKE2b-256 |
9249d5eb7f5726e1e62fcf9a2fe7c58e1f0a723dd75fa2111930d96cc1f076f6
|
File details
Details for the file hw_oa-0.1.1-py3-none-any.whl.
File metadata
- Download URL: hw_oa-0.1.1-py3-none-any.whl
- Upload date:
- Size: 6.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e9679498e438aa539b1c42ec18ee367a00bc99f737a83bf35f4f2753448846f8
|
|
| MD5 |
eb1d4aa25f2547de3d95308eb10bf4ab
|
|
| BLAKE2b-256 |
da35187cc38490ed4c6260514574876e74d8341a788e04b3c870b3826c53b33f
|