How to Install and Uninstall python-django-classy-tags-doc Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 15,2024

1. Install "python-django-classy-tags-doc" package

Please follow the step by step instructions below to install python-django-classy-tags-doc on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-django-classy-tags-doc

2. Uninstall "python-django-classy-tags-doc" package

Learn how to uninstall python-django-classy-tags-doc on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove python-django-classy-tags-doc $ sudo apt autoclean && sudo apt autoremove

3. Information about the python-django-classy-tags-doc package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python-django-classy-tags-doc
Priority: optional
Section: universe/doc
Installed-Size: 316
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: all
Source: django-classy-tags
Version: 0.7.1-1
Depends: libjs-sphinxdoc (>= 1.0)
Filename: pool/universe/d/django-classy-tags/python-django-classy-tags-doc_0.7.1-1_all.deb
Size: 43934
MD5sum: 7a00048bf686baef74720d223dc3098e
SHA1: b8d0a7636f931c5ae765421871c0a06e6467d3e2
SHA256: cf4e1b7a737a2e5d5d495eb16f3840584bfce195eff15f3c20bd0ef62b36caf2
Description-en: Class based template tags for Django projects (Documentation)
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 documentation.
Description-md5: 98b8e3278f3cf3613e3c18af32b975ee
Homepage: https://github.com/ojii/django-classy-tags
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu