django-treebeard 1.61
Efficient tree implementations for Django 1.0+
django-treebeard is a library that implements efficient tree implementations for the Django Web Framework 1.0+, written by Gustavo Picón and licensed under the Apache License 2.0.
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 (see Benchmarks).
- 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%.
You can find the documentation in
https://tabo.pe/projects/django-treebeard/docs/tip/
| File | Type | Py Version | Uploaded on | Size | # downloads |
|---|---|---|---|---|---|
| django-treebeard-1.61.tar.gz (md5) | Source | 2010-07-25 | 59KB | 10637 | |
- Author: Gustavo Picon
- Home Page: https://tabo.pe/projects/django-treebeard/
- License: Apache License 2.0
-
Categories
- Development Status :: 5 - Production/Stable
- Environment :: Web Environment
- Framework :: Django
- Intended Audience :: Developers
- License :: OSI Approved :: Apache Software License
- Operating System :: OS Independent
- Programming Language :: Python
- Topic :: Software Development :: Libraries
- Topic :: Utilities
- Package Index Owner: tabo
- DOAP record: django-treebeard-1.61.xml
