deadline-cloud-for-rhino


Namedeadline-cloud-for-rhino JSON
Version 0.1.4 PyPI version JSON
download
home_pageNone
SummaryAWS Deadline Cloud for Rhino
upload_time2024-11-20 21:44:39
maintainerNone
docs_urlNone
authorAmazon Web Services
requires_python>=3.9
licenseApache-2.0
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # AWS Deadline Cloud for Rhino

[![pypi](https://img.shields.io/pypi/v/deadline-cloud-for-rhino.svg?style=flat)](https://pypi.python.org/pypi/deadline-cloud-for-rhino)
[![python](https://img.shields.io/pypi/pyversions/deadline-cloud-for-rhino.svg?style=flat)](https://pypi.python.org/pypi/deadline-cloud-for-rhino)
[![license](https://img.shields.io/pypi/l/deadline-cloud-for-rhino.svg?style=flat)](https://github.com/aws-deadline/deadline-cloud-for-rhino/blob/mainline/LICENSE)

### Disclaimer
---

This GitHub repository is an example integration with AWS Deadline Cloud that is intended to only be used for testing and is subject to change. This code is an alpha release. It is not a commercial release and may contain bugs, errors, defects, or harmful components. Accordingly, the code in this repository is provided as-is. Use within a production environment is at your own risk!
 
Our focus is to explore a variety of software applications to ensure we have good coverage across common workflows. We prioritized making this example available earlier to users rather than being feature complete.

This example has been used by at least one internal or external development team to create a series of jobs that successfully rendered. However, your mileage may vary. If you have questions or issues with this example, please start a discussion or cut an issue.

---

AWS Deadline Cloud for Rhino is a python package that allows users to create [AWS Deadline Cloud][deadline-cloud] jobs from within Rhino.

[deadline-cloud]: https://docs.aws.amazon.com/deadline-cloud/latest/userguide/what-is-deadline-cloud.html
[deadline-cloud-client]: https://github.com/aws-deadline/deadline-cloud
[openjd]: https://github.com/OpenJobDescription/openjd-specifications/wiki

## Compatibility

This library requires:

1. Rhino 8,
1. Python 3.9 or higher; and
1. Windows or a macOS operating system.


## Submitter

This package provides a python based Rhino plugin that creates jobs for AWS Deadline Cloud using the [AWS Deadline Cloud client library][deadline-cloud-client]. Based on the loaded project it determines the files required, allows the user to specify render options, and builds an [OpenJD template][openjd] that defines the workflow.

### Getting Started

Instructions on how to use the submitter in Rhino can be found in [Submitter Development Workflow](https://github.com/aws-deadline/deadline-cloud-for-rhino/blob/release/DEVELOPMENT.md#submitter-development-workflow)

## Versioning

This package's version follows [Semantic Versioning 2.0](https://semver.org/), but is still considered to be in its 
initial development, thus backwards incompatible versions are denoted by minor version bumps. To help illustrate how
versions will increment during this initial development stage, they are described below:

1. The MAJOR version is currently 0, indicating initial development.
2. The MINOR version is currently incremented when backwards incompatible changes are introduced to the public API.
3. The PATCH version is currently incremented when bug fixes or backwards compatible changes are introduced to the public API.

## Security

See [CONTRIBUTING](https://github.com/aws-deadline/deadline-cloud-for-rhino/blob/release/CONTRIBUTING.md#security-issue-notifications) for more information.

## Telemetry

See [telemetry](https://github.com/aws-deadline/deadline-cloud-for-rhino/blob/release/docs/telemetry.md) for more information.

## License

This project is licensed under the Apache-2.0 License.


            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "deadline-cloud-for-rhino",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": null,
    "keywords": null,
    "author": "Amazon Web Services",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/3c/6e/c99610cfc9da322b52a1471a538e73ac3a5ab4ca731889582bab9fcd0465/deadline_cloud_for_rhino-0.1.4.tar.gz",
    "platform": null,
    "description": "# AWS Deadline Cloud for Rhino\n\n[![pypi](https://img.shields.io/pypi/v/deadline-cloud-for-rhino.svg?style=flat)](https://pypi.python.org/pypi/deadline-cloud-for-rhino)\n[![python](https://img.shields.io/pypi/pyversions/deadline-cloud-for-rhino.svg?style=flat)](https://pypi.python.org/pypi/deadline-cloud-for-rhino)\n[![license](https://img.shields.io/pypi/l/deadline-cloud-for-rhino.svg?style=flat)](https://github.com/aws-deadline/deadline-cloud-for-rhino/blob/mainline/LICENSE)\n\n### Disclaimer\n---\n\nThis GitHub repository is an example integration with AWS Deadline Cloud that is intended to only be used for testing and is subject to change. This code is an alpha release. It is not a commercial release and may contain bugs, errors, defects, or harmful components. Accordingly, the code in this repository is provided as-is. Use within a production environment is at your own risk!\n \nOur focus is to explore a variety of software applications to ensure we have good coverage across common workflows. We prioritized making this example available earlier to users rather than being feature complete.\n\nThis example has been used by at least one internal or external development team to create a series of jobs that successfully rendered. However, your mileage may vary. If you have questions or issues with this example, please start a discussion or cut an issue.\n\n---\n\nAWS Deadline Cloud for Rhino is a python package that allows users to create [AWS Deadline Cloud][deadline-cloud] jobs from within Rhino.\n\n[deadline-cloud]: https://docs.aws.amazon.com/deadline-cloud/latest/userguide/what-is-deadline-cloud.html\n[deadline-cloud-client]: https://github.com/aws-deadline/deadline-cloud\n[openjd]: https://github.com/OpenJobDescription/openjd-specifications/wiki\n\n## Compatibility\n\nThis library requires:\n\n1. Rhino 8,\n1. Python 3.9 or higher; and\n1. Windows or a macOS operating system.\n\n\n## Submitter\n\nThis package provides a python based Rhino plugin that creates jobs for AWS Deadline Cloud using the [AWS Deadline Cloud client library][deadline-cloud-client]. Based on the loaded project it determines the files required, allows the user to specify render options, and builds an [OpenJD template][openjd] that defines the workflow.\n\n### Getting Started\n\nInstructions on how to use the submitter in Rhino can be found in [Submitter Development Workflow](https://github.com/aws-deadline/deadline-cloud-for-rhino/blob/release/DEVELOPMENT.md#submitter-development-workflow)\n\n## Versioning\n\nThis package's version follows [Semantic Versioning 2.0](https://semver.org/), but is still considered to be in its \ninitial development, thus backwards incompatible versions are denoted by minor version bumps. To help illustrate how\nversions will increment during this initial development stage, they are described below:\n\n1. The MAJOR version is currently 0, indicating initial development.\n2. The MINOR version is currently incremented when backwards incompatible changes are introduced to the public API.\n3. The PATCH version is currently incremented when bug fixes or backwards compatible changes are introduced to the public API.\n\n## Security\n\nSee [CONTRIBUTING](https://github.com/aws-deadline/deadline-cloud-for-rhino/blob/release/CONTRIBUTING.md#security-issue-notifications) for more information.\n\n## Telemetry\n\nSee [telemetry](https://github.com/aws-deadline/deadline-cloud-for-rhino/blob/release/docs/telemetry.md) for more information.\n\n## License\n\nThis project is licensed under the Apache-2.0 License.\n\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "AWS Deadline Cloud for Rhino",
    "version": "0.1.4",
    "project_urls": {
        "Homepage": "https://github.com/aws-deadline/deadline-cloud-for-rhino",
        "Source": "https://github.com/aws-deadline/deadline-cloud-for-rhino"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "907ccf5cf8e0ab61af76f47f44bf181e704bb9d3f31e8584448c202777df4fe3",
                "md5": "3bc503cb66205c85b581773ebb50f9f9",
                "sha256": "e48ec1f9a8bd4dae0ce94c8c9658af43ef7b87adbfadd5971155b7c3782f4470"
            },
            "downloads": -1,
            "filename": "deadline_cloud_for_rhino-0.1.4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "3bc503cb66205c85b581773ebb50f9f9",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 14654,
            "upload_time": "2024-11-20T21:44:37",
            "upload_time_iso_8601": "2024-11-20T21:44:37.606892Z",
            "url": "https://files.pythonhosted.org/packages/90/7c/cf5cf8e0ab61af76f47f44bf181e704bb9d3f31e8584448c202777df4fe3/deadline_cloud_for_rhino-0.1.4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3c6ec99610cfc9da322b52a1471a538e73ac3a5ab4ca731889582bab9fcd0465",
                "md5": "b890239d50f092cb18af612cb9d7eed7",
                "sha256": "67dfeed8d003a50b4ce49a341a99e821633334586aff06d6f226f53262d2f737"
            },
            "downloads": -1,
            "filename": "deadline_cloud_for_rhino-0.1.4.tar.gz",
            "has_sig": false,
            "md5_digest": "b890239d50f092cb18af612cb9d7eed7",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 12516,
            "upload_time": "2024-11-20T21:44:39",
            "upload_time_iso_8601": "2024-11-20T21:44:39.412287Z",
            "url": "https://files.pythonhosted.org/packages/3c/6e/c99610cfc9da322b52a1471a538e73ac3a5ab4ca731889582bab9fcd0465/deadline_cloud_for_rhino-0.1.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-11-20 21:44:39",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "aws-deadline",
    "github_project": "deadline-cloud-for-rhino",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "deadline-cloud-for-rhino"
}
        
Elapsed time: 0.43363s