django-templateyak


Namedjango-templateyak JSON
Version 0.0.1 PyPI version JSON
download
home_pagehttps://django-templateyak.levit.be
Summaryclass-based Django TemplateTags
upload_time2024-10-26 16:38:15
maintainerNone
docs_urlNone
authorLevIT SCS
requires_pythonNone
licenseMIT License
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Django TemplateYAK

YAK in **Django TemplateYAK** stands for Yet Another Komponent.

This library provides class-based templatetags for Django.

Writing templatetags in Django that don't fit [simple_tag](https://docs.djangoproject.com/en/dev/howto/custom-template-tags/#simple-tags) or [inclusion_tag](https://docs.djangoproject.com/en/dev/howto/custom-template-tags/#inclusion-tags) is non-trivial. Class-based templatetags is an attempt at making it less complicated.

As a bonus, you'll find a Django Komponent system also included in this library. You can use it straight out of the box or as a reference for implementing your own templatetags.

## Documentation

Documentation available at https://django-templateyak.levit.be

            

Raw data

            {
    "_id": null,
    "home_page": "https://django-templateyak.levit.be",
    "name": "django-templateyak",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": null,
    "author": "LevIT SCS",
    "author_email": "info@levit.be",
    "download_url": "https://files.pythonhosted.org/packages/dd/51/d29205a68b1644b73b4983a083405bf699bfe75b5188b60d3459ff6793ff/django_templateyak-0.0.1.tar.gz",
    "platform": null,
    "description": "# Django TemplateYAK\n\nYAK in **Django TemplateYAK** stands for Yet Another Komponent.\n\nThis library provides class-based templatetags for Django.\n\nWriting templatetags in Django that don't fit [simple_tag](https://docs.djangoproject.com/en/dev/howto/custom-template-tags/#simple-tags) or [inclusion_tag](https://docs.djangoproject.com/en/dev/howto/custom-template-tags/#inclusion-tags) is non-trivial. Class-based templatetags is an attempt at making it less complicated.\n\nAs a bonus, you'll find a Django Komponent system also included in this library. You can use it straight out of the box or as a reference for implementing your own templatetags.\n\n## Documentation\n\nDocumentation available at https://django-templateyak.levit.be\n",
    "bugtrack_url": null,
    "license": "MIT License",
    "summary": "class-based Django TemplateTags",
    "version": "0.0.1",
    "project_urls": {
        "Homepage": "https://django-templateyak.levit.be"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "dd51d29205a68b1644b73b4983a083405bf699bfe75b5188b60d3459ff6793ff",
                "md5": "024f2ba156660519fd12060e81b8f0a2",
                "sha256": "49954b263831fb5e9c7ad2ecc3a6a8ee8e7226b91faedfeff61799105129f3dd"
            },
            "downloads": -1,
            "filename": "django_templateyak-0.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "024f2ba156660519fd12060e81b8f0a2",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 11169,
            "upload_time": "2024-10-26T16:38:15",
            "upload_time_iso_8601": "2024-10-26T16:38:15.725222Z",
            "url": "https://files.pythonhosted.org/packages/dd/51/d29205a68b1644b73b4983a083405bf699bfe75b5188b60d3459ff6793ff/django_templateyak-0.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-10-26 16:38:15",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "django-templateyak"
}
        
Elapsed time: 0.50088s