Metadata-Version: 2.4
Name: partcad-cli
Version: 0.8.33
Summary: The PartCAD command line interface, which now ships inside 'partcad'
Author-email: PartCAD <support@partcad.org>
Maintainer-email: PartCAD <support@partcad.org>
License-Expression: Apache-2.0
Project-URL: Homepage, https://github.com/partcad/partcad
Project-URL: Issues, https://github.com/partcad/partcad/issues
Keywords: cadquery,build123d,cad,design,openscad,step,stl
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: <3.15,>=3.10
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: partcad==0.8.33
Provides-Extra: lint
Requires-Dist: partcad[lint]==0.8.33; extra == "lint"
Provides-Extra: aws
Requires-Dist: partcad[aws]==0.8.33; extra == "aws"
Dynamic: license-file

# partcad-cli

A compatibility shim. The PartCAD command line interface ships inside the
[`partcad`](https://pypi.org/project/partcad/) package, which is what this
depends on and what you should install:

```shell
pip install partcad
```

Installing `partcad-cli` still works and still gives you `pc` and `partcad` —
it just gets them from `partcad`, which it pulls in. This package contains no
code of its own.
