sphinx_jinja2


Namesphinx_jinja2 JSON
Version 0.0.1 PyPI version JSON
download
home_pageNone
SummaryA sphinx extension for peeking at internal references.
upload_time2024-02-01 10:30:23
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
licenseNone
keywords sphinx extension jinja
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # sphinx-jinja2

[![PyPI][pypi-badge]][pypi-link]

> A sphinx extension to add the `jinja` directive, for rendering jinja templates.

**Note:** This is an adaption of [https://github.com/tardyp/sphinx-jinja](https://github.com/tardyp/sphinx-jinja), which appears to be unmaintained.

See [the documentation](https://sphinx-jinja2.readthedocs.io) for more information.

TODO: allow tests/filters to be strings, pointing to python import paths.
This is because Sphinx cannot cache lambda functions, so full rebuilds are always triggered.

[pypi-badge]: https://img.shields.io/pypi/v/sphinx-jinja2.svg
[pypi-link]: https://pypi.org/project/sphinx-jinja2

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "sphinx_jinja2",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "sphinx,extension,jinja",
    "author": null,
    "author_email": "Chris Sewell <chrisj_sewell@hotmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/a2/75/b854df7634e6e417de1272c6be35539dfb6788dbb4f0c2512ecbb70ddcc4/sphinx_jinja2-0.0.1.tar.gz",
    "platform": null,
    "description": "# sphinx-jinja2\n\n[![PyPI][pypi-badge]][pypi-link]\n\n> A sphinx extension to add the `jinja` directive, for rendering jinja templates.\n\n**Note:** This is an adaption of [https://github.com/tardyp/sphinx-jinja](https://github.com/tardyp/sphinx-jinja), which appears to be unmaintained.\n\nSee [the documentation](https://sphinx-jinja2.readthedocs.io) for more information.\n\nTODO: allow tests/filters to be strings, pointing to python import paths.\nThis is because Sphinx cannot cache lambda functions, so full rebuilds are always triggered.\n\n[pypi-badge]: https://img.shields.io/pypi/v/sphinx-jinja2.svg\n[pypi-link]: https://pypi.org/project/sphinx-jinja2\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "A sphinx extension for peeking at internal references.",
    "version": "0.0.1",
    "project_urls": {
        "Documentation": "https://sphinx-jinja2.readthedocs.io/",
        "Homepage": "https://github.com/sphinx-extensions2/sphinx-jinja2"
    },
    "split_keywords": [
        "sphinx",
        "extension",
        "jinja"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "b6a96806dea16899448d42afb8133f3fb5e5b40f6887eeb05065ab6a416accef",
                "md5": "f21d6abadec6298780b1fb8d926b4c4a",
                "sha256": "7b4f5d03ff8240201cf620e3df7279689a62c33c1561e5867abcb823e9b4e003"
            },
            "downloads": -1,
            "filename": "sphinx_jinja2-0.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "f21d6abadec6298780b1fb8d926b4c4a",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 5921,
            "upload_time": "2024-02-01T10:30:21",
            "upload_time_iso_8601": "2024-02-01T10:30:21.489602Z",
            "url": "https://files.pythonhosted.org/packages/b6/a9/6806dea16899448d42afb8133f3fb5e5b40f6887eeb05065ab6a416accef/sphinx_jinja2-0.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "a275b854df7634e6e417de1272c6be35539dfb6788dbb4f0c2512ecbb70ddcc4",
                "md5": "1afa19c66715cf05f88b7c64ef6ec3ea",
                "sha256": "31340bb15225e7455977de19bb029817cba9261db1fbdbc80d227e8c8ada8d4e"
            },
            "downloads": -1,
            "filename": "sphinx_jinja2-0.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "1afa19c66715cf05f88b7c64ef6ec3ea",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 13955,
            "upload_time": "2024-02-01T10:30:23",
            "upload_time_iso_8601": "2024-02-01T10:30:23.271922Z",
            "url": "https://files.pythonhosted.org/packages/a2/75/b854df7634e6e417de1272c6be35539dfb6788dbb4f0c2512ecbb70ddcc4/sphinx_jinja2-0.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-01 10:30:23",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "sphinx-extensions2",
    "github_project": "sphinx-jinja2",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "tox": true,
    "lcname": "sphinx_jinja2"
}
        
Elapsed time: 0.18205s