dj-renderpdf-css


Namedj-renderpdf-css JSON
Version 1.0.5 PyPI version JSON
download
home_pageNone
SummaryDjango app to render django templates as PDF files.
upload_time2024-05-21 00:25:58
maintainerNone
docs_urlNone
authorNone
requires_python>=3.7
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": "dj-renderpdf-css",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": null,
    "keywords": "django, weasyprint, pdf",
    "author": null,
    "author_email": "Hugo Osvaldo Barrera <hugo@whynothugo.nl>",
    "download_url": "https://files.pythonhosted.org/packages/a7/4f/f8c32e0d1731dc30febe996a570c5906d771cdcfab540769e91b9121ae30/dj_renderpdf_css-1.0.5.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": "1.0.5",
    "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": "f50ce82c60a2be67547c31af097fadfcd6969ce95453af1d42beec51a38f5b5e",
                "md5": "c650e442d6926f9a6003d4bf84226119",
                "sha256": "39745cf7d1f510d8e4a07455232eac9faade316998ec9f5d43b0c27c6ffdbd6c"
            },
            "downloads": -1,
            "filename": "dj_renderpdf_css-1.0.5-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "c650e442d6926f9a6003d4bf84226119",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 9219,
            "upload_time": "2024-05-21T00:25:56",
            "upload_time_iso_8601": "2024-05-21T00:25:56.293245Z",
            "url": "https://files.pythonhosted.org/packages/f5/0c/e82c60a2be67547c31af097fadfcd6969ce95453af1d42beec51a38f5b5e/dj_renderpdf_css-1.0.5-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a74ff8c32e0d1731dc30febe996a570c5906d771cdcfab540769e91b9121ae30",
                "md5": "39e493eebc6d5d022afd500abb149343",
                "sha256": "5dab95d0e20a722101c6b13d73a3d0e62faef54c94ab6884468daf7424d2bbbe"
            },
            "downloads": -1,
            "filename": "dj_renderpdf_css-1.0.5.tar.gz",
            "has_sig": false,
            "md5_digest": "39e493eebc6d5d022afd500abb149343",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 17268,
            "upload_time": "2024-05-21T00:25:58",
            "upload_time_iso_8601": "2024-05-21T00:25:58.291461Z",
            "url": "https://files.pythonhosted.org/packages/a7/4f/f8c32e0d1731dc30febe996a570c5906d771cdcfab540769e91b9121ae30/dj_renderpdf_css-1.0.5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-21 00:25:58",
    "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": "dj-renderpdf-css"
}
        
Elapsed time: 0.52882s