{ "info": { "author": "Jonas Galvez", "author_email": "jonasgalvez@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Software Development :: Compilers", "Topic :: Software Development :: User Interfaces", "Topic :: Text Processing :: Markup :: HTML" ], "description": "hcss is a CSS compiler that that allows you to use HTML element hierarchy to\ndefine CSS rules. Requires Python 2.2+. BSD-licensed.\n\nInput\n`````\n\n::\n\n
\n margin: 10px;\n
\n margin: 5px;\n border: 1px solid #000;\n
\n
\n \nOutput\n``````\n\n::\n\n div#parent {\n margin: 10px;\n }\n div#parent > div.child {\n margin: 5px;\n border: 1px solid #000;\n }\n\nSetup\n`````\n\n::\n\n $ pip install hcss # or\n $ easy_install hcss\n\nLinks\n`````\n\n* `Full documentation `_\n* `Development repository `_\n* `Author's website `_", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://jonasgalvez.com.br/Software/HCSS.html", "keywords": null, "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "hcss", "package_url": "https://pypi.org/project/hcss/", "platform": "Python 2.5 and later", "project_url": "https://pypi.org/project/hcss/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://jonasgalvez.com.br/Software/HCSS.html" }, "release_url": "https://pypi.org/project/hcss/0.3.1/", "requires_dist": null, "requires_python": null, "summary": "hcss is a CSS compiler that that allows you to use HTML element hierarchy to define CSS rules", "version": "0.3.1" }, "last_serial": 792855, "releases": { "0.2": [ { "comment_text": "", "digests": { "md5": "82e6d7c159fc4d528fce6980b2b25ca0", "sha256": "a72037cab877c68902e860b58b2a8866eb303f5a3ff6d15a9b729a9f99d9b2a4" }, "downloads": -1, "filename": "hcss-0.2.tar.gz", "has_sig": false, "md5_digest": "82e6d7c159fc4d528fce6980b2b25ca0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5551, "upload_time": "2011-01-03T00:53:28", "url": "https://files.pythonhosted.org/packages/8a/bc/276cc32a26c98e5690dbce314ef27955554139c6d06b030740fb2e98e056/hcss-0.2.tar.gz" } ], "0.3": [ { "comment_text": "", "digests": { "md5": "702aa28398c724203fd40c3ac4034825", "sha256": "5298b7620da7220255db7c632b5be035c7e007b798c447e3cc36a54c2b38e816" }, "downloads": -1, "filename": "hcss-0.3.tar.gz", "has_sig": false, "md5_digest": "702aa28398c724203fd40c3ac4034825", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6728, "upload_time": "2011-01-07T17:38:17", "url": "https://files.pythonhosted.org/packages/42/b5/b3c4b85a28dba48c0b18ae3d7ab591a3cd3b6f30238f0ba1c25e00be4752/hcss-0.3.tar.gz" } ], "0.3.1": [ { "comment_text": "", "digests": { "md5": "43fac89b8604283c5e1bfc610f205bd4", "sha256": "41c5a1e81ad3c4fb64a7e56f404971c74378c0c384c1d55686518afaf35a917a" }, "downloads": -1, "filename": "hcss-0.3.1.tar.gz", "has_sig": false, "md5_digest": "43fac89b8604283c5e1bfc610f205bd4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6792, "upload_time": "2011-01-07T19:26:34", "url": "https://files.pythonhosted.org/packages/f6/03/23deea7663967fa27931c1518fd74613cfca3b0d7a6aeeded7fde59b21cb/hcss-0.3.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "43fac89b8604283c5e1bfc610f205bd4", "sha256": "41c5a1e81ad3c4fb64a7e56f404971c74378c0c384c1d55686518afaf35a917a" }, "downloads": -1, "filename": "hcss-0.3.1.tar.gz", "has_sig": false, "md5_digest": "43fac89b8604283c5e1bfc610f205bd4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6792, "upload_time": "2011-01-07T19:26:34", "url": "https://files.pythonhosted.org/packages/f6/03/23deea7663967fa27931c1518fd74613cfca3b0d7a6aeeded7fde59b21cb/hcss-0.3.1.tar.gz" } ] }