Name | qtpynodeeditor JSON |
Version |
0.3.3
JSON |
| download |
home_page | None |
Summary | Python Qt node editor |
upload_time | 2024-12-15 23:02:18 |
maintainer | None |
docs_url | None |
author | Ken Lauer |
requires_python | >=3.9 |
license | Copyright (c) 2019, Ken Lauer All rights reserved. qtpynodeeditor is a derivative work of NodeEditor by Dmitry Pinaev. It follows in the footsteps of the original and is licensed by the BSD 3-clause license. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. * Neither the name of copyright holder, nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
keywords |
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
.. image:: https://img.shields.io/travis/klauer/qtpynodeeditor.svg
:target: https://travis-ci.org/klauer/qtpynodeeditor
.. image:: https://img.shields.io/pypi/v/qtpynodeeditor.svg
:target: https://pypi.python.org/pypi/qtpynodeeditor
===============================
qtpynodeeditor
===============================
Python Qt node editor
Pure Python port of `NodeEditor <https://github.com/paceholder/nodeeditor>`_,
supporting PyQt5 and PySide through `qtpy <https://github.com/spyder-ide/qtpy>`_.
Requirements
------------
* Python 3.6+
* qtpy
* PyQt5 / PySide
Documentation
-------------
`Sphinx-generated documentation <https://klauer.github.io/qtpynodeeditor/>`_
Screenshots
-----------
`Style example <https://github.com/klauer/qtpynodeeditor/blob/master/qtpynodeeditor/examples/style.py>`_
.. image:: https://raw.githubusercontent.com/klauer/qtpynodeeditor/assets/screenshots/style.png
`Calculator example <https://github.com/klauer/qtpynodeeditor/blob/master/qtpynodeeditor/examples/calculator.py>`_
.. image:: https://raw.githubusercontent.com/klauer/qtpynodeeditor/assets/screenshots/calculator.png
Installation
------------
We recommend using conda to install qtpynodeeditor.
::
$ conda create -n my_new_environment -c conda-forge python=3.7 qtpynodeeditor
$ conda activate my_new_environment
qtpynodeeditor may also be installed using pip from PyPI.
::
$ python -m pip install qtpynodeeditor[pyqt5]
$ python -m pip install qtpynodeeditor[pyqt6]
$ python -m pip install qtpynodeeditor[pyside]
Running the Tests
-----------------
Tests must be run with pytest and pytest-qt.
::
$ pip install .[pyqt5,test]
$ pytest -v qtpynodeeditor/tests
Raw data
{
"_id": null,
"home_page": null,
"name": "qtpynodeeditor",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.9",
"maintainer_email": null,
"keywords": null,
"author": "Ken Lauer",
"author_email": null,
"download_url": "https://files.pythonhosted.org/packages/de/d7/8f33052debf01c745f60342afb65c87678074f3ab8e6424daea542133df9/qtpynodeeditor-0.3.3.tar.gz",
"platform": null,
"description": ".. image:: https://img.shields.io/travis/klauer/qtpynodeeditor.svg\n :target: https://travis-ci.org/klauer/qtpynodeeditor\n\n.. image:: https://img.shields.io/pypi/v/qtpynodeeditor.svg\n :target: https://pypi.python.org/pypi/qtpynodeeditor\n\n===============================\nqtpynodeeditor\n===============================\n\nPython Qt node editor\n\nPure Python port of `NodeEditor <https://github.com/paceholder/nodeeditor>`_,\nsupporting PyQt5 and PySide through `qtpy <https://github.com/spyder-ide/qtpy>`_.\n\nRequirements\n------------\n\n* Python 3.6+\n* qtpy\n* PyQt5 / PySide\n\n\nDocumentation\n-------------\n\n`Sphinx-generated documentation <https://klauer.github.io/qtpynodeeditor/>`_\n\n\nScreenshots\n-----------\n\n`Style example <https://github.com/klauer/qtpynodeeditor/blob/master/qtpynodeeditor/examples/style.py>`_\n\n.. image:: https://raw.githubusercontent.com/klauer/qtpynodeeditor/assets/screenshots/style.png\n\n`Calculator example <https://github.com/klauer/qtpynodeeditor/blob/master/qtpynodeeditor/examples/calculator.py>`_\n\n.. image:: https://raw.githubusercontent.com/klauer/qtpynodeeditor/assets/screenshots/calculator.png\n\n\nInstallation\n------------\n\nWe recommend using conda to install qtpynodeeditor.\n\n::\n\n $ conda create -n my_new_environment -c conda-forge python=3.7 qtpynodeeditor\n $ conda activate my_new_environment\n\nqtpynodeeditor may also be installed using pip from PyPI.\n\n::\n\n $ python -m pip install qtpynodeeditor[pyqt5]\n $ python -m pip install qtpynodeeditor[pyqt6]\n $ python -m pip install qtpynodeeditor[pyside]\n\n\nRunning the Tests\n-----------------\n\nTests must be run with pytest and pytest-qt.\n\n::\n\n $ pip install .[pyqt5,test]\n $ pytest -v qtpynodeeditor/tests\n",
"bugtrack_url": null,
"license": "Copyright (c) 2019, Ken Lauer All rights reserved. qtpynodeeditor is a derivative work of NodeEditor by Dmitry Pinaev. It follows in the footsteps of the original and is licensed by the BSD 3-clause license. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. * Neither the name of copyright holder, nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ",
"summary": "Python Qt node editor",
"version": "0.3.3",
"project_urls": null,
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "a22f196242951b3d3d69d19a522ecea9e865f06ba23e1a556a9ecf23d18b94e0",
"md5": "3edd95270ee88f8bdba44c627f83e9db",
"sha256": "e64e1f0c0402848d8870e3278201dc615cf6a146e71cdc4054645dd272ff6587"
},
"downloads": -1,
"filename": "qtpynodeeditor-0.3.3-py3-none-any.whl",
"has_sig": false,
"md5_digest": "3edd95270ee88f8bdba44c627f83e9db",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.9",
"size": 56113,
"upload_time": "2024-12-15T23:02:16",
"upload_time_iso_8601": "2024-12-15T23:02:16.434282Z",
"url": "https://files.pythonhosted.org/packages/a2/2f/196242951b3d3d69d19a522ecea9e865f06ba23e1a556a9ecf23d18b94e0/qtpynodeeditor-0.3.3-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "ded78f33052debf01c745f60342afb65c87678074f3ab8e6424daea542133df9",
"md5": "1af5d5f274a1958d3f14f71e1e28d70a",
"sha256": "88830423efbb870e5ec887b9e159e47ba314f04e4efb280cd90f9eae40b91e7a"
},
"downloads": -1,
"filename": "qtpynodeeditor-0.3.3.tar.gz",
"has_sig": false,
"md5_digest": "1af5d5f274a1958d3f14f71e1e28d70a",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.9",
"size": 62690,
"upload_time": "2024-12-15T23:02:18",
"upload_time_iso_8601": "2024-12-15T23:02:18.755506Z",
"url": "https://files.pythonhosted.org/packages/de/d7/8f33052debf01c745f60342afb65c87678074f3ab8e6424daea542133df9/qtpynodeeditor-0.3.3.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-12-15 23:02:18",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "qtpynodeeditor"
}