{
"info": {
"author": "Sylvain Prat",
"author_email": "sylvain.prat@gmail.com",
"bugtrack_url": null,
"classifiers": [
"Development Status :: 5 - Production/Stable",
"Environment :: Web Environment",
"Intended Audience :: Developers",
"License :: OSI Approved :: BSD License",
"Operating System :: OS Independent",
"Programming Language :: Python",
"Topic :: Internet :: WWW/HTTP :: Site Management"
],
"description": "-----------------------\nWhat is YUI Compressor?\n-----------------------\n\n`YUI Compressor `_ is\na JavaScript and CSS minifier written in Java.\nThis package bundles the YUI Compressor JAR file to ease its use\nin Python projects.\nNote that **you still need to have Java Runtime Environment installed**.\n\nFor instance, you may use this package with ``buildout``.\nFirst, create the ``buildout.cfg`` file::\n\n [buildout]\n parts = yuicompressor\n\n [yuicompressor]\n recipe = zc.recipe.egg\n eggs = yuicompressor\n\nNext, download ``buildout`` bootstrap script and run the ``buildout``\nitself::\n\n $ wget http://svn.zope.org/*checkout*/zc.buildout/trunk/bootstrap/bootstrap.py\n $ python bootstrap.py\n Creating directory 'bin'.\n Creating directory 'parts'.\n Creating directory 'develop-eggs'.\n Generated script 'bin/buildout'.\n $ bin/buildout\n Installing yuicompressor.\n Getting distribution for 'yuicompressor'.\n Got yuicompressor 2.4.6.\n Generated script 'bin/yuicompressor'.\n\nThe ``yuicompressor`` script is ready to use::\n\n $ bin/yuicompressor\n Usage: java -jar yuicompressor-x.y.z.jar [options] [input file]\n\n Global Options\n -h, --help Displays this information\n --type Specifies the type of the input file\n --charset Read the input file using \n --line-break Insert a line break after the specified column number\n -v, --verbose Display informational messages and warnings\n -o Place the output into . Defaults to stdout.\n\n JavaScript Options\n --nomunge Minify only, do not obfuscate\n --preserve-semi Preserve all semicolons\n --disable-optimizations Disable all micro optimizations\n\n If no input file is specified, it defaults to stdin. In this case, the 'type'\n option is required. Otherwise, the 'type' option is required only if the input\n file extension is neither 'js' nor 'css'.\n\n\nYou could then integrate this with a package that relies on\nthe compressor, e.g. `django-compress`_ and worry no more.\n\n.. _django-compress: http://code.google.com/p/django-compress/\n\nUser-level installation with ``easy_install`` does make sense\neven for standalone use, e.g. having ``yuicompressor`` in your\n``PATH``.\n\n\nVersions\n========\n\nVersion ``X.Y.Z`` of this package will bundle the corresponding\nversion of the compressor.\n\n\nChangelog\n=========\n\n2.4.7\n-----\n\n- Updated ``yuicompressor.jar`` to 2.4.7\n- ``yuicompressor`` does not require setuptools anymore: it's also installable\n with pure distutils. However, the executable script in the pure distutils\n installation does not have the same name as in the setuptools installation:\n it is named ``yuicompressor_run.py`` instead of ``yuicompressor`` due to\n import restriction and windows shebang incompatibility.\n- Added a ``run`` method in the ``yuicompressor`` module allowing us to run\n the tool with custom arguments from python source code.\n- Added a changelog (CHANGES file)\n- Added maintainer information; changed the package URL to point to the\n associated bitbucket repository\n- Linux-style end-of-line characters\n- Added more classifiers and platform information\n\n\n2.4.6.1\n-------\n\n- Include ``*.jar`` in manifest\n\n\n2.4.6\n-----\n\n- Update ``yuicompressor.jar`` to 2.4.6\n- Update contact email\n\n\n2.4.2\n-----\n\n- Initial release",
"description_content_type": null,
"docs_url": null,
"download_url": "UNKNOWN",
"downloads": {
"last_day": -1,
"last_month": -1,
"last_week": -1
},
"home_page": "https://bitbucket.org/sprat/yuicompressor",
"keywords": null,
"license": "BSD",
"maintainer": null,
"maintainer_email": null,
"name": "yuicompressor",
"package_url": "https://pypi.org/project/yuicompressor/",
"platform": "any",
"project_url": "https://pypi.org/project/yuicompressor/",
"project_urls": {
"Download": "UNKNOWN",
"Homepage": "https://bitbucket.org/sprat/yuicompressor"
},
"release_url": "https://pypi.org/project/yuicompressor/2.4.8/",
"requires_dist": null,
"requires_python": null,
"summary": "YUI Compressor packaged for Python",
"version": "2.4.8"
},
"last_serial": 873011,
"releases": {
"2.4.2": [
{
"comment_text": "",
"digests": {
"md5": "2eda90a870a0182237f7a283d9a0783f",
"sha256": "b19d62cc1d3eb4c5d32cd43a5f22485d74111a3b2ec01a2cdfa88435cc04f2e4"
},
"downloads": -1,
"filename": "yuicompressor-2.4.2-py2.5.egg",
"has_sig": false,
"md5_digest": "2eda90a870a0182237f7a283d9a0783f",
"packagetype": "bdist_egg",
"python_version": "2.5",
"requires_python": null,
"size": 812296,
"upload_time": "2009-09-22T01:27:41",
"url": "https://files.pythonhosted.org/packages/38/1b/364a9e2cbf53ec0aac26e990b33a9cec38b523e75c51db9dbfb52cb3292e/yuicompressor-2.4.2-py2.5.egg"
},
{
"comment_text": "",
"digests": {
"md5": "a3406a057db9df00e7b29b4f2459cf98",
"sha256": "59bd16fbe500a90a954b406aed5fb7ec4ba5e1f3ca61435d916be3275dca2835"
},
"downloads": -1,
"filename": "yuicompressor-2.4.2-py2.6.egg",
"has_sig": false,
"md5_digest": "a3406a057db9df00e7b29b4f2459cf98",
"packagetype": "bdist_egg",
"python_version": "2.6",
"requires_python": null,
"size": 812298,
"upload_time": "2009-09-22T01:25:42",
"url": "https://files.pythonhosted.org/packages/f8/51/8c39b7506526b5b6a568b90dec60aa83bdd6b17ce778061009eb76914b41/yuicompressor-2.4.2-py2.6.egg"
},
{
"comment_text": "",
"digests": {
"md5": "17def8b246d36ce216bf6eee62689637",
"sha256": "c32f3473bb2b488d360d58d7322b212a22f64c5a1276ad6ab3d1a0f5ad1a3ac3"
},
"downloads": -1,
"filename": "yuicompressor-2.4.2.tar.gz",
"has_sig": false,
"md5_digest": "17def8b246d36ce216bf6eee62689637",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 812086,
"upload_time": "2009-09-25T16:29:34",
"url": "https://files.pythonhosted.org/packages/ed/79/85f72fd18506a97ffe30c995247067cc3ed511eb0e3437b9ac70d3de9541/yuicompressor-2.4.2.tar.gz"
}
],
"2.4.6": [
{
"comment_text": "",
"digests": {
"md5": "f2ae53aedbc4672f4a4ae2020443f916",
"sha256": "852cf37205a291a36d51ceb0f42e0a056397b390cc0cd829588195238b8d3d4c"
},
"downloads": -1,
"filename": "yuicompressor-2.4.6.tar.gz",
"has_sig": false,
"md5_digest": "f2ae53aedbc4672f4a4ae2020443f916",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 2644,
"upload_time": "2011-04-21T18:39:05",
"url": "https://files.pythonhosted.org/packages/80/70/a8846e436628815b6dfc8813ce62b40305ec056d5efedfccbdc7da0086c1/yuicompressor-2.4.6.tar.gz"
}
],
"2.4.6.1": [
{
"comment_text": "",
"digests": {
"md5": "ca3a57e96d001f8b0626a2e4b560d678",
"sha256": "8f224670f9d29d56e599a517ce533d67e876c9be1a234ec084e8b11c96a78b43"
},
"downloads": -1,
"filename": "yuicompressor-2.4.6.1.tar.gz",
"has_sig": false,
"md5_digest": "ca3a57e96d001f8b0626a2e4b560d678",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 813715,
"upload_time": "2011-04-23T18:14:38",
"url": "https://files.pythonhosted.org/packages/9b/e6/b55e062b826d3532a9d97100d46d7afb561ff86959644d6943e251b62a2a/yuicompressor-2.4.6.1.tar.gz"
}
],
"2.4.7": [
{
"comment_text": "",
"digests": {
"md5": "b88245b88240b16f262deef59521b06a",
"sha256": "91bf084ef372bfd4da8ffbbffcf33682d5e4d97a51004cd72985f07f0a2f5f5f"
},
"downloads": -1,
"filename": "yuicompressor-2.4.7.tar.gz",
"has_sig": false,
"md5_digest": "b88245b88240b16f262deef59521b06a",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 852647,
"upload_time": "2012-05-03T09:42:09",
"url": "https://files.pythonhosted.org/packages/46/49/1dfc6130f2db48aa54d6b71b4a316eaeae9f2340f9261391ae34de0598bf/yuicompressor-2.4.7.tar.gz"
}
],
"2.4.8": [
{
"comment_text": "",
"digests": {
"md5": "9bff8ce96ca92f402cf05d7437cbdced",
"sha256": "c625e35ae4926773fd993bad8042348a1bc5a6d28c69c5e22908db6c2a77267a"
},
"downloads": -1,
"filename": "yuicompressor-2.4.8.tar.gz",
"has_sig": false,
"md5_digest": "9bff8ce96ca92f402cf05d7437cbdced",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 754433,
"upload_time": "2013-09-24T17:37:20",
"url": "https://files.pythonhosted.org/packages/82/c5/d548ed764760e8e2f37ebabe88a787f7b50ed7804b89cb94e3b4e1ce10d6/yuicompressor-2.4.8.tar.gz"
},
{
"comment_text": "",
"digests": {
"md5": "ac5a67c53240c3ac2667e82d3edb736c",
"sha256": "47d2e52f3e060756c585ebf9a06b343b461bd6b6ad9aade06f31a27e08a7ffe4"
},
"downloads": -1,
"filename": "yuicompressor-2.4.8.zip",
"has_sig": false,
"md5_digest": "ac5a67c53240c3ac2667e82d3edb736c",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 758121,
"upload_time": "2013-09-24T17:37:31",
"url": "https://files.pythonhosted.org/packages/b5/b8/95883d4188024738d21b25610ce93a67c7363de11eddac23976887eb263c/yuicompressor-2.4.8.zip"
}
]
},
"urls": [
{
"comment_text": "",
"digests": {
"md5": "9bff8ce96ca92f402cf05d7437cbdced",
"sha256": "c625e35ae4926773fd993bad8042348a1bc5a6d28c69c5e22908db6c2a77267a"
},
"downloads": -1,
"filename": "yuicompressor-2.4.8.tar.gz",
"has_sig": false,
"md5_digest": "9bff8ce96ca92f402cf05d7437cbdced",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 754433,
"upload_time": "2013-09-24T17:37:20",
"url": "https://files.pythonhosted.org/packages/82/c5/d548ed764760e8e2f37ebabe88a787f7b50ed7804b89cb94e3b4e1ce10d6/yuicompressor-2.4.8.tar.gz"
},
{
"comment_text": "",
"digests": {
"md5": "ac5a67c53240c3ac2667e82d3edb736c",
"sha256": "47d2e52f3e060756c585ebf9a06b343b461bd6b6ad9aade06f31a27e08a7ffe4"
},
"downloads": -1,
"filename": "yuicompressor-2.4.8.zip",
"has_sig": false,
"md5_digest": "ac5a67c53240c3ac2667e82d3edb736c",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 758121,
"upload_time": "2013-09-24T17:37:31",
"url": "https://files.pythonhosted.org/packages/b5/b8/95883d4188024738d21b25610ce93a67c7363de11eddac23976887eb263c/yuicompressor-2.4.8.zip"
}
]
}