Metadata-Version: 2.1
Name: px-django-tree
Version: 0.1.0
Summary: Efficient tree implementation for postgres db.
Home-page: UNKNOWN
Author: Alex Tkachenko
Author-email: preusx.dev@gmail.com
License: MIT License
Description: # Tree
        
        Django orm trees for postgresql.
        
        Implements as an adjacent tree with materialized path inside.
        
        Easy to swap nodes and rebuild tree. Easy to lookup for a descendants/ancestors et. Made for performance in bulk changes.
        
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Programming Language :: Python :: 3
Classifier: Intended Audience :: Developers
Classifier: Topic :: Utilities
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Provides-Extra: dev
