1 Star 0 Fork 0

Algebra-FUN/docx2msg

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
pyproject.toml 890 Bytes
一键复制 编辑 原始数据 按行查看 历史
Algebra-FUN 提交于 2024-03-02 14:47 . [fix] some minor mistakes
[build-system]
requires = ["setuptools>=61.0.0", "wheel"]
build-backend = "setuptools.build_meta"
[project]
name = "docx2msg"
version = "0.1.2"
authors = [{name = "Algebra-FUN", email = "algebra-fun@outlook.com"}]
description = "Convert a docx to an Outlook Mail-Item."
readme = "README.md"
license = {text = "MIT"}
keywords = ["convert", "docx", "msg", "outlook","mail"]
classifiers = [
"License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 3",
"Environment :: Win32 (MS Windows)",
"Intended Audience :: Developers",
"Operating System :: Microsoft :: Windows",
]
requires-python = ">=3.8"
dependencies = [
"pyyaml",
"python-docx",
"docxtpl",
"pywin32",
"beautifulsoup4"
]
[project.urls]
Repository = "https://github.com/Algebra-FUN/docx2msg"
Homepage = "https://github.com/Algebra-FUN/docx2msg"
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/Algebra-FUN/docx2msg.git
git@gitee.com:Algebra-FUN/docx2msg.git
Algebra-FUN
docx2msg
docx2msg
main

搜索帮助