{ "info": { "author": "Andr\u00e9 Malo", "author_email": "nd@perlig.de", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Environment :: Web Environment", "Intended Audience :: Developers", "License :: OSI Approved", "Operating System :: OS Independent", "Programming Language :: C", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: Jython", "Programming Language :: Python :: Implementation :: PyPy", "Topic :: Internet :: WWW/HTTP :: Dynamic Content", "Topic :: Software Development :: Libraries", "Topic :: Software Development :: Libraries :: Python Modules", "Topic :: Text Processing", "Topic :: Text Processing :: Filters", "Topic :: Utilities" ], "description": "=====================\n Javascript Minifier\n=====================\n\nrJSmin is a javascript minifier written in python.\n\nThe minifier is based on the semantics of `jsmin.c by Douglas Crockford`_\\.\n\nThe module is a re-implementation aiming for speed, so it can be used at\nruntime (rather than during a preprocessing step). Usually it produces the\nsame results as the original ``jsmin.c``. It differs in the following ways:\n\n- there is no error detection: unterminated string, regex and comment\n literals are treated as regular javascript code and minified as such.\n- Control characters inside string and regex literals are left untouched; they\n are not converted to spaces (nor to \\n)\n- Newline characters are not allowed inside string and regex literals, except\n for line continuations in string literals (ECMA-5).\n- \"return /regex/\" is recognized correctly.\n- More characters are allowed before regexes.\n- Line terminators after regex literals are handled more sensibly\n- \"+ +\" and \"- -\" sequences are not collapsed to '++' or '--'\n- Newlines before ! operators are removed more sensibly\n- (Unnested) template literals are supported (ECMA-6)\n- Comments starting with an exclamation mark (``!``) can be kept optionally\n- rJSmin does not handle streams, but only complete strings. (However, the\n module provides a \"streamy\" interface).\n\nSince most parts of the logic are handled by the regex engine it's way faster\nthan the original python port of ``jsmin.c`` by Baruch Even. The speed factor\nvaries between about 6 and 55 depending on input and python version (it gets\nfaster the more compressed the input already is). Compared to the\nspeed-refactored python port by Dave St.Germain the performance gain is less\ndramatic but still between 3 and 50 (for huge inputs)). See the\ndocs/BENCHMARKS file for details.\n\nrjsmin.c is a reimplementation of rjsmin.py in C and speeds it up even more.\n\nSupported python versions are 2.7 and 3.4+.\n\n.. _jsmin.c by Douglas Crockford: http://www.crockford.com/javascript/jsmin.c\n\n\nCopyright and License\n~~~~~~~~~~~~~~~~~~~~~\n\nCopyright 2011 - 2019\nAndr\u00e9 Malo or his licensors, as applicable.\n\nThe whole package (except for the files in the bench/ directory) is\ndistributed under the Apache License Version 2.0. You'll find a copy in the\nroot directory of the distribution or online at:\n.\n\n\nBugs\n~~~~\n\nNo bugs, of course. ;-)\nBut if you've found one or have an idea how to improve rjsmin, feel free\nto send a pull request on `github `_\nor send a mail to .\n\n\nAuthor Information\n~~~~~~~~~~~~~~~~~~\n\nAndr\u00e9 \"nd\" Malo \nGPG: 0x8103A37E\n\n\n If God intended people to be naked, they would be born that way.\n -- Oscar Wilde\n\n.. vim:tw=72 syntax=rest", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://opensource.perlig.de/rjsmin/", "keywords": "", "license": "Apache License, Version 2.0", "maintainer": "", "maintainer_email": "", "name": "rjsmin", "package_url": "https://pypi.org/project/rjsmin/", "platform": "", "project_url": "https://pypi.org/project/rjsmin/", "project_urls": { "Homepage": "http://opensource.perlig.de/rjsmin/" }, "release_url": "https://pypi.org/project/rjsmin/1.1.0/", "requires_dist": null, "requires_python": "", "summary": "Javascript Minifier", "version": "1.1.0" }, "last_serial": 4906752, "releases": { "1.0.10": [ { "comment_text": "", "digests": { "md5": "ce950c5e45e14ce42b06155ee6bcdcf9", "sha256": "735c1c80854ee349d562a6408aea2ed433933c8b672987ecc7316d7b3fecac79" }, "downloads": -1, "filename": "rjsmin-1.0.10.tar.gz", "has_sig": false, "md5_digest": "ce950c5e45e14ce42b06155ee6bcdcf9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 442701, "upload_time": "2014-11-07T21:18:10", "url": "https://files.pythonhosted.org/packages/f8/59/0eb3f3829f092a4be43343651a820a0af7c7012508ec632415b23c8d9a98/rjsmin-1.0.10.tar.gz" } ], "1.0.11": [ { "comment_text": "", "digests": { "md5": "242b2140b1364ce13638777f05f49999", "sha256": "350964c6ab0cb461f67117dc8a067010af15ab10c9bed90546de300552da9b13" }, "downloads": -1, "filename": "rjsmin-1.0.11.tar.gz", "has_sig": false, "md5_digest": "242b2140b1364ce13638777f05f49999", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 440216, "upload_time": "2015-10-11T13:46:25", "url": "https://files.pythonhosted.org/packages/c3/91/f2faae458e2e1228e79857ab562803a699b035e93392fd584f4515e7d712/rjsmin-1.0.11.tar.gz" } ], "1.0.12": [ { "comment_text": "", "digests": { "md5": "9f67e133c88df5497d3da847603da9bf", "sha256": "dd9591aa73500b08b7db24367f8d32c6470021f39d5ab4e50c7c02e4401386f1" }, "downloads": -1, "filename": "rjsmin-1.0.12.tar.gz", "has_sig": false, "md5_digest": "9f67e133c88df5497d3da847603da9bf", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 446822, "upload_time": "2015-10-18T19:55:11", "url": "https://files.pythonhosted.org/packages/10/9c/2c45f57d43258b05bf33cf8f6c8161ea5abf8b4776a5c59d12646727cd98/rjsmin-1.0.12.tar.gz" } ], "1.0.6": [ { "comment_text": "", "digests": { "md5": "80927822cf289b70cd6392694efb0cc6", "sha256": "59102b6f067a1e49901b692ebe035c3ea9118558bd43d15ca25a5b91ab145f8d" }, "downloads": -1, "filename": "rjsmin-1.0.6.tar.gz", "has_sig": false, "md5_digest": "80927822cf289b70cd6392694efb0cc6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 434910, "upload_time": "2013-02-10T20:23:33", "url": "https://files.pythonhosted.org/packages/c6/c9/cfb36a9902be2b2fd6e149352c794cc6bfeaf91f34587eee22780eaa8ac2/rjsmin-1.0.6.tar.gz" } ], "1.0.7": [ { "comment_text": "", "digests": { "md5": "70a2525d427869fad24a6146453d62a9", "sha256": "e41d5427ec9934d0e8815fa3eccfb170021e7d05c198c175e818cda5a809c46c" }, "downloads": -1, "filename": "rjsmin-1.0.7.tar.gz", "has_sig": false, "md5_digest": "70a2525d427869fad24a6146453d62a9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 435207, "upload_time": "2013-06-30T14:31:31", "url": "https://files.pythonhosted.org/packages/a3/fb/b15bcb53f294dba0caa38d461333cc281bc536169d088ff7571e566c766f/rjsmin-1.0.7.tar.gz" } ], "1.0.8": [ { "comment_text": "", "digests": { "md5": "ea5ec5dce1652f7292aa738d83a299f4", "sha256": "3c2f2856842339aba822cd1b99d5cf9ce21be8f99c7be737455fefd0086351a9" }, "downloads": -1, "filename": "rjsmin-1.0.8.tar.gz", "has_sig": false, "md5_digest": "ea5ec5dce1652f7292aa738d83a299f4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 436821, "upload_time": "2014-02-07T23:20:20", "url": "https://files.pythonhosted.org/packages/61/7f/aec5caa255097b8ba03d99f7abf7c91a7946c7dc93bad70b5496cef6cbca/rjsmin-1.0.8.tar.gz" } ], "1.0.9": [ { "comment_text": "", "digests": { "md5": "bb8b37f1d9d816017ab9237cec290fbe", "sha256": "415ce2a20db0bb27388712dec8a9287739c90f89638d4f5abbdb6910b7a6dc2f" }, "downloads": -1, "filename": "rjsmin-1.0.9.tar.gz", "has_sig": false, "md5_digest": "bb8b37f1d9d816017ab9237cec290fbe", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 442456, "upload_time": "2014-02-23T21:28:44", "url": "https://files.pythonhosted.org/packages/c8/45/543c7464319f0f8836fcd7189edf49187013e97daefc92972e0bad7fe9e2/rjsmin-1.0.9.tar.gz" } ], "1.1.0": [ { "comment_text": "", "digests": { "md5": "9fbc06dddab69eb14967e9df912ac6ac", "sha256": "799890bd07a048892d8d3deb9042dbc20b7f5d0eb7da91e9483c561033b23ce2" }, "downloads": -1, "filename": "rjsmin-1.1.0-cp27-cp27m-manylinux1_i686.whl", "has_sig": false, "md5_digest": "9fbc06dddab69eb14967e9df912ac6ac", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 22109, "upload_time": "2019-03-06T19:02:25", "url": "https://files.pythonhosted.org/packages/3a/9a/fb2ef7c8294e2e44dae9df0ab5c2c544dd896bfeb6d27d0fdb48ea391eaf/rjsmin-1.1.0-cp27-cp27m-manylinux1_i686.whl" }, { "comment_text": "", "digests": { "md5": "f62c8b66c6118fca75a7889b01bc725e", "sha256": "211c2fe8298951663bbc02acdffbf714f6793df54bfc50e1c6c9e71b3f2559a3" }, "downloads": -1, "filename": "rjsmin-1.1.0-cp27-cp27m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "f62c8b66c6118fca75a7889b01bc725e", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 22306, "upload_time": "2019-03-06T19:02:26", "url": "https://files.pythonhosted.org/packages/6e/1f/a2bfeb8e93805b94e13bfd14f9b70f3fe29e5990145dce46ba75f45fdaa2/rjsmin-1.1.0-cp27-cp27m-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "e64bda549dbb5b3c954e9af687a2eae8", "sha256": "585e75a84d9199b68056fd4a083d9a61e2a92dfd10ff6d4ce5bdb04bc3bdbfaf" }, "downloads": -1, "filename": "rjsmin-1.1.0-cp27-cp27mu-manylinux1_i686.whl", "has_sig": false, "md5_digest": "e64bda549dbb5b3c954e9af687a2eae8", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 22121, "upload_time": "2019-03-06T19:02:27", "url": "https://files.pythonhosted.org/packages/7f/c4/b4a552955f09f003dd898c5e6e858ddf4648a11e09687b8dd16c2e962da1/rjsmin-1.1.0-cp27-cp27mu-manylinux1_i686.whl" }, { "comment_text": "", "digests": { "md5": "a8ac31db2095fefe3a137f9c58fa1425", "sha256": "e487a7783ac4339e79ec610b98228eb9ac72178973e3dee16eba0e3feef25924" }, "downloads": -1, "filename": "rjsmin-1.1.0-cp27-cp27mu-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "a8ac31db2095fefe3a137f9c58fa1425", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 22303, "upload_time": "2019-03-06T19:02:29", "url": "https://files.pythonhosted.org/packages/c3/8e/079b7cc3a0fc9934ab05d868a00183c7aafd90b5d6138313d98ac2b9f666/rjsmin-1.1.0-cp27-cp27mu-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "2fe55f386fc15c4cb52a9b3ce9c0eeaf", "sha256": "0ab825839125eaca57cc59581d72e596e58a7a56fbc0839996b7528f0343a0a8" }, "downloads": -1, "filename": "rjsmin-1.1.0-cp34-cp34m-manylinux1_i686.whl", "has_sig": false, "md5_digest": "2fe55f386fc15c4cb52a9b3ce9c0eeaf", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": null, "size": 23325, "upload_time": "2019-03-06T19:02:30", "url": "https://files.pythonhosted.org/packages/34/5b/c7024323ef0830745e1521a2ba5440266b911ac442e9448611b89ddf1a13/rjsmin-1.1.0-cp34-cp34m-manylinux1_i686.whl" }, { "comment_text": "", "digests": { "md5": "462cc75da189a718cca8f3acf1f463cd", "sha256": "6044ca86e917cd5bb2f95e6679a4192cef812122f28ee08c677513de019629b3" }, "downloads": -1, "filename": "rjsmin-1.1.0-cp34-cp34m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "462cc75da189a718cca8f3acf1f463cd", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": null, "size": 23412, "upload_time": "2019-03-06T19:02:32", "url": "https://files.pythonhosted.org/packages/2d/7d/4c91dbe22766377c5c871f0dbc96d284486efc47bbf8be6d7ec636f01098/rjsmin-1.1.0-cp34-cp34m-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "86c11393e9169b8f4c0720d9b508760d", "sha256": "ecd29f1b3e66a4c0753105baec262b331bcbceefc22fbe6f7e8bcd2067bcb4d7" }, "downloads": -1, "filename": "rjsmin-1.1.0-cp35-cp35m-manylinux1_i686.whl", "has_sig": false, "md5_digest": "86c11393e9169b8f4c0720d9b508760d", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 23531, "upload_time": "2019-03-06T19:02:33", "url": "https://files.pythonhosted.org/packages/a7/37/fca9bcd114599e59813e7783727662d08b9c216662545b00b4c5a5f2fcbc/rjsmin-1.1.0-cp35-cp35m-manylinux1_i686.whl" }, { "comment_text": "", "digests": { "md5": "b4effa517e06cd16336359370f645ed9", "sha256": "975b69754d6a76be47c0bead12367a1ca9220d08e5393f80bab0230d4625d1f4" }, "downloads": -1, "filename": "rjsmin-1.1.0-cp35-cp35m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "b4effa517e06cd16336359370f645ed9", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 23629, "upload_time": "2019-03-06T19:02:35", "url": "https://files.pythonhosted.org/packages/1a/65/9420ad3c1673eb6db14fc534736830a525e9005a4a8b32429e04876e5c6c/rjsmin-1.1.0-cp35-cp35m-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "b611a81e9ca223953c3b910280522c6e", "sha256": "466fe70cc5647c7c51b3260c7e2e323a98b2b173564247f9c89e977720a0645f" }, "downloads": -1, "filename": "rjsmin-1.1.0-cp36-cp36m-manylinux1_i686.whl", "has_sig": false, "md5_digest": "b611a81e9ca223953c3b910280522c6e", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 23669, "upload_time": "2019-03-06T19:02:37", "url": "https://files.pythonhosted.org/packages/ca/1c/50b0a1bb29f531c407dc8c41c2c0c128790af05312e25a24b046fce0ea26/rjsmin-1.1.0-cp36-cp36m-manylinux1_i686.whl" }, { "comment_text": "", "digests": { "md5": "f5898eb2b9409300f9bf06f8af05d1c9", "sha256": "e3908b21ebb584ce74a6ac233bdb5f29485752c9d3be5e50c5484ed74169232c" }, "downloads": -1, "filename": "rjsmin-1.1.0-cp36-cp36m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "f5898eb2b9409300f9bf06f8af05d1c9", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 23752, "upload_time": "2019-03-06T19:02:38", "url": "https://files.pythonhosted.org/packages/62/ee/574b170bbe7a059314e7239305cb829379232a408901585019e012e71170/rjsmin-1.1.0-cp36-cp36m-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "bda70638154bfec03e02a24837f5719e", "sha256": "714329db774a90947e0e2086cdddb80d5e8c4ac1c70c9f92436378dedb8ae345" }, "downloads": -1, "filename": "rjsmin-1.1.0-cp37-cp37m-manylinux1_i686.whl", "has_sig": false, "md5_digest": "bda70638154bfec03e02a24837f5719e", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": null, "size": 24667, "upload_time": "2019-03-06T19:02:40", "url": "https://files.pythonhosted.org/packages/bc/2b/b3bfd891a0ad93aff4bbe6b6e2c9b56d6cc9943768cd4a03443b26fe9ae0/rjsmin-1.1.0-cp37-cp37m-manylinux1_i686.whl" }, { "comment_text": "", "digests": { "md5": "4a97fa9ae81b074f3dfa4158e2737eb8", "sha256": "dd0f4819df4243ffe4c964995794c79ca43943b5b756de84be92b445a652fb86" }, "downloads": -1, "filename": "rjsmin-1.1.0-cp37-cp37m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "4a97fa9ae81b074f3dfa4158e2737eb8", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": null, "size": 24760, "upload_time": "2019-03-06T19:02:41", "url": "https://files.pythonhosted.org/packages/92/7d/42f2b54257ed8a2904b82f7b368afbea2206e4f43311557d410a84730a15/rjsmin-1.1.0-cp37-cp37m-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "ff73482370832bcc8e75571c35b7a79b", "sha256": "b15dc75c71f65d9493a8c7fa233fdcec823e3f1b88ad84a843ffef49b338ac32" }, "downloads": -1, "filename": "rjsmin-1.1.0.tar.gz", "has_sig": false, "md5_digest": "ff73482370832bcc8e75571c35b7a79b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 412426, "upload_time": "2019-03-06T17:20:54", "url": "https://files.pythonhosted.org/packages/a2/ba/0fa30f7ec949714b8397e80ee2057d1a7e77b3a9f1b94c1ece93586cf34f/rjsmin-1.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "9fbc06dddab69eb14967e9df912ac6ac", "sha256": "799890bd07a048892d8d3deb9042dbc20b7f5d0eb7da91e9483c561033b23ce2" }, "downloads": -1, "filename": "rjsmin-1.1.0-cp27-cp27m-manylinux1_i686.whl", "has_sig": false, "md5_digest": "9fbc06dddab69eb14967e9df912ac6ac", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 22109, "upload_time": "2019-03-06T19:02:25", "url": "https://files.pythonhosted.org/packages/3a/9a/fb2ef7c8294e2e44dae9df0ab5c2c544dd896bfeb6d27d0fdb48ea391eaf/rjsmin-1.1.0-cp27-cp27m-manylinux1_i686.whl" }, { "comment_text": "", "digests": { "md5": "f62c8b66c6118fca75a7889b01bc725e", "sha256": "211c2fe8298951663bbc02acdffbf714f6793df54bfc50e1c6c9e71b3f2559a3" }, "downloads": -1, "filename": "rjsmin-1.1.0-cp27-cp27m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "f62c8b66c6118fca75a7889b01bc725e", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 22306, "upload_time": "2019-03-06T19:02:26", "url": "https://files.pythonhosted.org/packages/6e/1f/a2bfeb8e93805b94e13bfd14f9b70f3fe29e5990145dce46ba75f45fdaa2/rjsmin-1.1.0-cp27-cp27m-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "e64bda549dbb5b3c954e9af687a2eae8", "sha256": "585e75a84d9199b68056fd4a083d9a61e2a92dfd10ff6d4ce5bdb04bc3bdbfaf" }, "downloads": -1, "filename": "rjsmin-1.1.0-cp27-cp27mu-manylinux1_i686.whl", "has_sig": false, "md5_digest": "e64bda549dbb5b3c954e9af687a2eae8", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 22121, "upload_time": "2019-03-06T19:02:27", "url": "https://files.pythonhosted.org/packages/7f/c4/b4a552955f09f003dd898c5e6e858ddf4648a11e09687b8dd16c2e962da1/rjsmin-1.1.0-cp27-cp27mu-manylinux1_i686.whl" }, { "comment_text": "", "digests": { "md5": "a8ac31db2095fefe3a137f9c58fa1425", "sha256": "e487a7783ac4339e79ec610b98228eb9ac72178973e3dee16eba0e3feef25924" }, "downloads": -1, "filename": "rjsmin-1.1.0-cp27-cp27mu-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "a8ac31db2095fefe3a137f9c58fa1425", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 22303, "upload_time": "2019-03-06T19:02:29", "url": "https://files.pythonhosted.org/packages/c3/8e/079b7cc3a0fc9934ab05d868a00183c7aafd90b5d6138313d98ac2b9f666/rjsmin-1.1.0-cp27-cp27mu-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "2fe55f386fc15c4cb52a9b3ce9c0eeaf", "sha256": "0ab825839125eaca57cc59581d72e596e58a7a56fbc0839996b7528f0343a0a8" }, "downloads": -1, "filename": "rjsmin-1.1.0-cp34-cp34m-manylinux1_i686.whl", "has_sig": false, "md5_digest": "2fe55f386fc15c4cb52a9b3ce9c0eeaf", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": null, "size": 23325, "upload_time": "2019-03-06T19:02:30", "url": "https://files.pythonhosted.org/packages/34/5b/c7024323ef0830745e1521a2ba5440266b911ac442e9448611b89ddf1a13/rjsmin-1.1.0-cp34-cp34m-manylinux1_i686.whl" }, { "comment_text": "", "digests": { "md5": "462cc75da189a718cca8f3acf1f463cd", "sha256": "6044ca86e917cd5bb2f95e6679a4192cef812122f28ee08c677513de019629b3" }, "downloads": -1, "filename": "rjsmin-1.1.0-cp34-cp34m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "462cc75da189a718cca8f3acf1f463cd", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": null, "size": 23412, "upload_time": "2019-03-06T19:02:32", "url": "https://files.pythonhosted.org/packages/2d/7d/4c91dbe22766377c5c871f0dbc96d284486efc47bbf8be6d7ec636f01098/rjsmin-1.1.0-cp34-cp34m-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "86c11393e9169b8f4c0720d9b508760d", "sha256": "ecd29f1b3e66a4c0753105baec262b331bcbceefc22fbe6f7e8bcd2067bcb4d7" }, "downloads": -1, "filename": "rjsmin-1.1.0-cp35-cp35m-manylinux1_i686.whl", "has_sig": false, "md5_digest": "86c11393e9169b8f4c0720d9b508760d", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 23531, "upload_time": "2019-03-06T19:02:33", "url": "https://files.pythonhosted.org/packages/a7/37/fca9bcd114599e59813e7783727662d08b9c216662545b00b4c5a5f2fcbc/rjsmin-1.1.0-cp35-cp35m-manylinux1_i686.whl" }, { "comment_text": "", "digests": { "md5": "b4effa517e06cd16336359370f645ed9", "sha256": "975b69754d6a76be47c0bead12367a1ca9220d08e5393f80bab0230d4625d1f4" }, "downloads": -1, "filename": "rjsmin-1.1.0-cp35-cp35m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "b4effa517e06cd16336359370f645ed9", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 23629, "upload_time": "2019-03-06T19:02:35", "url": "https://files.pythonhosted.org/packages/1a/65/9420ad3c1673eb6db14fc534736830a525e9005a4a8b32429e04876e5c6c/rjsmin-1.1.0-cp35-cp35m-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "b611a81e9ca223953c3b910280522c6e", "sha256": "466fe70cc5647c7c51b3260c7e2e323a98b2b173564247f9c89e977720a0645f" }, "downloads": -1, "filename": "rjsmin-1.1.0-cp36-cp36m-manylinux1_i686.whl", "has_sig": false, "md5_digest": "b611a81e9ca223953c3b910280522c6e", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 23669, "upload_time": "2019-03-06T19:02:37", "url": "https://files.pythonhosted.org/packages/ca/1c/50b0a1bb29f531c407dc8c41c2c0c128790af05312e25a24b046fce0ea26/rjsmin-1.1.0-cp36-cp36m-manylinux1_i686.whl" }, { "comment_text": "", "digests": { "md5": "f5898eb2b9409300f9bf06f8af05d1c9", "sha256": "e3908b21ebb584ce74a6ac233bdb5f29485752c9d3be5e50c5484ed74169232c" }, "downloads": -1, "filename": "rjsmin-1.1.0-cp36-cp36m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "f5898eb2b9409300f9bf06f8af05d1c9", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 23752, "upload_time": "2019-03-06T19:02:38", "url": "https://files.pythonhosted.org/packages/62/ee/574b170bbe7a059314e7239305cb829379232a408901585019e012e71170/rjsmin-1.1.0-cp36-cp36m-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "bda70638154bfec03e02a24837f5719e", "sha256": "714329db774a90947e0e2086cdddb80d5e8c4ac1c70c9f92436378dedb8ae345" }, "downloads": -1, "filename": "rjsmin-1.1.0-cp37-cp37m-manylinux1_i686.whl", "has_sig": false, "md5_digest": "bda70638154bfec03e02a24837f5719e", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": null, "size": 24667, "upload_time": "2019-03-06T19:02:40", "url": "https://files.pythonhosted.org/packages/bc/2b/b3bfd891a0ad93aff4bbe6b6e2c9b56d6cc9943768cd4a03443b26fe9ae0/rjsmin-1.1.0-cp37-cp37m-manylinux1_i686.whl" }, { "comment_text": "", "digests": { "md5": "4a97fa9ae81b074f3dfa4158e2737eb8", "sha256": "dd0f4819df4243ffe4c964995794c79ca43943b5b756de84be92b445a652fb86" }, "downloads": -1, "filename": "rjsmin-1.1.0-cp37-cp37m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "4a97fa9ae81b074f3dfa4158e2737eb8", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": null, "size": 24760, "upload_time": "2019-03-06T19:02:41", "url": "https://files.pythonhosted.org/packages/92/7d/42f2b54257ed8a2904b82f7b368afbea2206e4f43311557d410a84730a15/rjsmin-1.1.0-cp37-cp37m-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "ff73482370832bcc8e75571c35b7a79b", "sha256": "b15dc75c71f65d9493a8c7fa233fdcec823e3f1b88ad84a843ffef49b338ac32" }, "downloads": -1, "filename": "rjsmin-1.1.0.tar.gz", "has_sig": false, "md5_digest": "ff73482370832bcc8e75571c35b7a79b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 412426, "upload_time": "2019-03-06T17:20:54", "url": "https://files.pythonhosted.org/packages/a2/ba/0fa30f7ec949714b8397e80ee2057d1a7e77b3a9f1b94c1ece93586cf34f/rjsmin-1.1.0.tar.gz" } ] }