Metadata-Version: 2.1
Name: Products.ZopeTree
Version: 2.0.1
Summary: ZopeTree is a light-weight tree implementation.
Home-page: https://github.com/jugmac00/Products.ZopeTree
Maintainer: Juergen Gmach
Maintainer-email: juergen.gmach@googlemail.com
License: UNKNOWN
Project-URL: Issue Tracker, https://github.com/jugmac00/Products.ZopeTree/issues
Project-URL: Sources, https://github.com/jugmac00/Products.ZopeTree
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Framework :: Zope :: 4
Classifier: Framework :: Zope :: 5
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Mozilla Public License 1.1 (MPL 1.1)
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*
Description-Content-Type: text/markdown
Requires-Dist: Zope
Requires-Dist: setuptools
Requires-Dist: six
Requires-Dist: AccessControl
Requires-Dist: zope.interface
Requires-Dist: zope.testing

[![Build Status](https://travis-ci.com/jugmac00/Products.ZopeTree.svg?branch=master)](https://travis-ci.com/jugmac00/Products.ZopeTree)
[![Current version on PyPI](https://img.shields.io/pypi/v/Products.ZopeTree)](https://pypi.org/project/Products.ZopeTree/)
[![License: MPL 1.1](https://img.shields.io/badge/License-MPL%201.1-brightgreen.svg)](https://opensource.org/licenses/MPL-2.0)

# Products.ZopeTree

ZopeTree is a light-weight tree implementation, mainly for use with ZPT.

Created by Philipp "philiKON" von Weitershausen.

## Scope

This package back from 2003 has been asleep for more than a decade.

It was about time to get up and get ready for Zope 4 and Python 3.


