{ "info": { "author": "Stanley Lim", "author_email": "slim679975@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Environment :: Console", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Natural Language :: English", "Programming Language :: Python :: 3.7", "Topic :: Software Development :: Build Tools" ], "description": "# PyClosure\n\nA console application that allows you to easily compile and optimize\nyour JavaScript files in **batches** using the [Google Closure\nCompiler](https://developers.google.com/closure/compiler/).\n\n# Install\n\nRun the following command.\n\n``` sh\npip3 install pyclosure\n```\n\n# Usage\n\n``` sh\nusage: python -m pyclosure [-h] [--input ] [--output ] [--level {WHITESPACE_ONLY, SIMPLE_OPTIMIZATIONS,ADVANCED_OPTIMIZATIONS} --extern ]\n```\n\n### Arguments\n\n - `-h, --help` - show the help menu\n - `--input` - enter the input file or directory (for batch processing)\n - `--output` - enter the output file name/folder name (for single processing, the default value is `index.min.js`.)\n - `--level` - the type of compilation to be used for the variables.\n - Supported values:\n - `WHITESPACE_ONLY`\n - `SIMPLE_OPTIMIZATIONS`\n - `ADVANCED_OPTIMIZATIONS`\n - `--extern` (optional) - enter in variables you want in your compiled\n code separated by **semi-colons**.\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/Spiderpig86/PyClosure", "keywords": "", "license": "MIT License", "maintainer": "", "maintainer_email": "", "name": "PyClosure", "package_url": "https://pypi.org/project/PyClosure/", "platform": "", "project_url": "https://pypi.org/project/PyClosure/", "project_urls": { "Homepage": "https://github.com/Spiderpig86/PyClosure" }, "release_url": "https://pypi.org/project/PyClosure/0.0.1/", "requires_dist": null, "requires_python": ">=3", "summary": "A simple to allow to make compiling JavaScript with the Closure compiler easier.", "version": "0.0.1" }, "last_serial": 5616455, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "32a67897e2d56f45c9d99717fb3f9c54", "sha256": "17b3d793f51792e5143793e383e6f746c486ee298d4c5ee81289864442e9a3af" }, "downloads": -1, "filename": "PyClosure-0.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "32a67897e2d56f45c9d99717fb3f9c54", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3", "size": 7813, "upload_time": "2019-08-01T02:53:20", "url": "https://files.pythonhosted.org/packages/53/49/964163f33b6c2dd8387ec9746ecc3c3614fe204a9982bd5e9d6f700265e3/PyClosure-0.0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "89aaec5d013cf99b99948474d12d559e", "sha256": "7a6c5fa6d605628f43e85038a4200ccf9fb45c58e97921cf038d5b3e8e6726c1" }, "downloads": -1, "filename": "PyClosure-0.0.1.tar.gz", "has_sig": false, "md5_digest": "89aaec5d013cf99b99948474d12d559e", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3", "size": 5125, "upload_time": "2019-08-01T02:53:23", "url": "https://files.pythonhosted.org/packages/41/56/8a6b013b89df0f5a53f5a9ac971eb28dcd427c7759981f082e2b21259a5e/PyClosure-0.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "32a67897e2d56f45c9d99717fb3f9c54", "sha256": "17b3d793f51792e5143793e383e6f746c486ee298d4c5ee81289864442e9a3af" }, "downloads": -1, "filename": "PyClosure-0.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "32a67897e2d56f45c9d99717fb3f9c54", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3", "size": 7813, "upload_time": "2019-08-01T02:53:20", "url": "https://files.pythonhosted.org/packages/53/49/964163f33b6c2dd8387ec9746ecc3c3614fe204a9982bd5e9d6f700265e3/PyClosure-0.0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "89aaec5d013cf99b99948474d12d559e", "sha256": "7a6c5fa6d605628f43e85038a4200ccf9fb45c58e97921cf038d5b3e8e6726c1" }, "downloads": -1, "filename": "PyClosure-0.0.1.tar.gz", "has_sig": false, "md5_digest": "89aaec5d013cf99b99948474d12d559e", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3", "size": 5125, "upload_time": "2019-08-01T02:53:23", "url": "https://files.pythonhosted.org/packages/41/56/8a6b013b89df0f5a53f5a9ac971eb28dcd427c7759981f082e2b21259a5e/PyClosure-0.0.1.tar.gz" } ] }