chevron-blue


Namechevron-blue JSON
Version 0.2.1 PyPI version JSON
download
home_page
SummaryA Python implementation of the mustache template language
upload_time2024-01-03 23:26:02
maintainer
docs_urlNone
authorZanie
requires_python>=3.8,<4.0
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # chevron-blue

A Python implementation of the [mustache templating language](http://mustache.github.io).

## Acknowledgements

This library is a fork of [chevron](https://github.com/noahmorrison/chevron) authored by [Noah Morrison](https://github.com/noahmorrison).

The following changes have been made:

- Switched to a modern build system (`poetry`)
- Switched to GitHub Actions for CI
- Used Ruff for linting and formatting
- Dropped support for Python 2
- Verified support for Python 3.7 - 3.12
- Fixed bug where variables could be incorrectly resolved from other scopes (see [#3](https://github.com/zanieb/chevron-blue/pull/3))
- Added global `--no-escape` option to disable HTML escaping (see [#4](https://github.com/zanieb/chevron-blue/pull/4))

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "chevron-blue",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8,<4.0",
    "maintainer_email": "",
    "keywords": "",
    "author": "Zanie",
    "author_email": "contact@zanie.dev",
    "download_url": "https://files.pythonhosted.org/packages/9a/44/52293d3b0238318222a9bbf9092c53ad34afd1fc4dad7e30f4ce85cdfddd/chevron_blue-0.2.1.tar.gz",
    "platform": null,
    "description": "# chevron-blue\n\nA Python implementation of the [mustache templating language](http://mustache.github.io).\n\n## Acknowledgements\n\nThis library is a fork of [chevron](https://github.com/noahmorrison/chevron) authored by [Noah Morrison](https://github.com/noahmorrison).\n\nThe following changes have been made:\n\n- Switched to a modern build system (`poetry`)\n- Switched to GitHub Actions for CI\n- Used Ruff for linting and formatting\n- Dropped support for Python 2\n- Verified support for Python 3.7 - 3.12\n- Fixed bug where variables could be incorrectly resolved from other scopes (see [#3](https://github.com/zanieb/chevron-blue/pull/3))\n- Added global `--no-escape` option to disable HTML escaping (see [#4](https://github.com/zanieb/chevron-blue/pull/4))\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A Python implementation of the mustache template language",
    "version": "0.2.1",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d9f1b959f5888a68017736384b90b8bb4a5ba78b32b3df7b5e31a2446ec17cba",
                "md5": "3f825f248eae6c36b3418eb3f4969afc",
                "sha256": "ab9accbb5c5f42ba224821904a4f14642cbc6d117706a8b105723bc80e733dea"
            },
            "downloads": -1,
            "filename": "chevron_blue-0.2.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "3f825f248eae6c36b3418eb3f4969afc",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8,<4.0",
            "size": 10306,
            "upload_time": "2024-01-03T23:26:01",
            "upload_time_iso_8601": "2024-01-03T23:26:01.042304Z",
            "url": "https://files.pythonhosted.org/packages/d9/f1/b959f5888a68017736384b90b8bb4a5ba78b32b3df7b5e31a2446ec17cba/chevron_blue-0.2.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9a4452293d3b0238318222a9bbf9092c53ad34afd1fc4dad7e30f4ce85cdfddd",
                "md5": "1c559626e434c40bec841adc3f6792ab",
                "sha256": "fec5d54f2a71883c74a6e8266936aeaf2b2427c91dd32dc77e5cc64cdbf1c7d2"
            },
            "downloads": -1,
            "filename": "chevron_blue-0.2.1.tar.gz",
            "has_sig": false,
            "md5_digest": "1c559626e434c40bec841adc3f6792ab",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8,<4.0",
            "size": 8702,
            "upload_time": "2024-01-03T23:26:02",
            "upload_time_iso_8601": "2024-01-03T23:26:02.396815Z",
            "url": "https://files.pythonhosted.org/packages/9a/44/52293d3b0238318222a9bbf9092c53ad34afd1fc4dad7e30f4ce85cdfddd/chevron_blue-0.2.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-01-03 23:26:02",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "chevron-blue"
}
        
Elapsed time: 0.44212s