Metadata-Version: 2.1
Name: WebHelpers2
Version: 2.1
Summary: WebHelpers2
Home-page: https://webhelpers2.readthedocs.org/en/latest/
Author: Mike Orr, Ben Bangert, Phil Jenvey
Author-email: sluggoster@gmail.com, ben@groovie.org, pjenvey@groovie.org
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Framework :: Pylons
Classifier: Framework :: Pyramid
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Software Development :: Libraries :: Python Modules
License-File: LICENSE
Requires-Dist: MarkupSafe>=0.9.2
Requires-Dist: six>=1.4.0


**WebHelpers2** contains convenience functions to make HTML tags, process text,
format numbers, do basic statistics, work with collections, and more.
It's the successor to WebHelpers.

Version 2.1 fixes bugs and adds Python 3 support. The API and features are
unchanged since 2.0. This version is tested on Python 3.9, 3.10, 3.11, 3.12,
and 2.7.

The next version will drop Python 2 and older Python 3 versions. No new
helpers or API changes are expected. It will focus on updating the packaging
and documentation. It may delete some helpers that now have equivalents in
recent Python versions.

For support/questions/patches, please use the pylons-discuss_ mailing list.

.. _pylons-discuss: http://groups.google.com/group/pylons-discuss
