pyside2-vfx-template


Namepyside2-vfx-template JSON
Version 1.3.0 PyPI version JSON
download
home_page
SummaryCustom Python classes and utilities tailored for PySide2 built UI, in VFX-oriented DCC applications.
upload_time2024-01-25 09:55:58
maintainer
docs_urlNone
authorValentin Beaumont
requires_python
license
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            <p align="left">
  <a href="https://www.python.org">
  <img src="https://img.shields.io/badge/-Python-FFD43B?style=for-the-badge&logo=python" alt="Python"/></a>
  <img src="https://img.shields.io/badge/-PySide-284821?style=for-the-badge&logo=qt" alt="Python"/></a>
  <img src="https://img.shields.io/badge/-Windows-00A4EF?style=for-the-badge&logo=windows" alt="Compatible with Windows"/></a>
  <img src="https://img.shields.io/badge/-macOS-000000?style=for-the-badge&logo=apple" alt="Compatible with macOS"/></a>
  <img src="https://img.shields.io/badge/-Linux-E95420?style=for-the-badge&logo=linux" alt="Compatible with Linux"/></a>
</p>

<div align="center">

  ![Logo](./docs/images/pyside2_vfx_template_logo_large_dark.svg#gh-light-mode-only)
  ![Logo](./docs/images/pyside2_vfx_template_logo_large_light.svg#gh-dark-mode-only)

  <h3 align="center">PySide2 VFX Template</h3>

  <p align="center">
    Custom Python classes and utilities tailored for PySide2 built UI, in VFX-oriented DCC applications.
    <br/>
    <br/>
    <br/>
  </p>

</div>



<!-- TABLE OF CONTENTS -->
## Table of Contents
<!--ts-->
- [Table of Contents](#table-of-contents)
- [About](#about)
- [Installation](#installation)
- [Example](#example)
- [Documentation](#documentation)
- [Gallery](#gallery)
- [Contact](#contact)
<!--te-->



<!-- ABOUT -->
## About

Custom Python classes and utilities tailored for PySide2 built UI, in VFX-oriented DCC applications.



<!-- INSTALLATION -->
## Installation

``` shell
pip install pyside2-vfx-template
```

> [!IMPORTANT]
> In order to have access to the module, make sure to add `pyside2_vfx_template` to the `$PYTHONPATH` of the DCCs. For Houdini, you can find the [houdini_package file](./houdini_package.json).



<!-- EXAMPLE -->
## Example

After installing PySide2 VFX Template, you can run the demo:

``` shell
python example.py
```
Or:
``` python
from pyside2_vfx_template import example

example.main()
```

Here's how it would like like launched from Houdini and launched as a standalone:

![Screenshot](./docs/images/qwZ0omKbe0.png)



<!-- DOCUMENTATION -->
## Documentation

Please read the full documentation [here](https://healkeiser.github.io/pyside2_vfx_template/).



<!-- GALLERY -->
## Gallery

Splash Screen                                   | Main Window
:----------------------------------------------:|:----------------------------------------------:
![Splash Screen](./docs/images/jxxZTVZy29.png)  |  ![Main Window](./docs/images/e72Hfw2ReZ.png)



<!-- CONTACT -->
## Contact

Project Link: [PySide2 VFX Template](https://github.com/healkeiser/pyside2_vfx_template)

<p align='left'>
  <a href="https://www.linkedin.com/in/valentin-beaumont">
  <img src="https://img.shields.io/badge/-LinkedIn-0A66C2?style=for-the-badge&logo=linkedin" alt="LinkedIn"/></a>
  <a href="https://www.behance.net/el1ven">
  <img src="https://img.shields.io/badge/-Behance-313131?style=for-the-badge&logo=behance" alt="Behance"/></a>
  <a href="https://twitter.com/valentinbeaumon">
  <img src="https://img.shields.io/badge/-Twitter-E1E8ED?style=for-the-badge&logo=twitter" alt="Twitter"/></a>
  <a href="https://www.instagram.com/val.beaumontart">
  <img src="https://img.shields.io/badge/-Instagram-85255b?style=for-the-badge&logo=instagram" alt="Instagram"/></a>
  <a href="https://healkeiser.gumroad.com/subscribe">
  <img src="https://img.shields.io/badge/-Gumroad-20151f?style=for-the-badge&logo=gumroad" alt="Gumroad"/></a>
</p>

[!["Buy Me A Coffee"](https://www.buymeacoffee.com/assets/img/custom_images/yellow_img.png)](https://www.buymeacoffee.com/healkeiser)




            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "pyside2-vfx-template",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "",
    "author": "Valentin Beaumont",
    "author_email": "valentin.onze@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/af/86/cefffd448bd86c0cf4c5bf450d22c0047b89c32cd5d6a10e8e0850ec5932/pyside2_vfx_template-1.3.0.tar.gz",
    "platform": null,
    "description": "<p align=\"left\">\r\n  <a href=\"https://www.python.org\">\r\n  <img src=\"https://img.shields.io/badge/-Python-FFD43B?style=for-the-badge&logo=python\" alt=\"Python\"/></a>\r\n  <img src=\"https://img.shields.io/badge/-PySide-284821?style=for-the-badge&logo=qt\" alt=\"Python\"/></a>\r\n  <img src=\"https://img.shields.io/badge/-Windows-00A4EF?style=for-the-badge&logo=windows\" alt=\"Compatible with Windows\"/></a>\r\n  <img src=\"https://img.shields.io/badge/-macOS-000000?style=for-the-badge&logo=apple\" alt=\"Compatible with macOS\"/></a>\r\n  <img src=\"https://img.shields.io/badge/-Linux-E95420?style=for-the-badge&logo=linux\" alt=\"Compatible with Linux\"/></a>\r\n</p>\r\n\r\n<div align=\"center\">\r\n\r\n  ![Logo](./docs/images/pyside2_vfx_template_logo_large_dark.svg#gh-light-mode-only)\r\n  ![Logo](./docs/images/pyside2_vfx_template_logo_large_light.svg#gh-dark-mode-only)\r\n\r\n  <h3 align=\"center\">PySide2 VFX Template</h3>\r\n\r\n  <p align=\"center\">\r\n    Custom Python classes and utilities tailored for PySide2 built UI, in VFX-oriented DCC applications.\r\n    <br/>\r\n    <br/>\r\n    <br/>\r\n  </p>\r\n\r\n</div>\r\n\r\n\r\n\r\n<!-- TABLE OF CONTENTS -->\r\n## Table of Contents\r\n<!--ts-->\r\n- [Table of Contents](#table-of-contents)\r\n- [About](#about)\r\n- [Installation](#installation)\r\n- [Example](#example)\r\n- [Documentation](#documentation)\r\n- [Gallery](#gallery)\r\n- [Contact](#contact)\r\n<!--te-->\r\n\r\n\r\n\r\n<!-- ABOUT -->\r\n## About\r\n\r\nCustom Python classes and utilities tailored for PySide2 built UI, in VFX-oriented DCC applications.\r\n\r\n\r\n\r\n<!-- INSTALLATION -->\r\n## Installation\r\n\r\n``` shell\r\npip install pyside2-vfx-template\r\n```\r\n\r\n> [!IMPORTANT]\r\n> In order to have access to the module, make sure to add `pyside2_vfx_template` to the `$PYTHONPATH` of the DCCs. For Houdini, you can find the [houdini_package file](./houdini_package.json).\r\n\r\n\r\n\r\n<!-- EXAMPLE -->\r\n## Example\r\n\r\nAfter installing PySide2 VFX Template, you can run the demo:\r\n\r\n``` shell\r\npython example.py\r\n```\r\nOr:\r\n``` python\r\nfrom pyside2_vfx_template import example\r\n\r\nexample.main()\r\n```\r\n\r\nHere's how it would like like launched from Houdini and launched as a standalone:\r\n\r\n![Screenshot](./docs/images/qwZ0omKbe0.png)\r\n\r\n\r\n\r\n<!-- DOCUMENTATION -->\r\n## Documentation\r\n\r\nPlease read the full documentation [here](https://healkeiser.github.io/pyside2_vfx_template/).\r\n\r\n\r\n\r\n<!-- GALLERY -->\r\n## Gallery\r\n\r\nSplash Screen                                   | Main Window\r\n:----------------------------------------------:|:----------------------------------------------:\r\n![Splash Screen](./docs/images/jxxZTVZy29.png)  |  ![Main Window](./docs/images/e72Hfw2ReZ.png)\r\n\r\n\r\n\r\n<!-- CONTACT -->\r\n## Contact\r\n\r\nProject Link: [PySide2 VFX Template](https://github.com/healkeiser/pyside2_vfx_template)\r\n\r\n<p align='left'>\r\n  <a href=\"https://www.linkedin.com/in/valentin-beaumont\">\r\n  <img src=\"https://img.shields.io/badge/-LinkedIn-0A66C2?style=for-the-badge&logo=linkedin\" alt=\"LinkedIn\"/></a>\r\n  <a href=\"https://www.behance.net/el1ven\">\r\n  <img src=\"https://img.shields.io/badge/-Behance-313131?style=for-the-badge&logo=behance\" alt=\"Behance\"/></a>\r\n  <a href=\"https://twitter.com/valentinbeaumon\">\r\n  <img src=\"https://img.shields.io/badge/-Twitter-E1E8ED?style=for-the-badge&logo=twitter\" alt=\"Twitter\"/></a>\r\n  <a href=\"https://www.instagram.com/val.beaumontart\">\r\n  <img src=\"https://img.shields.io/badge/-Instagram-85255b?style=for-the-badge&logo=instagram\" alt=\"Instagram\"/></a>\r\n  <a href=\"https://healkeiser.gumroad.com/subscribe\">\r\n  <img src=\"https://img.shields.io/badge/-Gumroad-20151f?style=for-the-badge&logo=gumroad\" alt=\"Gumroad\"/></a>\r\n</p>\r\n\r\n[![\"Buy Me A Coffee\"](https://www.buymeacoffee.com/assets/img/custom_images/yellow_img.png)](https://www.buymeacoffee.com/healkeiser)\r\n\r\n\r\n\r\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Custom Python classes and utilities tailored for PySide2 built UI, in VFX-oriented DCC applications.",
    "version": "1.3.0",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d331f0f7a9274398a57faba96a904bf7415f69ba5d3373960c5b1f26d13a0859",
                "md5": "d092beae6d1dd76e9ac6e58f65ccba31",
                "sha256": "d006950b7d6bc932c5fba5d2814db797081c6dcd4777ba5d6cb25985ba9dd7d4"
            },
            "downloads": -1,
            "filename": "pyside2_vfx_template-1.3.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "d092beae6d1dd76e9ac6e58f65ccba31",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 6406529,
            "upload_time": "2024-01-25T09:55:55",
            "upload_time_iso_8601": "2024-01-25T09:55:55.265607Z",
            "url": "https://files.pythonhosted.org/packages/d3/31/f0f7a9274398a57faba96a904bf7415f69ba5d3373960c5b1f26d13a0859/pyside2_vfx_template-1.3.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "af86cefffd448bd86c0cf4c5bf450d22c0047b89c32cd5d6a10e8e0850ec5932",
                "md5": "74edb64a5ac3ef649ab688f793e86e63",
                "sha256": "8cb954b6c25dd85bcec2513925f436a26047a5be4b59e7270247f6f14502622c"
            },
            "downloads": -1,
            "filename": "pyside2_vfx_template-1.3.0.tar.gz",
            "has_sig": false,
            "md5_digest": "74edb64a5ac3ef649ab688f793e86e63",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 1860515,
            "upload_time": "2024-01-25T09:55:58",
            "upload_time_iso_8601": "2024-01-25T09:55:58.466162Z",
            "url": "https://files.pythonhosted.org/packages/af/86/cefffd448bd86c0cf4c5bf450d22c0047b89c32cd5d6a10e8e0850ec5932/pyside2_vfx_template-1.3.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-01-25 09:55:58",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "pyside2-vfx-template"
}
        
Elapsed time: 0.70886s