{ "info": { "author": "Donald von Stufft", "author_email": "donald.stufft@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "Programming Language :: Python" ], "description": "Hyde Zipper\n-----------\n\nThis module precompresses all plaintext files so that properly configured\nweb servers can serve gzip compressed content without compressing it on\nevery request.\n\nInstallation ::\n\n pip install hyde-zipper\n\nInstall Post Processor::\n\n SITE_POST_PROCESSORS = {\n '/': {\n 'zipper.site_post_processors.GzipCompress' : {\n 'filetypes': ['*html', '*.css', '*.js', '*.xml', '*.txt'],\n 'level': 9,\n },\n }\n }\n\nSettings\n--------\n\nZipper has 2 settings, filetypes, and level.\n\nfiletypes\n~~~~~~~~~\n\nA list with file extensions to apply precompression too. defaults to ::\n\n ['*html', '*.css', '*.js', '*.xml']\n\nlevel\n~~~~~\n\nAn integer 1 through 9 that controls the level of compression. 1 is the fastest,\nbut least amount of compression, and 9 is the slowest, but most amount of\ncompression. defaults to ::\n\n 9", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/dstufft/hyde-zipper", "keywords": "hyde html compressor", "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "hyde-zipper", "package_url": "https://pypi.org/project/hyde-zipper/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/hyde-zipper/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/dstufft/hyde-zipper" }, "release_url": "https://pypi.org/project/hyde-zipper/0.0.3/", "requires_dist": null, "requires_python": null, "summary": "gzip precompression as post processor", "version": "0.0.3" }, "last_serial": 634727, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "5748adcbc13775aa66a448612d3e9e53", "sha256": "283b9f6ff10ba39566c7d7a570cf8a527b25623d3d949000bd4f630d1c2d5fd0" }, "downloads": -1, "filename": "hyde-zipper-0.0.1.tar.gz", "has_sig": false, "md5_digest": "5748adcbc13775aa66a448612d3e9e53", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1912, "upload_time": "2011-01-23T23:19:16", "url": "https://files.pythonhosted.org/packages/4c/e6/bcb9e638e338e2e5036c4cd2af44ead952f02c1aa6674458f52f551a7a0a/hyde-zipper-0.0.1.tar.gz" } ], "0.0.2": [ { "comment_text": "", "digests": { "md5": "0a308c2413dd9163e3d940194b4aa1a3", "sha256": "fc983a4866db8880ac4fac94b86ca94a0c5f0ac8321b54cb2bff1d195c3107ea" }, "downloads": -1, "filename": "hyde-zipper-0.0.2.tar.gz", "has_sig": false, "md5_digest": "0a308c2413dd9163e3d940194b4aa1a3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1912, "upload_time": "2011-01-23T23:25:11", "url": "https://files.pythonhosted.org/packages/ac/8a/245994625f3f29997ae6f23f92c6a720ddf0a2a789ee03105891dfd4eb8d/hyde-zipper-0.0.2.tar.gz" } ], "0.0.3": [ { "comment_text": "", "digests": { "md5": "c0813c38c1a40d29122ec910bf76809c", "sha256": "1c96b6c4e2aae1fd5b032a5ed972405792d7b35283694e4f977318e6ef3d0488" }, "downloads": -1, "filename": "hyde-zipper-0.0.3.tar.gz", "has_sig": false, "md5_digest": "c0813c38c1a40d29122ec910bf76809c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1917, "upload_time": "2011-01-23T23:30:28", "url": "https://files.pythonhosted.org/packages/f0/c5/ec14f1e747e8bc6e32d34009d9c78162453b0e04bcb3bd6186122eab4343/hyde-zipper-0.0.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "c0813c38c1a40d29122ec910bf76809c", "sha256": "1c96b6c4e2aae1fd5b032a5ed972405792d7b35283694e4f977318e6ef3d0488" }, "downloads": -1, "filename": "hyde-zipper-0.0.3.tar.gz", "has_sig": false, "md5_digest": "c0813c38c1a40d29122ec910bf76809c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1917, "upload_time": "2011-01-23T23:30:28", "url": "https://files.pythonhosted.org/packages/f0/c5/ec14f1e747e8bc6e32d34009d9c78162453b0e04bcb3bd6186122eab4343/hyde-zipper-0.0.3.tar.gz" } ] }