pyjxl


Namepyjxl JSON
Version 0.1.0 PyPI version JSON
download
home_page
Summary
upload_time2022-12-01 08:31:32
maintainer
docs_urlNone
authorAravind Reddy Voggu
requires_python>=3.10,<4.0
license
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # pyJXL

pyjxl is an experimental decoder for JPEG-XL .jxl files in Python.

pyjxl's primary goals are being an easy to understand decoder and enabling experimentation.
It's not meant to be performant or complete.
Please use [`libjxl`](https://github.com/libjxl/libjxl) instead for actual decoding purposes.




            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "pyjxl",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.10,<4.0",
    "maintainer_email": "",
    "keywords": "",
    "author": "Aravind Reddy Voggu",
    "author_email": "aravind.reddy@iiitb.org",
    "download_url": "https://files.pythonhosted.org/packages/e7/7b/d29884d4f085f2111b814119f7c5b2960b470a25838acad0541aa96dd26a/pyjxl-0.1.0.tar.gz",
    "platform": null,
    "description": "# pyJXL\n\npyjxl is an experimental decoder for JPEG-XL .jxl files in Python.\n\npyjxl's primary goals are being an easy to understand decoder and enabling experimentation.\nIt's not meant to be performant or complete.\nPlease use [`libjxl`](https://github.com/libjxl/libjxl) instead for actual decoding purposes.\n\n\n\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "",
    "version": "0.1.0",
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "md5": "9541fdcbbcae7cf5832a8851a7b40084",
                "sha256": "68eb958e89836bbec7a023a302a0005069c56f7a2ec36398a04d12bbb3a0480c"
            },
            "downloads": -1,
            "filename": "pyjxl-0.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "9541fdcbbcae7cf5832a8851a7b40084",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10,<4.0",
            "size": 1200,
            "upload_time": "2022-12-01T08:31:30",
            "upload_time_iso_8601": "2022-12-01T08:31:30.583137Z",
            "url": "https://files.pythonhosted.org/packages/34/06/686fd46d3bfc3774c9066bb972fc1034d1b42e83e60eb1bcc781ae97e305/pyjxl-0.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "101da543594cab0eb3427083106be760",
                "sha256": "0a7a9185192d7d067ed459dc70c57f223369f623f3c79f274f49777bd24b7935"
            },
            "downloads": -1,
            "filename": "pyjxl-0.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "101da543594cab0eb3427083106be760",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10,<4.0",
            "size": 1070,
            "upload_time": "2022-12-01T08:31:32",
            "upload_time_iso_8601": "2022-12-01T08:31:32.203894Z",
            "url": "https://files.pythonhosted.org/packages/e7/7b/d29884d4f085f2111b814119f7c5b2960b470a25838acad0541aa96dd26a/pyjxl-0.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2022-12-01 08:31:32",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "pyjxl"
}
        
Elapsed time: 0.02919s