パッケージ: python3-django-treebeard (4.5.1+dfsg-2)
python3-django-treebeard に関するリンク
Trisquel の資源:
python-django-treebeard ソースパッケージをダウンロード:
- [python-django-treebeard_4.5.1+dfsg-2.dsc]
- [python-django-treebeard_4.5.1+dfsg.orig.tar.xz]
- [python-django-treebeard_4.5.1+dfsg-2.debian.tar.xz]
メンテナ:
Original Maintainers:
- Debian Python Team
- Michael Fladischer
外部の資源:
- ホームページ [github.com]
類似のパッケージ:
Efficient implementations of tree data structures for Django (Python3 version)
Django Treebeard is a library that implements efficient data structures for storing hierarchical 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.
This package contains the Python 3 version of the library.
その他の python3-django-treebeard 関連パッケージ
|
|
|
-
- dep: libjs-jquery-ui
- JavaScript UI library for dynamic web applications
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
-
- dep: python3-django (>= 2.2~)
- High-level Python web development framework