Metadata-Version: 1.1
Name: django-teryt-tree
Version: 0.1.0
Summary: Django-teryt-tree is a Django app that implements TERYT database as tree by django-mptt.
Home-page: https://github.com/ad-m/django-teryt-tree
Author: Adam Dobrawy
Author-email: naczelnik@jawnosc.tk
License: BSD
Description: =============================
        django-teryt-tree
        =============================
        
        .. image:: https://badge.fury.io/py/django-teryt-tree.png
            :target: https://badge.fury.io/py/django-teryt-tree
        
        .. image:: https://travis-ci.org/ad-m/django-teryt-tree.png?branch=master
            :target: https://travis-ci.org/ad-m/django-teryt-tree
        
        .. image:: https://coveralls.io/repos/ad-m/django-teryt-tree/badge.svg?branch=master&service=github
            :target: https://coveralls.io/github/ad-m/django-teryt-tree?branch=master 
        
        Django-teryt-tree is a Django app that implements TERYT database as tree by django-mptt.
        
        Documentation
        -------------
        
        The full documentation is at https://django-teryt-tree.readthedocs.org.
        
        Quickstart
        ----------
        
        Install django-teryt-tree::
        
            pip install django-teryt-tree
        
        Then use it in a project::
        
            import teryt_tree
        
        Features
        --------
        
        * TODO
        
        Cookiecutter Tools Used in Making This Package
        ----------------------------------------------
        
        *  cookiecutter
        *  cookiecutter-djangopackage
        
        
        
        
        History
        -------
        
        0.1.0 (2015-10-02)
        ++++++++++++++++++
        
        * First release on PyPI.
        
Keywords: django-teryt-tree
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
