{ "info": { "author": "Miguel \u00c1ngel Garc\u00eda", "author_email": "miguelangel.garcia@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 1 - Planning", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy", "Topic :: Software Development :: Code Generators", "Topic :: Text Processing :: Markup :: HTML" ], "description": "==================== =================================================================================\nTests |travis| |coveralls|\n-------------------- ---------------------------------------------------------------------------------\nDownloads |pip dm| |pip dw| |pip dd|\n-------------------- ---------------------------------------------------------------------------------\nAbout |pip license| |pip wheel| |pip pyversions| |pip implem|\n-------------------- ---------------------------------------------------------------------------------\nStatus |version| |status|\n==================== =================================================================================\n\nAbout Decorate\n==============\n\nDecorate_ takes an HTML and decorates it with style.\n\nCurrently it just support Bootstrap_, but it is built in order to allow any other framework.\n\nMDL_ (`Material Design Lite`_) current support is very poor.\n\n\nHow does it work\n================\n\nIt parses the HTML, uses a set of rules and creates a new HTML with new classes.\n\nYou can say: \"Well... I could have done the same by using JavaScript\", and you'd right. But there are some advantages in using it statically:\n\n- It is faster. You have just to run it once.\n- It can be used in third parties projects. Forget about the style from now on.\n- Avoids the blink while javascript is being applied.\n\n\nWhat was it intended for?\n=========================\n\nI was writting a static test runner, and I decided not to tie it to any style. This was a spin off. Indeed, it could be run as command line...\n\nUsage\n=====\n\n\nCommand line\n------------\n\nPlease, run the help command with ``-h``.\n\nHere you are a basic example::\n\n decorate my.html -t bootstrap -o output\n\n\nLibrary\n-------\n\nEasy: just import and use it::\n\n from decorate import Decorate\n decorate = Decorate('bootstrap')\n with open('my.html') as fd:\n decorate.apply_to(fd.read(), 'output.html')\n\n.. |travis| image:: https://img.shields.io/travis/magmax/decorate.svg\n :target: `Travis`_\n :alt: Travis results\n\n.. |coveralls| image:: https://img.shields.io/coveralls/magmax/decorate.svg\n :target: `Coveralls`_\n :alt: Coveralls results_\n\n.. |pip version| image:: https://img.shields.io/pypi/v/decorate.svg\n :target: https://pypi.python.org/pypi/decorate\n :alt: Latest PyPI version\n\n.. |pip dm| image:: https://img.shields.io/pypi/dm/decorate.svg\n :target: https://pypi.python.org/pypi/decorate\n :alt: Last month downloads from pypi\n\n.. |pip dw| image:: https://img.shields.io/pypi/dw/decorate.svg\n :target: https://pypi.python.org/pypi/decorate\n :alt: Last week downloads from pypi\n\n.. |pip dd| image:: https://img.shields.io/pypi/dd/decorate.svg\n :target: https://pypi.python.org/pypi/decorate\n :alt: Yesterday downloads from pypi\n\n.. |pip license| image:: https://img.shields.io/pypi/l/decorate.svg\n :target: https://pypi.python.org/pypi/decorate\n :alt: License\n\n.. |pip wheel| image:: https://img.shields.io/pypi/wheel/decorate.svg\n :target: https://pypi.python.org/pypi/decorate\n :alt: Wheel\n\n.. |pip pyversions| image:: \thttps://img.shields.io/pypi/pyversions/decorate.svg\n :target: https://pypi.python.org/pypi/decorate\n :alt: Python versions\n\n.. |pip implem| image:: \thttps://img.shields.io/pypi/implementation/decorate.svg\n :target: https://pypi.python.org/pypi/decorate\n :alt: Python interpreters\n\n.. |status| image::\thttps://img.shields.io/pypi/status/decorate.svg\n :target: https://pypi.python.org/pypi/decorate\n :alt: Status\n\n.. |version| image:: https://img.shields.io/pypi/v/decorate.svg\n :target: https://pypi.python.org/pypi/decorate\n :alt: Status\n\n\n\n.. _Travis: https://travis-ci.org/magmax/decorate\n.. _Coveralls: https://coveralls.io/r/magmax/decorate\n\n.. _@magmax9: https://twitter.com/magmax9\n\n.. _Decorate: https://github.com/magmax/decorate\n.. _Bootstrap: http://getbootstrap.com\n.. _MDL: https://getmdl.io\n.. _`Material Design Lite`: https://getmdl.io", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/magmax/decorate", "keywords": "HTML class bootstrap material design", "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "decorate", "package_url": "https://pypi.org/project/decorate/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/decorate/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/magmax/decorate" }, "release_url": "https://pypi.org/project/decorate/1.0.1/", "requires_dist": null, "requires_python": null, "summary": "Decorate HTML docs by adding them classes by theme", "version": "1.0.1" }, "last_serial": 2215998, "releases": { "0.0.0": [ { "comment_text": "built for Linux-4.5.4-1-ARCH-x86_64-with-glibc2.3.4", "digests": { "md5": "c7a3adbc45737344e78043f863d2606a", "sha256": "8f861f6bb30df2e4c362e1565579e86f263c491a7ff08759bc7b759ccc52a4c1" }, "downloads": -1, "filename": "decorate-0.0.0.linux-x86_64.tar.gz", "has_sig": false, "md5_digest": "c7a3adbc45737344e78043f863d2606a", "packagetype": "bdist_dumb", "python_version": "any", "requires_python": null, "size": 7905, "upload_time": "2016-05-30T05:55:28", "url": "https://files.pythonhosted.org/packages/e5/2e/4ae6b010a0e7ff5ba4d94330c65fa4738070e30b64130abfc0e940602895/decorate-0.0.0.linux-x86_64.tar.gz" }, { "comment_text": "", "digests": { "md5": "c3d3a066be214415e1736e45514afa96", "sha256": "d8a138f74e2029016d767675f60e7d8f059cd48d10429ecbf6762374d75a39d3" }, "downloads": -1, "filename": "decorate-0.0.0-py3-none-any.whl", "has_sig": false, "md5_digest": "c3d3a066be214415e1736e45514afa96", "packagetype": "bdist_wheel", "python_version": "3.5", "requires_python": null, "size": 7450, "upload_time": "2016-05-30T05:55:37", "url": "https://files.pythonhosted.org/packages/e2/f7/aeff6814b9ebb58a95a8b33d683ca60a900298d3845181c46346420ea4ce/decorate-0.0.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "a2a9f5943f47384e5934563a2e25aed5", "sha256": "a6a63b385b881417da1fa3a41048a47561c6cb079f1bc73a6f1ab1f0edfde6b7" }, "downloads": -1, "filename": "decorate-0.0.0.tar.gz", "has_sig": false, "md5_digest": "a2a9f5943f47384e5934563a2e25aed5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5427, "upload_time": "2016-05-30T05:55:31", "url": "https://files.pythonhosted.org/packages/e2/ab/d549432cc868383590cc83ea355c092cc0e86afb5e90cf098686cb1d9fc6/decorate-0.0.0.tar.gz" } ], "0.0.1": [ { "comment_text": "built for Linux-4.5.4-1-ARCH-x86_64-with-glibc2.3.4", "digests": { "md5": "817f7cc9eb3f75122186e01b9dad1c28", "sha256": "ab0ddbf8ef4be10957cc9d7a34072eb21fe3160a4751f33a77b4af0ee89ed9d2" }, "downloads": -1, "filename": "decorate-0.0.1.linux-x86_64.tar.gz", "has_sig": false, "md5_digest": "817f7cc9eb3f75122186e01b9dad1c28", "packagetype": "bdist_dumb", "python_version": "any", "requires_python": null, "size": 8545, "upload_time": "2016-05-31T06:16:44", "url": "https://files.pythonhosted.org/packages/23/ae/8af9ebc34883c1b20500bfdb3264bc28f8836743dd854e8a55d710bbe115/decorate-0.0.1.linux-x86_64.tar.gz" } ], "0.0.12": [ { "comment_text": "built for Linux-4.5.4-1-ARCH-x86_64-with-glibc2.3.4", "digests": { "md5": "fbeb200f01f9d9a7c48eb47dcc553940", "sha256": "02f161e5ff8b61ae411c98c5d6368b0430a96a43b645703ffeb86fac383df42d" }, "downloads": -1, "filename": "decorate-0.0.12.linux-x86_64.tar.gz", "has_sig": false, "md5_digest": "fbeb200f01f9d9a7c48eb47dcc553940", "packagetype": "bdist_dumb", "python_version": "any", "requires_python": null, "size": 8815, "upload_time": "2016-05-31T07:39:36", "url": "https://files.pythonhosted.org/packages/e3/13/1ef98f3f52612e4a180fc60f726607fb0a4d4d91303ed36f6b26a5fe7716/decorate-0.0.12.linux-x86_64.tar.gz" }, { "comment_text": "", "digests": { "md5": "2fb9ae8c7c78efcd1541f37a942e39a7", "sha256": "29180b0fd331de70d83e4ea4360508f36c101f2f0955a5a08fcfa19ad1773bcf" }, "downloads": -1, "filename": "decorate-0.0.12-py3-none-any.whl", "has_sig": false, "md5_digest": "2fb9ae8c7c78efcd1541f37a942e39a7", "packagetype": "bdist_wheel", "python_version": "3.5", "requires_python": null, "size": 8995, "upload_time": "2016-05-31T09:26:52", "url": "https://files.pythonhosted.org/packages/85/78/68470df382a7de56111662e53dc0d0e05ca1a8ea62543d6cd332bda71f53/decorate-0.0.12-py3-none-any.whl" } ], "0.0.13": [ { "comment_text": "built for Linux-4.5.4-1-ARCH-x86_64-with-glibc2.3.4", "digests": { "md5": "aad3188e8253ffddc1c58ae1e28a0cf3", "sha256": "088d1f8006b4f8f9dab4fcd8e5f9bb301a4ee255487af1c1055ff7011411389f" }, "downloads": -1, "filename": "decorate-0.0.13.linux-x86_64.tar.gz", "has_sig": false, "md5_digest": "aad3188e8253ffddc1c58ae1e28a0cf3", "packagetype": "bdist_dumb", "python_version": "any", "requires_python": null, "size": 8871, "upload_time": "2016-06-01T20:53:37", "url": "https://files.pythonhosted.org/packages/14/bd/53fa8c90188ee0bbd71cb2eeeee0a05fc325a5a933e54276cc02c77e6520/decorate-0.0.13.linux-x86_64.tar.gz" }, { "comment_text": "", "digests": { "md5": "b8cfc2fef1427bcee4679c1898457d6c", "sha256": "e5fd041bf0be3a17c1da65da294edf81b0b1c0684fec04af790c05cbf9d91de6" }, "downloads": -1, "filename": "decorate-0.0.13-py3-none-any.whl", "has_sig": false, "md5_digest": "b8cfc2fef1427bcee4679c1898457d6c", "packagetype": "bdist_wheel", "python_version": "3.5", "requires_python": null, "size": 9026, "upload_time": "2016-06-01T20:50:21", "url": "https://files.pythonhosted.org/packages/01/c3/145a29bb61e50a799d39da1ee00f5d8fedd592341df6ca7231f9a89f8aa9/decorate-0.0.13-py3-none-any.whl" } ], "0.0.14": [ { "comment_text": "built for Linux-4.5.4-1-ARCH-x86_64-with-glibc2.3.4", "digests": { "md5": "d118cdf1014e41f4f26e5ee0d5c8274d", "sha256": "dc6b7b6e40832345211d139de4e3a58ff83107593394128d571b776fe4c60172" }, "downloads": -1, "filename": "decorate-0.0.14.linux-x86_64.tar.gz", "has_sig": false, "md5_digest": "d118cdf1014e41f4f26e5ee0d5c8274d", "packagetype": "bdist_dumb", "python_version": "any", "requires_python": null, "size": 8925, "upload_time": "2016-06-01T21:02:26", "url": "https://files.pythonhosted.org/packages/a4/63/1a1fc23e5a0590f1a2c86a00b4cf524ea9985d1b05836b2c09dcbd852027/decorate-0.0.14.linux-x86_64.tar.gz" }, { "comment_text": "", "digests": { "md5": "8c44fb466ae5eff610533ce6f35995cf", "sha256": "04af4104b2e190472398545862d036fd87f8f89c0d1c24c694a51d33375ce781" }, "downloads": -1, "filename": "decorate-0.0.14-py3-none-any.whl", "has_sig": false, "md5_digest": "8c44fb466ae5eff610533ce6f35995cf", "packagetype": "bdist_wheel", "python_version": "3.5", "requires_python": null, "size": 9049, "upload_time": "2016-06-01T21:02:36", "url": "https://files.pythonhosted.org/packages/31/5c/7d2156173ff23d2acbc81dedd0857951d7fbe7de970cfd084de2f995c581/decorate-0.0.14-py3-none-any.whl" } ], "0.0.15": [ { "comment_text": "built for Linux-4.5.4-1-ARCH-x86_64-with-glibc2.3.4", "digests": { "md5": "dc68e9f308ddf9df15ad9eb6134d65da", "sha256": "476d9683c985924396097cce1a859704e113c2358cdeb52889df40fecc599ea8" }, "downloads": -1, "filename": "decorate-0.0.15.linux-x86_64.tar.gz", "has_sig": false, "md5_digest": "dc68e9f308ddf9df15ad9eb6134d65da", "packagetype": "bdist_dumb", "python_version": "any", "requires_python": null, "size": 8922, "upload_time": "2016-06-01T21:03:58", "url": "https://files.pythonhosted.org/packages/b7/70/c429765de5787fd88b0da61a81eadf78aa204417ec4c8a947f864c982b17/decorate-0.0.15.linux-x86_64.tar.gz" }, { "comment_text": "", "digests": { "md5": "1039c16c29bf729c38ca3d9fd3ce6720", "sha256": "0249d2dbf0314df477281a7b70d3392350ee1cff0eefc2a1b8ebfe0df9b68ffb" }, "downloads": -1, "filename": "decorate-0.0.15-py3-none-any.whl", "has_sig": false, "md5_digest": "1039c16c29bf729c38ca3d9fd3ce6720", "packagetype": "bdist_wheel", "python_version": "3.5", "requires_python": null, "size": 9048, "upload_time": "2016-06-01T21:04:03", "url": "https://files.pythonhosted.org/packages/18/b9/49ed17cd93f6907aaffae54a74b8e80fc3861ce41f088071384de3f4b5d4/decorate-0.0.15-py3-none-any.whl" } ], "0.0.16": [ { "comment_text": "built for Linux-4.5.4-1-ARCH-x86_64-with-glibc2.3.4", "digests": { "md5": "7f472c52b85a97f3d2564f08d93fe098", "sha256": "09944b67beb8472fdc668c5780699dfe43c4883bd33ef782e03eec25d6a36ab4" }, "downloads": -1, "filename": "decorate-0.0.16.linux-x86_64.tar.gz", "has_sig": false, "md5_digest": "7f472c52b85a97f3d2564f08d93fe098", "packagetype": "bdist_dumb", "python_version": "any", "requires_python": null, "size": 8920, "upload_time": "2016-06-02T01:41:42", "url": "https://files.pythonhosted.org/packages/21/51/8344695198825a12de6ed0a12a46df47f39515b616fd4646bd1c7fc99689/decorate-0.0.16.linux-x86_64.tar.gz" }, { "comment_text": "", "digests": { "md5": "b0a908008c6a62d0bea8ceb160a5fb74", "sha256": "62ab291c503d66572486725deb923ed1329a7129de0639c7730dfd2691a63df8" }, "downloads": -1, "filename": "decorate-0.0.16-py3-none-any.whl", "has_sig": false, "md5_digest": "b0a908008c6a62d0bea8ceb160a5fb74", "packagetype": "bdist_wheel", "python_version": "3.5", "requires_python": null, "size": 9057, "upload_time": "2016-06-02T01:41:47", "url": "https://files.pythonhosted.org/packages/a5/37/6f486ee20fdebd1638a9f9cea5ce295faa6b0ed4cc2b10cc6cc9c1e5106a/decorate-0.0.16-py3-none-any.whl" } ], "0.0.17": [ { "comment_text": "built for Linux-4.5.4-1-ARCH-x86_64-with-glibc2.3.4", "digests": { "md5": "d84cee2fe536026f50d921be73588b3b", "sha256": "9522c1dfb17f1e5056c14db0d02525aeefca624e3a5a0b4d65d027492e36b9d2" }, "downloads": -1, "filename": "decorate-0.0.17.linux-x86_64.tar.gz", "has_sig": false, "md5_digest": "d84cee2fe536026f50d921be73588b3b", "packagetype": "bdist_dumb", "python_version": "any", "requires_python": null, "size": 8935, "upload_time": "2016-06-06T05:24:17", "url": "https://files.pythonhosted.org/packages/2f/69/43b7bdafe1075696622feecf93c1941ef3fd689842e5ac406c46d68c0f36/decorate-0.0.17.linux-x86_64.tar.gz" }, { "comment_text": "", "digests": { "md5": "04726f2e31932c58c46a6e970357ec7b", "sha256": "4e096be68a1790cc15840304b1b72c69e4371558686251eb12ad3caa9231dc59" }, "downloads": -1, "filename": "decorate-0.0.17-py3-none-any.whl", "has_sig": false, "md5_digest": "04726f2e31932c58c46a6e970357ec7b", "packagetype": "bdist_wheel", "python_version": "3.5", "requires_python": null, "size": 9058, "upload_time": "2016-06-06T05:24:25", "url": "https://files.pythonhosted.org/packages/f8/49/13f891c32dc9e54af4a958c0b3f7aa3a3f8d4cfdc25f86b328efb51db621/decorate-0.0.17-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "cd397ab58455b218904428f13117799e", "sha256": "6dd6226150519e200cde283031dcb9d7b0525cafb7ff44675711c18846e7f1f0" }, "downloads": -1, "filename": "decorate-0.0.17.tar.gz", "has_sig": false, "md5_digest": "cd397ab58455b218904428f13117799e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5608, "upload_time": "2016-06-06T05:24:21", "url": "https://files.pythonhosted.org/packages/54/36/ebe886193b23ee952c4c44cc090b5e0da902b972b851f11e8d7b140e87a7/decorate-0.0.17.tar.gz" } ], "0.0.2": [ { "comment_text": "built for Linux-4.5.4-1-ARCH-x86_64-with-glibc2.3.4", "digests": { "md5": "445e5a1e0a6aeddfb52a5b6889012feb", "sha256": "e39fb07b8ae8c477b63dcdd8e7ccf72c07f1730cd840f2ba36400f42354f51cf" }, "downloads": -1, "filename": "decorate-0.0.2.linux-x86_64.tar.gz", "has_sig": false, "md5_digest": "445e5a1e0a6aeddfb52a5b6889012feb", "packagetype": "bdist_dumb", "python_version": "any", "requires_python": null, "size": 8550, "upload_time": "2016-05-31T06:20:11", "url": "https://files.pythonhosted.org/packages/2c/c6/fac6f341152223afc6d9853fdf1a2534001ec8cd9656a144bd6061bb0110/decorate-0.0.2.linux-x86_64.tar.gz" } ], "0.0.3": [ { "comment_text": "built for Linux-4.5.4-1-ARCH-x86_64-with-glibc2.3.4", "digests": { "md5": "3ff19674f4fa22aa307a841b175d1136", "sha256": "4a8d567fb3c396a9beee4b145935dbeccd4f35d1a75778f4e7664fb4cba686e1" }, "downloads": -1, "filename": "decorate-0.0.3.linux-x86_64.tar.gz", "has_sig": false, "md5_digest": "3ff19674f4fa22aa307a841b175d1136", "packagetype": "bdist_dumb", "python_version": "any", "requires_python": null, "size": 8550, "upload_time": "2016-05-31T06:23:11", "url": "https://files.pythonhosted.org/packages/c8/86/30aaa57e3aca4f2786c77a0ffb33e99a36a5ed01ae60926051b2cd53a134/decorate-0.0.3.linux-x86_64.tar.gz" }, { "comment_text": "", "digests": { "md5": "b9ca19d84c6b18702d3bb2b8f6667314", "sha256": "e1d15b71044fefd0625a9e0a9dcfcd1d22f6f20a009b3692bd25e25952b76932" }, "downloads": -1, "filename": "decorate-0.0.3-py3-none-any.whl", "has_sig": false, "md5_digest": "b9ca19d84c6b18702d3bb2b8f6667314", "packagetype": "bdist_wheel", "python_version": "3.5", "requires_python": null, "size": 8886, "upload_time": "2016-05-31T06:24:40", "url": "https://files.pythonhosted.org/packages/f2/b8/b2d4daf2f58729aec8b83adf492a0a8f3289174f8e4c647749c0cc337432/decorate-0.0.3-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "8620db4da2cfeae5c5b6093b1244d8d7", "sha256": "c5a3097e72516f37c937aacad242cd4d3678002bd89f141c67765cf5b6242b04" }, "downloads": -1, "filename": "decorate-0.0.3.tar.gz", "has_sig": false, "md5_digest": "8620db4da2cfeae5c5b6093b1244d8d7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5461, "upload_time": "2016-05-31T06:23:58", "url": "https://files.pythonhosted.org/packages/7b/66/45d7f6c954dd4f62e8f9e846ecee820b31242099c2391b16d02ebbe967bd/decorate-0.0.3.tar.gz" } ], "0.0.4": [ { "comment_text": "built for Linux-4.5.4-1-ARCH-x86_64-with-glibc2.3.4", "digests": { "md5": "caba8ceb6e42711cf32dd7ed48b95de4", "sha256": "09b969ae4ea02d2d9a8c18fcd198d470b50955e6d21397bfb2a576846b87fba4" }, "downloads": -1, "filename": "decorate-0.0.4.linux-x86_64.tar.gz", "has_sig": false, "md5_digest": "caba8ceb6e42711cf32dd7ed48b95de4", "packagetype": "bdist_dumb", "python_version": "any", "requires_python": null, "size": 8708, "upload_time": "2016-05-31T06:35:30", "url": "https://files.pythonhosted.org/packages/c2/d0/db98a4ef2d2443711d976a4fb4fc29e580f1af99a84bf2e35c2f6fc10866/decorate-0.0.4.linux-x86_64.tar.gz" }, { "comment_text": "", "digests": { "md5": "94f72f43652f0d9484c3f9ffc88132c2", "sha256": "86ccb30e70f1a6942227eab87ea557f70102e44ac270eb4830afe55087ae759b" }, "downloads": -1, "filename": "decorate-0.0.4-py3-none-any.whl", "has_sig": false, "md5_digest": "94f72f43652f0d9484c3f9ffc88132c2", "packagetype": "bdist_wheel", "python_version": "3.5", "requires_python": null, "size": 8942, "upload_time": "2016-05-31T06:36:40", "url": "https://files.pythonhosted.org/packages/8c/7c/4fa4dfd4e9932b6a37bc7df269f6f52cc86ba3342a14593c6e7dfb8b712e/decorate-0.0.4-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "9ca6f423531b71e30e3bd47fe3431e6e", "sha256": "d1701c72abcf3c9a41249c5c1603071196657cc610038b06b3ae5f2d7735b989" }, "downloads": -1, "filename": "decorate-0.0.4.tar.gz", "has_sig": false, "md5_digest": "9ca6f423531b71e30e3bd47fe3431e6e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5510, "upload_time": "2016-05-31T06:35:53", "url": "https://files.pythonhosted.org/packages/61/3a/cc086d8e2c9494c196f7d600d173d40bbaa5b6618b7e54b61b70a2a919d6/decorate-0.0.4.tar.gz" } ], "0.0.5": [ { "comment_text": "built for Linux-4.5.4-1-ARCH-x86_64-with-glibc2.3.4", "digests": { "md5": "8cf6111e088ba39c4a2a7dc37527d565", "sha256": "8afb7dcb4666e3bd956436fcf515382dcdbe1536f193cbfe0556fadd8297bf34" }, "downloads": -1, "filename": "decorate-0.0.5.linux-x86_64.tar.gz", "has_sig": false, "md5_digest": "8cf6111e088ba39c4a2a7dc37527d565", "packagetype": "bdist_dumb", "python_version": "any", "requires_python": null, "size": 8752, "upload_time": "2016-05-31T06:49:18", "url": "https://files.pythonhosted.org/packages/dc/ff/7cd00b2a4680d7eca8152e498cbaaa588ccf69f854bc01fe8693c657deef/decorate-0.0.5.linux-x86_64.tar.gz" } ], "1.0.0": [ { "comment_text": "", "digests": { "md5": "5945eedc4a3d208ba74fc4a6c0719cd9", "sha256": "ac20829f7620ed5bee4a429ab612c6e2e4a4a0af25a43fa455e49be0dadf01fb" }, "downloads": -1, "filename": "decorate-1.0.0-py3-none-any.whl", "has_sig": false, "md5_digest": "5945eedc4a3d208ba74fc4a6c0719cd9", "packagetype": "bdist_wheel", "python_version": "3.5", "requires_python": null, "size": 9114, "upload_time": "2016-07-12T05:59:57", "url": "https://files.pythonhosted.org/packages/70/50/676dba87b8a60432abe2222a872907ef6132284faf20a63ee81003fa7c12/decorate-1.0.0-py3-none-any.whl" } ], "1.0.1": [ { "comment_text": "", "digests": { "md5": "92f152495b1d34986922fb80e332bb51", "sha256": "17e348e3bb8d4eda68cbe756c61295b26c450c7018a2d26b5281231d6ba43ca8" }, "downloads": -1, "filename": "decorate-1.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "92f152495b1d34986922fb80e332bb51", "packagetype": "bdist_wheel", "python_version": "3.5", "requires_python": null, "size": 9116, "upload_time": "2016-07-12T06:00:47", "url": "https://files.pythonhosted.org/packages/01/99/d50e201652e6b029ca79248a6ff80377b68429135e6dd7cf5cd923591af6/decorate-1.0.1-py3-none-any.whl" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "92f152495b1d34986922fb80e332bb51", "sha256": "17e348e3bb8d4eda68cbe756c61295b26c450c7018a2d26b5281231d6ba43ca8" }, "downloads": -1, "filename": "decorate-1.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "92f152495b1d34986922fb80e332bb51", "packagetype": "bdist_wheel", "python_version": "3.5", "requires_python": null, "size": 9116, "upload_time": "2016-07-12T06:00:47", "url": "https://files.pythonhosted.org/packages/01/99/d50e201652e6b029ca79248a6ff80377b68429135e6dd7cf5cd923591af6/decorate-1.0.1-py3-none-any.whl" } ] }