Metadata-Version: 2.4
Name: onshape
Version: 0.2.39
Summary: K-Scale's library for programmatically interacting with OnShape
Home-page: https://github.com/kscalelabs/onshape
Author: Benjamin Bolte
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: asyncstdlib
Requires-Dist: httpx
Requires-Dist: networkx
Requires-Dist: numpy
Requires-Dist: numpy-stl
Requires-Dist: omegaconf
Requires-Dist: pydantic
Requires-Dist: scipy
Requires-Dist: trimesh
Provides-Extra: dev
Requires-Dist: black; extra == "dev"
Requires-Dist: darglint; extra == "dev"
Requires-Dist: isort; extra == "dev"
Requires-Dist: mypy; extra == "dev"
Requires-Dist: pytest; extra == "dev"
Requires-Dist: ruff; extra == "dev"
Requires-Dist: isort; extra == "dev"
Provides-Extra: mujoco
Requires-Dist: mujoco; extra == "mujoco"
Requires-Dist: urdf2mjcf; extra == "mujoco"
Requires-Dist: mujoco-python-viewer; extra == "mujoco"
Provides-Extra: open3d
Requires-Dist: open3d; extra == "open3d"
Provides-Extra: all
Requires-Dist: black; extra == "all"
Requires-Dist: darglint; extra == "all"
Requires-Dist: isort; extra == "all"
Requires-Dist: mypy; extra == "all"
Requires-Dist: pytest; extra == "all"
Requires-Dist: ruff; extra == "all"
Requires-Dist: isort; extra == "all"
Requires-Dist: mujoco; extra == "all"
Requires-Dist: urdf2mjcf; extra == "all"
Requires-Dist: mujoco-python-viewer; extra == "all"
Requires-Dist: open3d; extra == "all"
Dynamic: author
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license-file
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

<div align="center">

[![License](https://img.shields.io/badge/license-MIT-green)](https://github.com/kscalelabs/onshape/blob/main/LICENSE)
[![Version](https://img.shields.io/pypi/v/onshape)](https://pypi.org/project/onshape/)
[![Discord](https://img.shields.io/discord/1224056091017478166)](https://discord.gg/k5mSvCkYQh)
[![Wiki](https://img.shields.io/badge/wiki-humanoids-black)](https://humanoids.wiki)
<br />
[![python](https://img.shields.io/badge/-Python_3.11-blue?logo=python&logoColor=white)](https://github.com/pre-commit/pre-commit)
[![black](https://img.shields.io/badge/Code%20Style-Black-black.svg?labelColor=gray)](https://black.readthedocs.io/en/stable/)
[![ruff](https://img.shields.io/badge/Linter-Ruff-red.svg?labelColor=gray)](https://github.com/charliermarsh/ruff)
<br />
[![Publish Python Package](https://github.com/kscalelabs/onshape/actions/workflows/publish.yml/badge.svg)](https://github.com/kscalelabs/onshape/actions/workflows/publish.yml)
[![Python Checks](https://github.com/kscalelabs/onshape/actions/workflows/test.yml/badge.svg)](https://github.com/kscalelabs/onshape/actions/workflows/test.yml)

</div>

# K-Scale OnShape Library

Welcome to the K-Scale OnShape Library! For more information, see the [documentation](https://docs.kscale.dev/docs/onshape-to-urdf-converter).

# Quick Start

```
onshape run -o "output_dir" -f "config_path" onshape_url
```
