kittycad


Namekittycad JSON
Version 0.7.2 PyPI version JSON
download
home_pageNone
SummaryA client library for accessing KittyCAD
upload_time2024-10-25 20:31:02
maintainerNone
docs_urlNone
authorNone
requires_python<4.0,>=3.9
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 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.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "kittycad",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.9",
    "maintainer_email": null,
    "keywords": null,
    "author": null,
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/7f/74/f6045979c798df5608aea8ac0e82f7677b3748f34bf87e5b55763f482eab/kittycad-0.7.2.tar.gz",
    "platform": null,
    "description": "# kittycad.py\n\nThe Python API client for KittyCAD.\n\n- [PyPI](https://pypi.org/project/kittycad/)\n- [Python docs](https://python.api.docs.zoo.dev/)\n- [KittyCAD API Docs](https://zoo.dev/docs/api?lang=python)\n\n## Generating\n\nYou can trigger a build with the GitHub action to generate the client. This will\nautomatically update the client to the latest version based on the spec hosted\nat [api.zoo.dev](https://api.zoo.dev/).\n\nAlternatively, if you wish to generate the client locally, make sure you have\n[Docker installed](https://docs.docker.com/get-docker/) and run:\n\n```bash\n$ make generate\n```\n\n## Contributing\n\nPlease do not change the code directly since it is generated. PRs that change\nthe code directly will be automatically closed by a bot.\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "A client library for accessing KittyCAD",
    "version": "0.7.2",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "743fa2b946ba7b0702530d36c88348d092059b0e67d60ac3657c10b6fe320802",
                "md5": "a0cd3c7098d4253145911e77fd1f9a3d",
                "sha256": "151d30091a511429ea4dc992d7e03f2da52ad39dd5d5d7c279fc228fe792dddb"
            },
            "downloads": -1,
            "filename": "kittycad-0.7.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "a0cd3c7098d4253145911e77fd1f9a3d",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.9",
            "size": 325549,
            "upload_time": "2024-10-25T20:31:00",
            "upload_time_iso_8601": "2024-10-25T20:31:00.627929Z",
            "url": "https://files.pythonhosted.org/packages/74/3f/a2b946ba7b0702530d36c88348d092059b0e67d60ac3657c10b6fe320802/kittycad-0.7.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7f74f6045979c798df5608aea8ac0e82f7677b3748f34bf87e5b55763f482eab",
                "md5": "230faa335c7796b825ca4e65f9b9da03",
                "sha256": "9139b165c4c8d33bb01fdd31f5cb4e7384fdcf7bf8ee3a04e56ba038e4b813c7"
            },
            "downloads": -1,
            "filename": "kittycad-0.7.2.tar.gz",
            "has_sig": false,
            "md5_digest": "230faa335c7796b825ca4e65f9b9da03",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.9",
            "size": 105924,
            "upload_time": "2024-10-25T20:31:02",
            "upload_time_iso_8601": "2024-10-25T20:31:02.218043Z",
            "url": "https://files.pythonhosted.org/packages/7f/74/f6045979c798df5608aea8ac0e82f7677b3748f34bf87e5b55763f482eab/kittycad-0.7.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-10-25 20:31:02",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "kittycad"
}
        
Elapsed time: 0.71157s