How to Install and Uninstall python-django-tree-queries-doc Package on Kali Linux

Last updated: June 07,2024

1. Install "python-django-tree-queries-doc" package

Here is a brief guide to show you how to install python-django-tree-queries-doc on Kali Linux

$ sudo apt update $ sudo apt install python-django-tree-queries-doc

2. Uninstall "python-django-tree-queries-doc" package

This guide let you learn how to uninstall python-django-tree-queries-doc on Kali Linux:

$ sudo apt remove python-django-tree-queries-doc $ sudo apt autoclean && sudo apt autoremove

3. Information about the python-django-tree-queries-doc package on Kali Linux

Package: python-django-tree-queries-doc
Source: python-django-tree-queries
Version: 0.16.1-1
Installed-Size: 111
Maintainer: Debian Python Team
Architecture: all
Depends: libjs-sphinxdoc (>= 7.2.2)
Size: 29228
SHA256: 3443cfebc51156dc4b8153f7dcb74676f4082c9ef645cd057426aa23b4007e88
SHA1: f5d50cac06e082366cd1e04a35c1e84f01e745bb
MD5sum: 2b8f788277e14cd5e72dd3db53218899
Description: Adjacency-list trees for Django (Documentation)
Query Django model trees using adjacency lists and recursive common table
expressions. Supports PostgreSQL, sqlite3 and MariaDB and MySQL.
.
Features and limitations:
* Supports only integer and UUID primary keys (for now).
* Allows specifying ordering among siblings.
* Uses the correct definition of depth, where root nodes have a depth of
zero.
* The parent foreign key must be named "parent" at the moment.
* The fields added by the common table expression always are tree_depth,
tree_path and tree_ordering. The names cannot be changed. tree_depth is an
integer, tree_path an array of primary keys and tree_ordering an array of
values used for ordering nodes within their siblings.
* Besides adding the fields mentioned above the package only adds queryset
methods for ordering siblings and filtering ancestors and descendants.
* Little code, and relatively simple when compared to other tree management
solutions for Django. No redundant values so the only way to end up with
corrupt data is by introducing a loop in the tree structure (making it a
graph). The TreeNode abstract model class has some protection against this.
* Supports only trees with max. 50 levels on MySQL/MariaDB, since those
databases do not support arrays and require a maximum length for the
tree_path and tree_ordering upfront.
.
This package contains the documentation.
Description-md5:
Homepage: https://github.com/feincms/django-tree-queries
Section: doc
Priority: optional
Filename: pool/main/p/python-django-tree-queries/python-django-tree-queries-doc_0.16.1-1_all.deb

5. The same packages on other Linux Distributions