Files
kittycad.py/README.md

26 lines
749 B
Markdown
Raw Normal View History

2021-12-06 12:24:34 -08:00
# kittycad.py
The Python API client for KittyCAD.
2021-12-06 12:24:34 -08:00
2021-12-14 18:19:40 -08:00
- [PyPI](https://pypi.org/project/kittycad/)
2024-01-06 19:20:18 -08:00
- [Python docs](https://python.api.docs.zoo.dev/)
- [KittyCAD API Docs](https://zoo.dev/docs/api?lang=python)
2021-12-14 18:19:40 -08:00
## Generating
2021-12-06 12:24:34 -08:00
You can trigger a build with the GitHub action to generate the client. This will
automatically update the client to the latest version based on the spec hosted
2024-01-06 20:16:15 -08:00
at [api.zoo.dev](https://api.zoo.dev/).
Alternatively, if you wish to generate the client locally, make sure you have
[Docker installed](https://docs.docker.com/get-docker/) and run:
```bash
$ make generate
```
## Contributing
Please do not change the code directly since it is generated. PRs that change
the code directly will be automatically closed by a bot.