Pacote: python3-django-classy-tags (4.1.0-1)
Links para python3-django-classy-tags
Recursos de Debian:
- Relatórios de bug
- Informação de desenvolvedor(a)
- Debian Changelog
- Arquivo de copyright
- Rastreador de patch Debian
Baixe o pacote-fonte django-classy-tags:
- [django-classy-tags_4.1.0-1.dsc]
- [django-classy-tags_4.1.0.orig.tar.gz]
- [django-classy-tags_4.1.0-1.debian.tar.xz]
Mantenedores(as):
- Debian Python Team (QA Página)
- Michael Fladischer (QA Página)
- Ondřej Surý (QA Página)
- Thomas Goirand (QA Página)
Fontes externas:
- Pagina principal [github.com]
Pacotes similares:
Class based template tags for Django projects (Python3 version)
django-classy-tags is an approach at making writing template tags in Django easier, shorter and more fun. It provides an extensible argument parser which reduces most of the boiler plate code you usually have to write when coding custom template tags.
django-classy-tags does no magic by design. Thus you will not get automatic registering/loading of your tags like other solutions provide. You will not get automatic argument guessing from function signatures but rather you have to declare what arguments your tag accepts. There is no magic in your template tag class either, it’s just a subclass of django.template.Node which invokes a parser class to parse the arguments when it’s initialized and resolves those arguments into keyword arguments in it’s render method and calls its render_tag method with those keyword arguments.
This package contains the Python 3 version of the library.
Outros pacotes relacionados a python3-django-classy-tags
|
|
|
|
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
-
- dep: python3-django
- infraestrutura de desenvolvimento web Python de alto nível
-
- sug: python-django-classy-tags-doc
- Class based template tags for Django projects (Documentation)
Download de python3-django-classy-tags
Arquitetura | Tamanho do pacote | Tamanho instalado | Arquivos |
---|---|---|---|
all | 14.0 kB | 69.0 kB | [lista de arquivos] |