Placeholdr


NamePlaceholdr JSON
Version 0.0.6 PyPI version JSON
download
home_page
SummaryPlaceholdr is a flexible and powerful Python template engine for dynamic substitution of values in templates.
upload_time2023-11-26 09:34:57
maintainer
docs_urlNone
authorDekel Cohen
requires_python
license
keywords python template engine templating web development template dynamic templates template inheritance control structures filters reusability custom tags macros placeholdr
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Placeholdr

Placeholdr is a robust and versatile Python library designed to facilitate seamless integration of placeholders 
within templates and their subsequent substitution with dynamic values. With its intuitive syntax and extensive 
feature set, Placeholdr empowers developers to craft dynamic and tailor-made templates for a wide range of web 
applications.

## Key Features

Placeholdr comes packed with a variety of features to enhance your template creation and management:

- **Variable Substitution**: Support for various syntaxes like `{{ variable }}`, `[[ variable ]]`, `< variable >`, etc.
- **Template Inheritance**: Efficiently manage templates with `{% block block_name %}` and `{% endblock %}` tags.
- **Includes**: Easily include external templates using `{% include "path/to/template" %}`.
- **Control Structures**: Intuitive control structures including `{% if condition %}`, `{% endif %}`, `{% for item in iterable %}`, and `{% endfor %}`.
- **Filters**: Apply filters within templates for variable manipulation (e.g., `{{ variable | filter_name }}`).
- **HTML Auto-Escaping**: Automatically escape HTML special characters to enhance security.

## Contribute

The library is in its early stages of development, and we are continuously working to add more features and improve its functionality. We welcome feedback and contributions from the community.

For upcoming documentation, examples, and updates, keep an eye on Placeholdr's GitHub repository: [https://github.com/Dcohen52/Placeholdr](https://github.com/Dcohen52/Placeholdr).

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "Placeholdr",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "python,template engine,templating,web development,template,dynamic templates,template inheritance,control structures,filters,reusability,custom tags,macros,Placeholdr",
    "author": "Dekel Cohen",
    "author_email": "<dcohen52@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/fd/81/ab8f2952b40dcf48031e48d81953888dbead82557b792b5dc295ce170b09/Placeholdr-0.0.6.tar.gz",
    "platform": null,
    "description": "# Placeholdr\n\nPlaceholdr is a robust and versatile Python library designed to facilitate seamless integration of placeholders \nwithin templates and their subsequent substitution with dynamic values. With its intuitive syntax and extensive \nfeature set, Placeholdr empowers developers to craft dynamic and tailor-made templates for a wide range of web \napplications.\n\n## Key Features\n\nPlaceholdr comes packed with a variety of features to enhance your template creation and management:\n\n- **Variable Substitution**: Support for various syntaxes like `{{ variable }}`, `[[ variable ]]`, `< variable >`, etc.\n- **Template Inheritance**: Efficiently manage templates with `{% block block_name %}` and `{% endblock %}` tags.\n- **Includes**: Easily include external templates using `{% include \"path/to/template\" %}`.\n- **Control Structures**: Intuitive control structures including `{% if condition %}`, `{% endif %}`, `{% for item in iterable %}`, and `{% endfor %}`.\n- **Filters**: Apply filters within templates for variable manipulation (e.g., `{{ variable | filter_name }}`).\n- **HTML Auto-Escaping**: Automatically escape HTML special characters to enhance security.\n\n## Contribute\n\nThe library is in its early stages of development, and we are continuously working to add more features and improve its functionality. We welcome feedback and contributions from the community.\n\nFor upcoming documentation, examples, and updates, keep an eye on Placeholdr's GitHub repository: [https://github.com/Dcohen52/Placeholdr](https://github.com/Dcohen52/Placeholdr).\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Placeholdr is a flexible and powerful Python template engine for dynamic substitution of values in templates.",
    "version": "0.0.6",
    "project_urls": null,
    "split_keywords": [
        "python",
        "template engine",
        "templating",
        "web development",
        "template",
        "dynamic templates",
        "template inheritance",
        "control structures",
        "filters",
        "reusability",
        "custom tags",
        "macros",
        "placeholdr"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5f29ae83b5d552b3fa17fb207e9ac89f1a75283401e2e48f23a9ea6d1ddfab95",
                "md5": "12d3596d2639368b8a368e7bbbd5a68f",
                "sha256": "3f6526f06318f8b3da6cf23710a26324261c69093895975d550540b628658f00"
            },
            "downloads": -1,
            "filename": "Placeholdr-0.0.6-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "12d3596d2639368b8a368e7bbbd5a68f",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 5363,
            "upload_time": "2023-11-26T09:34:56",
            "upload_time_iso_8601": "2023-11-26T09:34:56.167813Z",
            "url": "https://files.pythonhosted.org/packages/5f/29/ae83b5d552b3fa17fb207e9ac89f1a75283401e2e48f23a9ea6d1ddfab95/Placeholdr-0.0.6-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fd81ab8f2952b40dcf48031e48d81953888dbead82557b792b5dc295ce170b09",
                "md5": "8fa9a5b986163f94b88ebfdd6cdfd6f9",
                "sha256": "bcbe2938593e8c23c87cd4cc816638a7def5934a42a5b7826161035604debd0c"
            },
            "downloads": -1,
            "filename": "Placeholdr-0.0.6.tar.gz",
            "has_sig": false,
            "md5_digest": "8fa9a5b986163f94b88ebfdd6cdfd6f9",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 6585,
            "upload_time": "2023-11-26T09:34:57",
            "upload_time_iso_8601": "2023-11-26T09:34:57.431365Z",
            "url": "https://files.pythonhosted.org/packages/fd/81/ab8f2952b40dcf48031e48d81953888dbead82557b792b5dc295ce170b09/Placeholdr-0.0.6.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-11-26 09:34:57",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "placeholdr"
}
        
Elapsed time: 0.14460s