batch-pdf


Namebatch-pdf JSON
Version 0.1.1 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 batch processing.
upload_time2023-11-30 06:06:44
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 batch processing.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/parkilwoo/pdf_wrapper",
    "name": "batch-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/34/28/1a2df178c1c24d58fa668f753905bfe82522dcab955e4e3cba7b2f3af5ac/batch_pdf-0.1.1.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 batch 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 batch processing.",
    "version": "0.1.1",
    "project_urls": {
        "Homepage": "https://github.com/parkilwoo/pdf_wrapper"
    },
    "split_keywords": [
        "pdf",
        "reportlab"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "42674ec1fc2fdd4f28d16c5529d5e6f3864dc792a3f15824f9abe4659cc7e7c0",
                "md5": "52a87fb8e9c3bb4b4b12ddec21ea3ff5",
                "sha256": "bf81a58f5841b4609eb84ef3bba98a6339b088042efb63db2e409315ff5ee954"
            },
            "downloads": -1,
            "filename": "batch_pdf-0.1.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "52a87fb8e9c3bb4b4b12ddec21ea3ff5",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 8227,
            "upload_time": "2023-11-30T06:06:42",
            "upload_time_iso_8601": "2023-11-30T06:06:42.876492Z",
            "url": "https://files.pythonhosted.org/packages/42/67/4ec1fc2fdd4f28d16c5529d5e6f3864dc792a3f15824f9abe4659cc7e7c0/batch_pdf-0.1.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "34281a2df178c1c24d58fa668f753905bfe82522dcab955e4e3cba7b2f3af5ac",
                "md5": "976b12a18a160868bb4267233ad64470",
                "sha256": "708ce6b07da78d4c9e1e9b5c9adbd928ce4c98f5bb3b41e63e2a8c857e509e6a"
            },
            "downloads": -1,
            "filename": "batch_pdf-0.1.1.tar.gz",
            "has_sig": false,
            "md5_digest": "976b12a18a160868bb4267233ad64470",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 6750,
            "upload_time": "2023-11-30T06:06:44",
            "upload_time_iso_8601": "2023-11-30T06:06:44.520186Z",
            "url": "https://files.pythonhosted.org/packages/34/28/1a2df178c1c24d58fa668f753905bfe82522dcab955e4e3cba7b2f3af5ac/batch_pdf-0.1.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-11-30 06:06:44",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "parkilwoo",
    "github_project": "pdf_wrapper",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "batch-pdf"
}
        
Elapsed time: 0.15479s