pysideprocessing


Namepysideprocessing JSON
Version 0.0.6 PyPI version JSON
download
home_pageNone
SummaryA python implementation of processing using pyside6
upload_time2024-05-02 20:30:33
maintainerNone
docs_urlNone
authorNone
requires_python>=3.10
licenseNone
keywords processing pyside6 qt
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # pysideprocessing

Pysideprocessing implements processing.org in the python language with pyside6 as gui component.

Processing.org is a wonderful tool, but it's python version builds upon jython, which lacks a lot of features introduced since python 3 release.

It is intended for educational purposes, so for now only features used in my classes have been implemented. More features will follow, but some might never be implemented.


            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "pysideprocessing",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": null,
    "keywords": "processing, pyside6, qt",
    "author": null,
    "author_email": "nomisge <nomisge@live.de>",
    "download_url": "https://files.pythonhosted.org/packages/73/ce/c3813c68d14aa2ba842f606e685009c0bb323461c676c0b665ae8af8e51f/pysideprocessing-0.0.6.tar.gz",
    "platform": null,
    "description": "# pysideprocessing\n\nPysideprocessing implements processing.org in the python language with pyside6 as gui component.\n\nProcessing.org is a wonderful tool, but it's python version builds upon jython, which lacks a lot of features introduced since python 3 release.\n\nIt is intended for educational purposes, so for now only features used in my classes have been implemented. More features will follow, but some might never be implemented.\n\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "A python implementation of processing using pyside6",
    "version": "0.0.6",
    "project_urls": {
        "Home": "https://codeberg.org/nomisge/pysideprocessing",
        "PyPI-Site": "https://pypi.org/project/pysideprocessing/"
    },
    "split_keywords": [
        "processing",
        " pyside6",
        " qt"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "5a81d7b57bd4859bbce4755d6a9608f8e7592015d27b062b8b671fa0bf55b5d2",
                "md5": "2d08efeb8cafca8399a768a4714323a1",
                "sha256": "a2ca77d5445247284336bc5cd7389a71dcadea738577ec129c991cb1106cea15"
            },
            "downloads": -1,
            "filename": "pysideprocessing-0.0.6-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "2d08efeb8cafca8399a768a4714323a1",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 30670,
            "upload_time": "2024-05-02T20:30:35",
            "upload_time_iso_8601": "2024-05-02T20:30:35.576779Z",
            "url": "https://files.pythonhosted.org/packages/5a/81/d7b57bd4859bbce4755d6a9608f8e7592015d27b062b8b671fa0bf55b5d2/pysideprocessing-0.0.6-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "73cec3813c68d14aa2ba842f606e685009c0bb323461c676c0b665ae8af8e51f",
                "md5": "38637a266b9df7dd1584e7bf67721cde",
                "sha256": "9c95fb87ce29223117418cb10d1d9d0205e1f5b66bc3c181f41cf87fb650c249"
            },
            "downloads": -1,
            "filename": "pysideprocessing-0.0.6.tar.gz",
            "has_sig": false,
            "md5_digest": "38637a266b9df7dd1584e7bf67721cde",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 27394,
            "upload_time": "2024-05-02T20:30:33",
            "upload_time_iso_8601": "2024-05-02T20:30:33.719863Z",
            "url": "https://files.pythonhosted.org/packages/73/ce/c3813c68d14aa2ba842f606e685009c0bb323461c676c0b665ae8af8e51f/pysideprocessing-0.0.6.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-02 20:30:33",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": true,
    "codeberg_user": "nomisge",
    "codeberg_project": "pysideprocessing",
    "lcname": "pysideprocessing"
}
        
Elapsed time: 0.23994s