Paketname | python-django-treebeard |
Beschreibung | Efficient implementations of tree data structures for Django |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 1.61-1 |
Sektion | python |
Priorität | optional |
Installierte Größe | 288 Byte |
Hängt ab von | python (>= 2.5), python-support (>= 0.90.0), python-django (>= 1.0) |
Empfohlene Pakete | |
Paketbetreuer | Chris Lamb |
Quelle | |
Paketgröße | 37708 Byte |
Prüfsumme MD5 | 72194d48978b3cb1eccb1a3182e414c8 |
Prüfsumme SHA1 | 3c974b74e41623135218e671ba0b0132290ff187 |
Prüfsumme SHA256 | 4f10361e7017f6dd5965f7f85bb854a3c5c5e271b0ad0ad76baac6756f51d714 |
Link zum Herunterladen | python-django-treebeard_1.61-1_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.
|