{
"info": {
"author": "Frederic Junod",
"author_email": "frederic.junod@camptocamp.com",
"bugtrack_url": null,
"classifiers": [
"Development Status :: 2 - Pre-Alpha",
"Framework :: Buildout",
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
"Topic :: Software Development :: Build Tools",
"Topic :: Software Development :: Libraries :: Python Modules"
],
"description": "c2c.recipe.closurecompile\n=========================\n\nCompress javascript files using the `Google Closure Compiler\n`_\n\nUsage\n-----\n\nMinimal buildout config example::\n\n [buildout]\n parts = closure-compile\n\n [closure-compile]\n recipe = c2c.recipe.closurecompile\n compiler = path/to/closure-compiler.jar\n level = SIMPLE_OPTIMIZATIONS\n source_map = foo/bar.map\n externs = externs/a.js externs/b.js\n input = foo/bar.js\n output = foo/bar.min.js\n output_mode = compiled\n compiler_flags = --generate_exports\n\nWhere:\n\n * ``compiler``: The location of the compiler jar file.\n * ``level``: The compilation level: ``WHITESPACE_ONLY``,\n ``SIMPLE_OPTIMIZATIONS`` or ``ADVANCED_OPTIMIZATIONS``. Default is\n ``WHITESPACE_ONLY``.\n * ``source_map``: Path to the source map file. Optional.\n * ``externs``: A list of optional externs files.\n * ``input``: The files to compress separated with spaces. The path\n can be absolute or relative to the buildout directory. These files\n are also used to calculate the dependencies in addition to the\n ``namespace`` option.\n * ``root``: The list of paths that should be traversed to build the\n dependencies.\n * ``namespace``: One or more namespaces to calculate dependencies for.\n * ``output``: The path to the minified file.\n * ``output_mode``: The type of output to generate from this script.\n Options are \"list\" for a list of filenames, \"script\" for a single\n script containing the contents of all the files, or \"compiled\" to\n produce compiled output with the Closure Compiler. Default is\n \"compiled\".\n * ``compiler_flags``: A space seperated list of additional compiler flags\n for the Closure Compiler. They are passed to the compiler as specified.\n Optional.\n\ndepswriter\n----------\n\nWrites dependency files with `DepsWriter\n`_.\n\nMinimal buildout config example::\n\n [buildout]\n parts = depswriter\n\n [closure-compile]\n recipe = c2c.recipe.closurecompile:depswriter\n root_with_prefix = myproject ../../myproject\n ../source/ ../../../../source/\n output = path/to/deps.js\n\nWhere:\n\n * ``root_with_prefix``: A list of paths and prefixes.\n * ``output``: The path to the dependency file, can be absolute or\n relative to the buildout directory.\n\nNote that the ``root`` and the ``path_with_depspath`` options from the\noriginal depswriter.py script are not yet supported.\n\nGetting the jar\n---------------\n\nTo automatically download and unzip the compiler from Google, you can\nuse the ``hexagonit.recipe.download`` receipt::\n\n [buildout]\n parts = closure-compile\n\n [closure-compile]\n recipe = c2c.recipe.closurecompile\n compiler = ${download-closure-compile:destination}/compiler.jar\n ...\n\n [download-closure-compile]\n recipe = hexagonit.recipe.download\n url = http://closure-compiler.googlecode.com/files/compiler-latest.zip",
"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/camptocamp/c2c.recipe.closurecompile",
"keywords": null,
"license": "MIT License",
"maintainer": null,
"maintainer_email": null,
"name": "c2c.recipe.closurecompile",
"package_url": "https://pypi.org/project/c2c.recipe.closurecompile/",
"platform": "UNKNOWN",
"project_url": "https://pypi.org/project/c2c.recipe.closurecompile/",
"project_urls": {
"Download": "UNKNOWN",
"Homepage": "https://github.com/camptocamp/c2c.recipe.closurecompile"
},
"release_url": "https://pypi.org/project/c2c.recipe.closurecompile/0.3.3/",
"requires_dist": null,
"requires_python": null,
"summary": "A buildout recipe to compile javascript with the Google Closure Compiler",
"version": "0.3.3"
},
"last_serial": 787186,
"releases": {
"0.1": [
{
"comment_text": "",
"digests": {
"md5": "a9b515c3d27510ad9f946a6590832812",
"sha256": "4b4e6535f65f216e8fa57cd71897c1c7210b57d522e4473deb28e4b68d4f8dcb"
},
"downloads": -1,
"filename": "c2c.recipe.closurecompile-0.1.tar.gz",
"has_sig": false,
"md5_digest": "a9b515c3d27510ad9f946a6590832812",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 2465,
"upload_time": "2010-10-25T10:01:38",
"url": "https://files.pythonhosted.org/packages/ab/06/57fc60fe92d69a473193b9655429275e0436b6e48176cd62ba909996bf28/c2c.recipe.closurecompile-0.1.tar.gz"
}
],
"0.2": [
{
"comment_text": "",
"digests": {
"md5": "cddc877318336eea3a6b2d7060101c2f",
"sha256": "30a9b2fcbb1ea163d1dd3153bd42e14a96341f599cbe15b087e9ed7501a56fc1"
},
"downloads": -1,
"filename": "c2c.recipe.closurecompile-0.2.tar.gz",
"has_sig": false,
"md5_digest": "cddc877318336eea3a6b2d7060101c2f",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 2911,
"upload_time": "2011-01-20T10:57:40",
"url": "https://files.pythonhosted.org/packages/c9/01/cd58508c1273b4368f5a605dcb5dd69d57c1e49bd11f888ed464d83c96cd/c2c.recipe.closurecompile-0.2.tar.gz"
}
],
"0.2.1": [
{
"comment_text": "",
"digests": {
"md5": "87b294774d7e03bd52c09c5d21b19870",
"sha256": "5a89590ecf294e408b34ddccb391cc2ec8426991563ac6aaed9c6c6081a430b9"
},
"downloads": -1,
"filename": "c2c.recipe.closurecompile-0.2.1.tar.gz",
"has_sig": false,
"md5_digest": "87b294774d7e03bd52c09c5d21b19870",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 2904,
"upload_time": "2011-06-14T11:17:27",
"url": "https://files.pythonhosted.org/packages/6f/47/ea28f35847ad77ea38338962fe268b1956219f8aa2094b71d1f73ef0f7dd/c2c.recipe.closurecompile-0.2.1.tar.gz"
}
],
"0.3": [
{
"comment_text": "",
"digests": {
"md5": "4ff552f52af3718866b69f0de18eb84e",
"sha256": "56c4c0eb84476e10d371de9ba06df57232c4f63430a3b2b008fe7e6015a41970"
},
"downloads": -1,
"filename": "c2c.recipe.closurecompile-0.3.tar.gz",
"has_sig": false,
"md5_digest": "4ff552f52af3718866b69f0de18eb84e",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 12992,
"upload_time": "2011-08-22T16:48:20",
"url": "https://files.pythonhosted.org/packages/2d/5e/c79d98750456af4fe65f4b1d8c418597604c35de54f9f2c0a8fd0718b962/c2c.recipe.closurecompile-0.3.tar.gz"
}
],
"0.3.1": [
{
"comment_text": "",
"digests": {
"md5": "4f06acb48f6b4468c844fefb171a9dac",
"sha256": "79df411b54b2691935785667f58399269e5e2a182caa55771390dcb90e915920"
},
"downloads": -1,
"filename": "c2c.recipe.closurecompile-0.3.1.tar.gz",
"has_sig": false,
"md5_digest": "4f06acb48f6b4468c844fefb171a9dac",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 13845,
"upload_time": "2011-08-23T11:15:12",
"url": "https://files.pythonhosted.org/packages/98/6a/cbc7d4934c24d9072bd53d2128818ba4d0c236f86b1660ae3d0e89f42cee/c2c.recipe.closurecompile-0.3.1.tar.gz"
}
],
"0.3.2": [
{
"comment_text": "",
"digests": {
"md5": "dc651c6be3ffe09da3ad49fd00f32f80",
"sha256": "dbd087df968b45b942e514b4d82b7632664059e52bc7b287ff51a04729a1d13c"
},
"downloads": -1,
"filename": "c2c.recipe.closurecompile-0.3.2.tar.gz",
"has_sig": false,
"md5_digest": "dc651c6be3ffe09da3ad49fd00f32f80",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 13062,
"upload_time": "2013-02-11T09:42:19",
"url": "https://files.pythonhosted.org/packages/3a/e6/c6e59665b377f4ca5de7be65e5279b1885a9043587a1a5488c734cc34ed0/c2c.recipe.closurecompile-0.3.2.tar.gz"
}
],
"0.3.3": [
{
"comment_text": "",
"digests": {
"md5": "70d127d97a1e14fd4dad84736d3a740d",
"sha256": "ac3259bcb28a85e708cc8dee963582d4de601bce0498d9d2cad222bc569de064"
},
"downloads": -1,
"filename": "c2c.recipe.closurecompile-0.3.3.tar.gz",
"has_sig": false,
"md5_digest": "70d127d97a1e14fd4dad84736d3a740d",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 13194,
"upload_time": "2013-02-28T08:55:18",
"url": "https://files.pythonhosted.org/packages/39/0c/538eab818c4cf9e85b39cb34235c3d989a090f55efdc1d158d58cc0ed757/c2c.recipe.closurecompile-0.3.3.tar.gz"
}
]
},
"urls": [
{
"comment_text": "",
"digests": {
"md5": "70d127d97a1e14fd4dad84736d3a740d",
"sha256": "ac3259bcb28a85e708cc8dee963582d4de601bce0498d9d2cad222bc569de064"
},
"downloads": -1,
"filename": "c2c.recipe.closurecompile-0.3.3.tar.gz",
"has_sig": false,
"md5_digest": "70d127d97a1e14fd4dad84736d3a740d",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 13194,
"upload_time": "2013-02-28T08:55:18",
"url": "https://files.pythonhosted.org/packages/39/0c/538eab818c4cf9e85b39cb34235c3d989a090f55efdc1d158d58cc0ed757/c2c.recipe.closurecompile-0.3.3.tar.gz"
}
]
}