Metadata-Version: 2.1
Name: zc.table
Version: 1.0
Summary: Zope table implementation
Home-page: https://github.com/zopefoundation/zc.table/
Author: Zope Foundation and Contributors
Author-email: zope-dev@zope.dev
License: ZPL 2.1
Keywords: zope zope3
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Zope Public License
Classifier: Programming Language :: Python
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Framework :: Zope :: 3
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Python: >=3.7
Provides-Extra: test
License-File: LICENSE.txt

This is a Zope 3 extension that helps with the construction of (HTML) tables.
Features include dynamic HTML table generation, batching and sorting.


CHANGES
=======

1.0 (2023-02-17)
----------------

- Drop support for Python 2.7, 3.5, 3.6.

- Add support for Python 3.5, 3.7, 3.8, 3.9, 3.10, 3.11.


0.10.0 (2020-02-06)
-------------------

- Make Python 3 compatible


0.9.0 (2012-11-21)
------------------

- Using Python's ``doctest`` module instead of deprecated
  ``zope.testing.doctest``.

- Removed dependency on ``zope.app.testing`` and ``zope.app.form``.

- Add test extra, move ``zope.testing`` to it.


0.8.1 (2010-05-25)
------------------

- Replaced html entities with unicode entities since they are xthml valid.


0.8.0 (2009-07-23)
------------------

- Updated tests to latest packages.


0.7.0 (2008-05-20)
------------------

- Fixed HTML-encoding of cell contents for ``GetterColumn``.

- Add ``href`` attributes (for MSIE) and fix up JavaScript on Next/Prev links
  for batching.

- Update packaging.

0.6 (2006-09-22)
----------------

Initial release on Cheeseshop.
