{ "info": { "author": "Iain Lamb", "author_email": "x+python@lamb.cc", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Environment :: Console", "Intended Audience :: Developers", "License :: OSI Approved :: Python Software Foundation License", "Natural Language :: English", "Operating System :: OS Independent", "Programming Language :: Python :: 3", "Topic :: Text Processing :: Markup :: HTML", "Topic :: Utilities" ], "description": "Use with Python 3.\n\n\nThis module supports clean separation of markup, presentation, and behavior in\nHTML. It looks for special dependency comments atop CSS and javascript files\nand within ```` depends on a file named ``site.css``. Module\nnames must only consist of the ASCII characters matching the regular\nexpression ``[a-zA-Z0-9_-]``.\n\nMoudle files are located by looking in the current working directory and then\nvia whatever paths have been optionally specified in the ``$HTMLDEPS`` \nenvironment variable (formatted just like the ubiquitous ``$PATH`` variable).\nIn addition, the list of paths to search may also be adjusted via the ``config``\nobject.\n\nWithin the original HTML, the ``:depends`` string must only appear in comments\ninside of ``