Metadata-Version: 2.0
Name: CHJ
Version: 2.2.6
Summary: Package for CSS/HTML/Javascript support.
Home-page: https://github.com/Tapyr/tapyr
Author: Christian Tanzer
Author-email: tanzer@swing.co.at
License: BSD License
Platform: Any
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Intended Audience :: Developers
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Text Processing :: Markup :: HTML
Requires-Dist: TFL
Provides-Extra: minified
Requires-Dist: rcssmin; extra == 'minified'
Requires-Dist: rjsmin; extra == 'minified'
Provides-Extra: minified_debian_slow
Requires-Dist: cssmin; extra == 'minified_debian_slow'
Requires-Dist: jsmin; extra == 'minified_debian_slow'

CHJ provides classes and functions for CSS/HTML/Javascript
support in Python.

CHJ is distributed under the conditions of the `BSD 3-Clause
License <http://www.c-tanzer.at/license/bsd_3c.html>`_.

CHJ is available as a `git repository`_.
You can clone that repository with::

    git clone git@github.com:Tapyr/tapyr.git

Reports of bugs in CHJ should be submitted to the `git repository`_.

.. _`git repository`: https://github.com/Tapyr/tapyr

