代码拉取完成,页面将自动刷新
# Documentation:
# https://packaging.python.org/en/latest/guides/writing-pyproject-toml/
# https://setuptools.pypa.io/en/latest/index.html
[build-system]
requires = ["setuptools", "wheel", "cython"]
build-backend = "setuptools.build_meta"
[tool.setuptools]
package-dir = {"" = "src"}
zip-safe = false
provides = ["ezdxf"]
[tool.setuptools.packages.find]
where = ["src"]
namespaces = false
[project]
name = "ezdxf"
dynamic = ["version"]
description = "A Python package to create/manipulate DXF drawings."
authors = [
]
readme = {file = "README.md", content-type = "text/markdown"}
requires-python = ">= 3.9"
dependencies=[
"pyparsing>=2.0.1",
"typing_extensions>=4.6.0",
"numpy",
"fonttools",
]
keywords = ["DXF", "CAD"]
license = {file = "LICENCE"}
# full list of classifiers: https://pypi.org/classifiers/
classifiers=[
"Development Status :: 5 - Production/Stable",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
"Intended Audience :: Developers",
"Topic :: Software Development :: Libraries :: Python Modules",
"Typing :: Typed",
]
[project.optional-dependencies]
# use PyQt5 (draw5/dev5) only when PySide6 is not available
draw = ["PySide6", "matplotlib", "PyMuPDF>=1.20.0", "Pillow"]
draw5 = ["PyQt5", "matplotlib", "PyMuPDF>=1.20.0", "Pillow"]
dev = [
"PySide6",
"setuptools",
"wheel",
"Cython",
"pytest",
"Pillow",
"matplotlib",
"PyMuPDF>=1.20.0",
]
dev5 = [
"PyQt5",
"setuptools",
"wheel",
"Cython",
"pytest",
"Pillow",
"matplotlib",
"PyMuPDF>=1.20.0"
]
[project.scripts]
ezdxf = "ezdxf.__main__:main"
[project.urls]
Repository = "https://github.com/mozman/ezdxf"
Documentation = "https://ezdxf.readthedocs.io"
Changelog = "https://ezdxf.mozman.at/notes/#/page/changelog"
Forum = "https://github.com/mozman/ezdxf/discussions"
Issues = "https://github.com/mozman/ezdxf/issues"
Website = "https://ezdxf.mozman.at"
Download = "https://pypi.org/project/ezdxf"
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。