django-jinja


Namedjango-jinja JSON
Version 2.11.0 PyPI version JSON
download
home_pagehttps://github.com/niwinz/django-jinja
SummaryJinja2 templating language integrated in Django.
upload_time2023-09-03 21:20:45
maintainerAsif Saif Uddin
docs_urlNone
authorAndrey Antukh
requires_python>=3.8
licenseBSD
keywords django jinja2
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            django-jinja
============

Simple and nonobstructive jinja2 integration with Django.


.. image:: https://github.com/niwinz/django-jinja/actions/workflows/ci.yml/badge.svg?branch=master
    :target: https://github.com/niwinz/django-jinja/actions

.. image:: https://img.shields.io/pypi/v/django-jinja.svg?style=flat
    :target: https://pypi.python.org/pypi/django-jinja


**Documentation:** http://niwinz.github.io/django-jinja/latest/


How to install?
---------------

You can install it with pip:

.. code-block:: shell

    pip install django-jinja

How to run tests as a developer
-------------------------------

Install the Tox automation tool (outside a virtualenv), then

.. code-block:: shell

    tox

Tox will create virtualenvs for different interpreter versions and run the test suite.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/niwinz/django-jinja",
    "name": "django-jinja",
    "maintainer": "Asif Saif Uddin",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "auvipy@gmail.com",
    "keywords": "django,jinja2",
    "author": "Andrey Antukh",
    "author_email": "niwi@niwi.be",
    "download_url": "https://files.pythonhosted.org/packages/24/11/0807b5cbc60fc3b56385e25acc499a50ba33ff3cab702011c5832898d602/django-jinja-2.11.0.tar.gz",
    "platform": null,
    "description": "django-jinja\n============\n\nSimple and nonobstructive jinja2 integration with Django.\n\n\n.. image:: https://github.com/niwinz/django-jinja/actions/workflows/ci.yml/badge.svg?branch=master\n    :target: https://github.com/niwinz/django-jinja/actions\n\n.. image:: https://img.shields.io/pypi/v/django-jinja.svg?style=flat\n    :target: https://pypi.python.org/pypi/django-jinja\n\n\n**Documentation:** http://niwinz.github.io/django-jinja/latest/\n\n\nHow to install?\n---------------\n\nYou can install it with pip:\n\n.. code-block:: shell\n\n    pip install django-jinja\n\nHow to run tests as a developer\n-------------------------------\n\nInstall the Tox automation tool (outside a virtualenv), then\n\n.. code-block:: shell\n\n    tox\n\nTox will create virtualenvs for different interpreter versions and run the test suite.\n",
    "bugtrack_url": null,
    "license": "BSD",
    "summary": "Jinja2 templating language integrated in Django.",
    "version": "2.11.0",
    "project_urls": {
        "Homepage": "https://github.com/niwinz/django-jinja"
    },
    "split_keywords": [
        "django",
        "jinja2"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f1ae63083bf0614a80857e264b9d3ae16af2e2eff7372da6e249abec7919cb0b",
                "md5": "56f1818bd961c2bab7eb02fc4efcdd2a",
                "sha256": "cc4c72246a6e346aa0574e0c56c3e534c1a20ef47b8476f05d7287781f69a0a9"
            },
            "downloads": -1,
            "filename": "django_jinja-2.11.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "56f1818bd961c2bab7eb02fc4efcdd2a",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 23748,
            "upload_time": "2023-09-03T21:20:43",
            "upload_time_iso_8601": "2023-09-03T21:20:43.482720Z",
            "url": "https://files.pythonhosted.org/packages/f1/ae/63083bf0614a80857e264b9d3ae16af2e2eff7372da6e249abec7919cb0b/django_jinja-2.11.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "24110807b5cbc60fc3b56385e25acc499a50ba33ff3cab702011c5832898d602",
                "md5": "0b0fbd85540fa9c7535c7cdfb2d56216",
                "sha256": "47c06d3271e6b2f27d3596278af517bfe2e19c1eb36ae1c0b1cc302d7f0259af"
            },
            "downloads": -1,
            "filename": "django-jinja-2.11.0.tar.gz",
            "has_sig": false,
            "md5_digest": "0b0fbd85540fa9c7535c7cdfb2d56216",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 17766,
            "upload_time": "2023-09-03T21:20:45",
            "upload_time_iso_8601": "2023-09-03T21:20:45.385404Z",
            "url": "https://files.pythonhosted.org/packages/24/11/0807b5cbc60fc3b56385e25acc499a50ba33ff3cab702011c5832898d602/django-jinja-2.11.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-09-03 21:20:45",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "niwinz",
    "github_project": "django-jinja",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "tox": true,
    "lcname": "django-jinja"
}
        
Elapsed time: 0.14876s