Efficient tree implementations for Django
Reason this release was yanked:
unintentional migration, use 4.5.1 instead
Project description
django-treebeard
django-treebeard is a library that implements efficient tree implementations for the Django Web Framework 2.2 and later.
It is written by Gustavo Picón and licensed under the Apache License 2.0.
Status
Features
django-treebeard is:
- Flexible: Includes 3 different tree implementations with the
same API:
- Adjacency List
- Materialized Path
- Nested Sets
- Fast: Optimized non-naive tree operations
- Easy: Uses Django Model Inheritance with abstract classes to define your own models.
- Clean: Testable and well tested code base. Code/branch test coverage is above 96%. Test suite running on different versions of Python and Django: https://travis-ci.org/django-treebeard/django-treebeard/
You can find the documentation in
Supported versions
django-treebeard officially supports
- Django 2.2 - 3.1
- Python 3.6, 3.7, 3.8, 3.9
- PostgreSQL, MySQL, MSSQL, SQLite database back-ends.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
django-treebeard-4.5.tar.gz
(310.7 kB
view details)
Built Distribution
File details
Details for the file django-treebeard-4.5.tar.gz
.
File metadata
- Download URL: django-treebeard-4.5.tar.gz
- Upload date:
- Size: 310.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8085928debdd187e9919afc522ea40069bb9f090fa804c7ae9a324b0f62843c6 |
|
MD5 | b1aa2c5cf359bdca665017f41d45fa04 |
|
BLAKE2b-256 | 607208eaa4725372d50afab62209f9a048e9b4434c7dd75e18791c8eddf084b8 |
File details
Details for the file django_treebeard-4.5-py3-none-any.whl
.
File metadata
- Download URL: django_treebeard-4.5-py3-none-any.whl
- Upload date:
- Size: 103.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 313fb61843e1ad025262014c382bc0c58fefc064cf5401421dcb5a2cfdacdc9d |
|
MD5 | 09051aa06a1320ff7795c98de9824587 |
|
BLAKE2b-256 | c9766cb59eb18099c336b37fb50000767b23455018348ae740c345b86c419a60 |