通过提示调用不同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.2.tar.gz
(4.6 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.2-py3-none-any.whl
(6.6 kB
view details)
File details
Details for the file hw_oa-0.1.2.tar.gz.
File metadata
- Download URL: hw_oa-0.1.2.tar.gz
- Upload date:
- Size: 4.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5557e541163bb7d3edd134a44fb1037f91b1fdca204d8be2741a4a3b1491a9c7
|
|
| MD5 |
00a55e70b94d07f6250709c51676d2f9
|
|
| BLAKE2b-256 |
bb89cf417e6fd03dfa2990e2810e9b34480d263fc6a29e2b5a969729132b0ae2
|
File details
Details for the file hw_oa-0.1.2-py3-none-any.whl.
File metadata
- Download URL: hw_oa-0.1.2-py3-none-any.whl
- Upload date:
- Size: 6.6 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 |
914bb4d58dafa380183b5ae36e756c06c7a6d320d03699741720782cfa65836e
|
|
| MD5 |
624fb840cc9ce0756f8c86307512c968
|
|
| BLAKE2b-256 |
b96d366e611b8af188de1562978e4b777ba1c10a38919508cb38a441725ceeec
|