# kittycad.py The Python API client for KittyCAD. - [PyPI](https://pypi.org/project/kittycad/) - [Python docs](https://python.api.docs.zoo.dev/) - [KittyCAD API Docs](https://zoo.dev/docs/api?lang=python) ## Generating 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 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.