Metadata-Version: 1.0
Name: tags
Version: 0.0.1
Summary: A toolkit to create HTML code with python
Home-page: http://pypi.python.org/pypi/tags
Author: Patrick Sabin
Author-email: patricksabin@gmx.at
License: UNKNOWN
Description: Tags - A HTML code generation toolkit
        -------------------------------------
        With tags you can generate HTML code by programming python. For every Tag type
        there is a corresponding class, for every tag an object. This way you can
        program HTML code by programmatically coding in python. The advantage of this
        style is that you can easily structure and reuse your HTML code, something that
        pure HTML is missing. For example, you can create a widget and use it at many
        different places, or create a template and plug some other html code in. Tags
        takes care of only creating valid html code.
        
        This project is still in development. There is enough code to play around, but
        some tags are missing.
        
        This version requires Python 2.
        
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Text Processing :: Markup :: HTML
Classifier: Programming Language :: Python
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Development Status :: 2 - Pre-Alpha
