go2jinja


Namego2jinja JSON
Version 0.2.0 PyPI version JSON
download
home_pagehttps://github.com/engelmi/go2jinja
SummaryLibrary for converting Go Templates to Jinja Templates
upload_time2025-08-20 12:38:51
maintainerNone
docs_urlNone
authorMichael Engel
requires_python>=3.9
licenseLGPL-2.1-or-later
keywords go2jinja python go template jinja
VCS
bugtrack_url
requirements regex jinja2 pytest setuptools flake8 black isort
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # go2jinja - Convert Go Templates to Jinja Templates

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/engelmi/go2jinja",
    "name": "go2jinja",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": null,
    "keywords": "go2jinja, python, Go, template, Jinja",
    "author": "Michael Engel",
    "author_email": null,
    "download_url": null,
    "platform": null,
    "description": "# go2jinja - Convert Go Templates to Jinja Templates\n",
    "bugtrack_url": null,
    "license": "LGPL-2.1-or-later",
    "summary": "Library for converting Go Templates to Jinja Templates",
    "version": "0.2.0",
    "project_urls": {
        "Homepage": "https://github.com/engelmi/go2jinja"
    },
    "split_keywords": [
        "go2jinja",
        " python",
        " go",
        " template",
        " jinja"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "117d33f9d22ac85178a63ff2d8c020489f2e6e397fffc00b8063d9707027896c",
                "md5": "06ab91b243f08d9159bb7e0627535e71",
                "sha256": "2d9d36149dceee50240b593b53d3c1b4062ce76e16068f6fa1ae640bb15d35b2"
            },
            "downloads": -1,
            "filename": "go2jinja-0.2.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "06ab91b243f08d9159bb7e0627535e71",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 15601,
            "upload_time": "2025-08-20T12:38:51",
            "upload_time_iso_8601": "2025-08-20T12:38:51.754067Z",
            "url": "https://files.pythonhosted.org/packages/11/7d/33f9d22ac85178a63ff2d8c020489f2e6e397fffc00b8063d9707027896c/go2jinja-0.2.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-08-20 12:38:51",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "engelmi",
    "github_project": "go2jinja",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "regex",
            "specs": [
                [
                    ">=",
                    "2024.11.6"
                ]
            ]
        },
        {
            "name": "jinja2",
            "specs": [
                [
                    ">=",
                    "3.1.5"
                ]
            ]
        },
        {
            "name": "pytest",
            "specs": [
                [
                    ">=",
                    "8.3.4"
                ]
            ]
        },
        {
            "name": "setuptools",
            "specs": [
                [
                    ">=",
                    "75.8.0"
                ]
            ]
        },
        {
            "name": "flake8",
            "specs": [
                [
                    ">=",
                    "7.1.1"
                ]
            ]
        },
        {
            "name": "black",
            "specs": [
                [
                    ">=",
                    "25.1.0"
                ]
            ]
        },
        {
            "name": "isort",
            "specs": [
                [
                    ">=",
                    "6.0.0"
                ]
            ]
        }
    ],
    "lcname": "go2jinja"
}
        
Elapsed time: 0.43839s