Metadata-Version: 2.1
Name: carbon3d-client
Version: 0.0.1
Summary: Carbon API (Draft)
Home-page: UNKNOWN
Author: Carbon API Support
Author-email: api-list@carbon3d.com
License: UNKNOWN
Keywords: OpenAPI,OpenAPI-Generator,Carbon API (Draft)
Platform: UNKNOWN
Requires-Dist: urllib3 (>=1.15)
Requires-Dist: six (>=1.10)
Requires-Dist: certifi
Requires-Dist: python-dateutil

An API to interact with Carbon&#39;s Manufacturing Cloud including 3D model upload, automated order processing and part history.  Getting started ---------------  - [Generate and download an API key](https://carbon3d.print.carbon3d.com/api_keys)   - Your API key and client secret will be downloaded into a secret.json file.  - [Use generated API key to generate a JWT token](/token_generator) from the api key.   - If your API key is revoked, this token will no longer work.  - Authorize with generated token  - Upload mesh files  - Create orders  - Monitor order status   # noqa: E501


