chunk-pdf


Namechunk-pdf JSON
Version 0.1.3 PyPI version JSON
download
home_pagehttps://github.com/parkilwoo/pdf_wrapper
SummaryWhen creating a PDF with a large number of pages using reportlab, it is slow and consumes a lot of resources. This was resolved by using chunk processing.
upload_time2023-11-28 01:55:15
maintainer
docs_urlNone
authorParkilwoo
requires_python>=3.8
license
keywords pdf reportlab
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            When creating a PDF with a large number of pages using reportlab, it is slow and consumes a lot of resources. This was resolved by using chunk processing.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/parkilwoo/pdf_wrapper",
    "name": "chunk-pdf",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "pdf,reportlab",
    "author": "Parkilwoo",
    "author_email": "bagilu3@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/d4/67/64d33b0ac4f66a87cd8c7cb25e654619bdfaa0fd21283519b82d33b908e8/chunk_pdf-0.1.3.tar.gz",
    "platform": null,
    "description": "When creating a PDF with a large number of pages using reportlab, it is slow and consumes a lot of resources. This was resolved by using chunk processing.\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "When creating a PDF with a large number of pages using reportlab, it is slow and consumes a lot of resources. This was resolved by using chunk processing.",
    "version": "0.1.3",
    "project_urls": {
        "Homepage": "https://github.com/parkilwoo/pdf_wrapper"
    },
    "split_keywords": [
        "pdf",
        "reportlab"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9e47db667d3de9389075727199badc8179076b816a9e06e0d54d4d2562737165",
                "md5": "a7eff02b35b793731d6554d44b60e559",
                "sha256": "dc2582417011a4ce8f898ef451107f60b1c8faf86f07376fbc5944d12e445e92"
            },
            "downloads": -1,
            "filename": "chunk_pdf-0.1.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "a7eff02b35b793731d6554d44b60e559",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 7773,
            "upload_time": "2023-11-28T01:55:14",
            "upload_time_iso_8601": "2023-11-28T01:55:14.777654Z",
            "url": "https://files.pythonhosted.org/packages/9e/47/db667d3de9389075727199badc8179076b816a9e06e0d54d4d2562737165/chunk_pdf-0.1.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d46764d33b0ac4f66a87cd8c7cb25e654619bdfaa0fd21283519b82d33b908e8",
                "md5": "6802a9ac4cd5669e4c866272139bd43d",
                "sha256": "2088229c5e769f90f50531c822b31cf6287bff82257419ccffc507d371de1229"
            },
            "downloads": -1,
            "filename": "chunk_pdf-0.1.3.tar.gz",
            "has_sig": false,
            "md5_digest": "6802a9ac4cd5669e4c866272139bd43d",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 6204,
            "upload_time": "2023-11-28T01:55:15",
            "upload_time_iso_8601": "2023-11-28T01:55:15.887271Z",
            "url": "https://files.pythonhosted.org/packages/d4/67/64d33b0ac4f66a87cd8c7cb25e654619bdfaa0fd21283519b82d33b908e8/chunk_pdf-0.1.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-11-28 01:55:15",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "parkilwoo",
    "github_project": "pdf_wrapper",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "chunk-pdf"
}
        
Elapsed time: 0.15127s