django-renderpdf


Namedjango-renderpdf JSON
Version 5.0.0 PyPI version JSON
download
home_pageNone
SummaryDjango app to render django templates as PDF files.
upload_time2025-02-28 21:50:31
maintainerNone
docs_urlNone
authorNone
requires_python>=3.9
licenseISC
keywords django weasyprint pdf
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            django-renderpdf
================

**django-renderpdf** is a Django app to render django templates as PDF files.

Introduction
------------

Rendering PDFs for web developers is generally pretty non-trivial, and there's
no common approach to doing this. django-renderpdf attempts to allow reusing
all the known tools and skills when generating a PDF file in a Django app:

* Use Django template files, which are internally rendered as HTML and them PDF
  files.
* Use staticfiles app to include any CSS or image files.
* Simply subclass a ``PDFView`` class which has an interface very similar to
  Django's own built-in ``View`` classes.

Documentation
-------------

The full documentation is available at https://django-renderpdf.readthedocs.io/.

Licence
-------

django-renderpdf is licensed under the ISC licence. See LICENCE for details.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "django-renderpdf",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": null,
    "keywords": "django, weasyprint, pdf",
    "author": null,
    "author_email": "Hugo Osvaldo Barrera <hugo@whynothugo.nl>",
    "download_url": "https://files.pythonhosted.org/packages/97/6a/c77f23350ec26c3e66bb6273e2f6451cee0a8996b6cc448ca2ccef4c09bc/django_renderpdf-5.0.0.tar.gz",
    "platform": null,
    "description": "django-renderpdf\n================\n\n**django-renderpdf** is a Django app to render django templates as PDF files.\n\nIntroduction\n------------\n\nRendering PDFs for web developers is generally pretty non-trivial, and there's\nno common approach to doing this. django-renderpdf attempts to allow reusing\nall the known tools and skills when generating a PDF file in a Django app:\n\n* Use Django template files, which are internally rendered as HTML and them PDF\n  files.\n* Use staticfiles app to include any CSS or image files.\n* Simply subclass a ``PDFView`` class which has an interface very similar to\n  Django's own built-in ``View`` classes.\n\nDocumentation\n-------------\n\nThe full documentation is available at https://django-renderpdf.readthedocs.io/.\n\nLicence\n-------\n\ndjango-renderpdf is licensed under the ISC licence. See LICENCE for details.\n",
    "bugtrack_url": null,
    "license": "ISC",
    "summary": "Django app to render django templates as PDF files.",
    "version": "5.0.0",
    "project_urls": {
        "changelog": "https://github.com/WhyNotHugo/django-renderpdf/blob/main/CHANGELOG.rst",
        "documentation": "https://django-renderpdf.readthedocs.io/",
        "funding": "https://whynothugo.nl/sponsor/",
        "issues": "https://github.com/WhyNotHugo/django-renderpdf/issues/",
        "repository": "https://github.com/WhyNotHugo/django-renderpdf/"
    },
    "split_keywords": [
        "django",
        " weasyprint",
        " pdf"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "52f0c03ee49048de6f839a510deb364ffdfcaf274b8a85d3069f147ec68be19e",
                "md5": "52988c5053811605b6b33451b1512732",
                "sha256": "3f2730fdf7463ef7fa7d3b87bfe4b93d8bb5286142b7c1c8fbaf11503dea35fb"
            },
            "downloads": -1,
            "filename": "django_renderpdf-5.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "52988c5053811605b6b33451b1512732",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 7757,
            "upload_time": "2025-02-28T21:50:29",
            "upload_time_iso_8601": "2025-02-28T21:50:29.724698Z",
            "url": "https://files.pythonhosted.org/packages/52/f0/c03ee49048de6f839a510deb364ffdfcaf274b8a85d3069f147ec68be19e/django_renderpdf-5.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "976ac77f23350ec26c3e66bb6273e2f6451cee0a8996b6cc448ca2ccef4c09bc",
                "md5": "82a8a9e23f71d5fa68f23acfcd41a95b",
                "sha256": "9e9810971ee9363c3ec75d0b6a02f4bfaa4d22a853f69497a2be0bf02959fa82"
            },
            "downloads": -1,
            "filename": "django_renderpdf-5.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "82a8a9e23f71d5fa68f23acfcd41a95b",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 15921,
            "upload_time": "2025-02-28T21:50:31",
            "upload_time_iso_8601": "2025-02-28T21:50:31.372895Z",
            "url": "https://files.pythonhosted.org/packages/97/6a/c77f23350ec26c3e66bb6273e2f6451cee0a8996b6cc448ca2ccef4c09bc/django_renderpdf-5.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-02-28 21:50:31",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "WhyNotHugo",
    "github_project": "django-renderpdf",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "tox": true,
    "lcname": "django-renderpdf"
}
        
Elapsed time: 1.02244s