Metadata-Version: 2.4
Name: CHJ
Version: 3.11
Summary: Package for CSS/HTML/Javascript support.
Home-page: https://codeberg.org/tanzer/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: Intended Audience :: Developers
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Text Processing :: Markup :: HTML
Requires-Python: >=3.11
License-File: LICENSE
Requires-Dist: TFL>=3
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"
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: platform
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

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

CHJ is distributed under the conditions of the `BSD 3-Clause
License <https://www.gg32.com/license/bsd_3c.html>`_.

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

    git clone git@codeberg.org:tanzer/tapyr.git

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

.. _`git repository`: https://codeberg.org/tanzer/tapyr
