Paketname | python-django-treebeard |
Beschreibung | Efficient implementations of tree data structures for Django |
Archiv/Repository | Offizielles Ubuntu Archiv lucid (universe) |
Version | 1.1-2 |
Sektion | universe/python |
Priorität | optional |
Installierte Größe | 252 Byte |
Hängt ab von | python-support (>= 0.90.0), python-django (>= 1.0) |
Empfohlene Pakete | |
Paketbetreuer | Ubuntu Developers |
Quelle | |
Paketgröße | 35416 Byte |
Prüfsumme MD5 | 27d9a90cc3aa56184469cbe066105cc1 |
Prüfsumme SHA1 | 6ebfc5e93941e4862dfa4a425ece8d5b5df90652 |
Prüfsumme SHA256 | 696d06e0e2c62d59be3810414c08a786054c84459cdfafdc4631a0d52cbd4982 |
Link zum Herunterladen | python-django-treebeard_1.1-2_all.deb |
Ausführliche Beschreibung | Django Treebeard is a library that implements efficient data structures for
storing hierachical data in a database using the Django web development
framework.
.
It currently includes 3 different tree implementations: adjacency list,
materialized path and nested sets. Each one has it's own strengths and
weaknesses but share the same API, so it’s easy to switch between them.
|