ktongue's picture
download
raw
1.25 kB
[tool.poetry]
name = "cadquery-server"
version = "0.4.1"
description = "A web server used to render 3d models from CadQuery code, and eventually build a static website as a showcase for your projects."
license = "MIT"
authors = ["Roipoussiere"]
readme = "./README.md"
homepage = "https://github.com/roipoussiere/cadquery-server"
repository = "https://github.com/roipoussiere/cadquery-server"
keywords = ["cad", "cadquery", "3d", "parametric", "modeling"]
packages = [
{ include = "cq_server" }
]
classifiers = [
"Framework :: Flask",
"Topic :: Multimedia :: Graphics :: 3D Modeling"
]
[tool.poetry.dependencies]
python = ">=3.8,<3.11"
Flask = "^2.2.2"
jupyter-cadquery = "^3.2.2"
cadquery-massembly = "^0.9.0"
matplotlib = "^3.5.3"
minify-html = "^0.10.0"
cadquery = {version = "2.2.0b0", optional = true, allow-prereleases = true}
casadi = {version = "^3.5.6rc2", optional = true, allow-prereleases = true}
CairoSVG = "^2.5.2"
[tool.poetry.scripts]
cq-server = "cq_server.cli:main"
[tool.poetry.group.dev.dependencies]
pylint = "^2.15.0"
PyAutoGUI = "^0.9.53"
paperclip = "^2.6.1"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"
[tool.poetry.extras]
cadquery = ["cadquery", "casadi"]

Xet Storage Details

Size:
1.25 kB
·
Xet hash:
c57bfa07fc2b8ced81c8dabd9abded84a40fb83907ae193a9afc286e86074977

Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.