Metadata-Version: 2.1
Name: django-fast-treenode
Version: 1.0.2
Summary: Application for supporting tree (hierarchical) data structure in Django projects
Home-page: https://github.com/TimurKady/fast-treenode
Author: Timur Kady
Author-email: timurkady@yandex.com
License: MIT
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Framework :: Django :: 3.0
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Python: >=3.8
Description-Content-Type: text/plain
License-File: LICENSE

Application for supporting tree (hierarchical) data structure in Django projects
Combination of Adjacency List and Closure Table

See details at https://github.com/TimurKady/django-fast-treenode

