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

Last updated: May 14,2024

1. Install "python3-django-classy-tags" package

This guide let you learn how to install python3-django-classy-tags on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install python3-django-classy-tags

2. Uninstall "python3-django-classy-tags" package

This guide covers the steps necessary to uninstall python3-django-classy-tags on Ubuntu 21.10 (Impish Indri):

$ sudo apt remove python3-django-classy-tags $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-django-classy-tags package on Ubuntu 21.10 (Impish Indri)

Package: python3-django-classy-tags
Architecture: all
Version: 1.0.0-2
Priority: optional
Section: universe/python
Source: django-classy-tags
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 68
Depends: python3-django, python3-six, python3:any
Suggests: python-django-classy-tags-doc
Filename: pool/universe/d/django-classy-tags/python3-django-classy-tags_1.0.0-2_all.deb
Size: 13648
MD5sum: 226befd54ddaabb04317518e28e11255
SHA1: b93e125a3c9ccef6d04b72cc883bef8ee8617840
SHA256: 27b1f7e3d19b50d76ec7120aa66b54ff8a5bc381aa834578e2fff9a5f940ed98
SHA512: 11592c5ea5b227112c5cd4ac60a3cdb91ff2a2433d6e6ad5dcab931061ad740d2fa9368267a296392b357298bb0a1a13ff83974f74b082da178febba98ad1fbf
Homepage: https://github.com/ojii/django-classy-tags
Description-en: 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.
Description-md5: 3253a01d01c439dbaf8d4d3a0637f604