Metadata-Version: 2.1
Name: Products.ZMIntrospection
Version: 1.1
Summary: Append an Introspection tab to an object's management tabs.
Home-page: https://github.com/eea/Products.ZMIntrospection/
Author: Stefane Fermigier
Author-email: sf@nuxeo.com
License: GPL
Classifier: Framework :: Zope2
Classifier: Intended Audience :: Developers
Classifier: Development Status :: 6 - Mature
Requires-Dist: setuptools

Products.ZMIntrospection
========================
Products.ZMIntrospection appends an Introspection tab to an object's
management tabs in the ZMI, which shows various information about the object
such as it's attributes etc.

It is written by Stefane Fermigier, Nuxeo.

Changelog
=========

1.1 (2024-06-03)
----------------

- Add introspection also for IOBTree and IIBTree. @avoinea

- fix: OOBTree with tuple keys. avoinea


1.0 (2020-02-17)
----------------
- Zope4 / Python3 support
  [avoinea]

0.3.1 (2016-04-05)
------------------

- Also introspect OOBTree and OIBTree objects (e.g. __annotations__)
  [avoinea]


0.3.0 (2010-08-05)
------------------

- Made into a distutils package, and released on PyPI.
  [lregebro]

0.2.2 (2006-12-04)
------------------

- [packaging] bundleman svn property

0.2.1 (2006-07-31)
------------------


0.2.0 (2006-05-19)
------------------

- Add navigation into an object's attributes.

0.1.1 (2006-02-13)
------------------

- Added a needed security check.

0.1.0 (2005-04-13)
------------------

- first packaging
