How to Install and Uninstall python-django-classy-tags-doc Package on Ubuntu 21.10 (Impish Indri)

Last updated: July 06,2024

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

Here is a brief guide to show you how to install python-django-classy-tags-doc on Ubuntu 21.10 (Impish Indri)

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

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

Please follow the guidance below to uninstall python-django-classy-tags-doc on Ubuntu 21.10 (Impish Indri):

$ 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 21.10 (Impish Indri)

Package: python-django-classy-tags-doc
Architecture: all
Version: 1.0.0-2
Priority: optional
Section: universe/doc
Source: django-classy-tags
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 303
Depends: libjs-sphinxdoc (>= 1.0)
Filename: pool/universe/d/django-classy-tags/python-django-classy-tags-doc_1.0.0-2_all.deb
Size: 39772
MD5sum: a0389e98608183f4bf7114a4c4597f83
SHA1: ada45928ba2a2368f9d0540f887156a10c7ba943
SHA256: a0b509cfd9a4bbac04119223daf33dd106d53817cf9871816e7d2f287d902358
SHA512: e83a950b08acfbe16a57c5919f24727906feb8bce5d92b44da66ef7225ec7a133bc4d88487a5c79fa131f5e7621b2a95f048227b4903fcd2a1f0995e846fa509
Homepage: https://github.com/ojii/django-classy-tags
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