easybpy


Nameeasybpy JSON
Version 0.0.1 PyPI version JSON
download
home_pageNone
SummaryA package version of Curtis Holt's EasyBPY library so that it can be pip installed. The original repo can be found here https://github.com/curtisjamesholt/EasyBPY
upload_time2024-11-12 15:52:35
maintainerNone
docs_urlNone
authorDanny Rakita
requires_python<3.12,>=3.11
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # EasyBPY
A module to simplify the use of the Blender Python API.

The purpose of the EasyBPY module is to simplify the use of the Blender API by creating an extra layer of abstraction that is more human-readable, memorable and reduces the user’s exposure to complex code paths.

EasyBPY can be added to Blender by installing it into the (../scripts/modules) folder in the user preferences (AppData). The file can also be re-packaged with any other addon, so long as the developer respects the limitations of the GPL license.

For a visual introduction, please watch the [announcement video](https://www.youtube.com/watch?v=ybnapDe4-Ts).

You can either grab the file from here on GitHub, or alternatively on [Gumroad](https://gumroad.com/l/easybpy).

Documentation (work-in-progress) is available on the [Website Wiki](https://curtisholt.online/wiki/easybpy).

Alternatively, the [official web page](https://curtisholt.online/easybpy) will provide a nice breakdown of what's possible.

For more information on the thought process behind EasyBPY, please [read this blog post](https://curtisholt.online/blog/easybpy).

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "easybpy",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<3.12,>=3.11",
    "maintainer_email": null,
    "keywords": null,
    "author": "Danny Rakita",
    "author_email": "daniel.rakita@yale.edu",
    "download_url": "https://files.pythonhosted.org/packages/67/b3/eef42879f61f61e75d9f5d01acec0fde8dedf661205a4743eaefc4266ad3/easybpy-0.0.1.tar.gz",
    "platform": null,
    "description": "# EasyBPY\nA module to simplify the use of the Blender Python API.\n\nThe purpose of the EasyBPY module is to simplify the use of the Blender API by creating an extra layer of abstraction that is more human-readable, memorable and reduces the user\u2019s exposure to complex code paths.\n\nEasyBPY can be added to Blender by installing it into the (../scripts/modules) folder in the user preferences (AppData). The file can also be re-packaged with any other addon, so long as the developer respects the limitations of the GPL license.\n\nFor a visual introduction, please watch the [announcement video](https://www.youtube.com/watch?v=ybnapDe4-Ts).\n\nYou can either grab the file from here on GitHub, or alternatively on [Gumroad](https://gumroad.com/l/easybpy).\n\nDocumentation (work-in-progress) is available on the [Website Wiki](https://curtisholt.online/wiki/easybpy).\n\nAlternatively, the [official web page](https://curtisholt.online/easybpy) will provide a nice breakdown of what's possible.\n\nFor more information on the thought process behind EasyBPY, please [read this blog post](https://curtisholt.online/blog/easybpy).\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A package version of Curtis Holt's EasyBPY library so that it can be pip installed.  The original repo can be found here https://github.com/curtisjamesholt/EasyBPY",
    "version": "0.0.1",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e2211b0c013132a160ec130c96323106018a717114eb1f6e4f266ea0cfeb116e",
                "md5": "37b1168cfbb8d33dd2f2503ee97cd340",
                "sha256": "4e83484b0ccd9dc9bb8594204e0d87fe3a2b69814ae82cfa2afddccad08d19ae"
            },
            "downloads": -1,
            "filename": "easybpy-0.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "37b1168cfbb8d33dd2f2503ee97cd340",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<3.12,>=3.11",
            "size": 20067,
            "upload_time": "2024-11-12T15:52:33",
            "upload_time_iso_8601": "2024-11-12T15:52:33.850290Z",
            "url": "https://files.pythonhosted.org/packages/e2/21/1b0c013132a160ec130c96323106018a717114eb1f6e4f266ea0cfeb116e/easybpy-0.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "67b3eef42879f61f61e75d9f5d01acec0fde8dedf661205a4743eaefc4266ad3",
                "md5": "b8cf8df87a825a616c46b68f55747373",
                "sha256": "6c61b67728779a4620ec9cbdcda97334a30134e0704db9183bb0b5018d096919"
            },
            "downloads": -1,
            "filename": "easybpy-0.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "b8cf8df87a825a616c46b68f55747373",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<3.12,>=3.11",
            "size": 20075,
            "upload_time": "2024-11-12T15:52:35",
            "upload_time_iso_8601": "2024-11-12T15:52:35.254063Z",
            "url": "https://files.pythonhosted.org/packages/67/b3/eef42879f61f61e75d9f5d01acec0fde8dedf661205a4743eaefc4266ad3/easybpy-0.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-11-12 15:52:35",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "easybpy"
}
        
Elapsed time: 0.35369s