{ "info": { "author": "Willumz", "author_email": "", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3" ], "description": "[![PyPI](https://img.shields.io/pypi/v/ps-minifier.svg)](https://pypi.org/project/ps-minifier)\n[![CircleCI](https://circleci.com/gh/Willumz/ps-minifier.svg?style=shield)](https://circleci.com/gh/Willumz/ps-minifier)\n[![codecov](https://codecov.io/gh/Willumz/ps-minifier/branch/master/graph/badge.svg)](https://codecov.io/gh/Willumz/ps-minifier)\n\n# ps-minifier\nA very basic minifier for PowerShell scripts.\n\nCurrently, a semicolon (`;`) is required at the end of each line in the script it is given.\n\nNOTE: This minifier is currently not very complex, and (while it works with programs I have tested it on) may not output functioning code for all programs it is given.\n\n## Installation\n```$ pip install ps-minifier```\n\n## Usage\nTo display the help menu:\n\n```$ psminifier -h```\n\n\n```\nusage: psminifier [-h] [-f FILE] [-o OUT_FILE]\n\noptional arguments:\n -h, --help show this help message and exit\n -f FILE, --file FILE path to file to minify\n -o OUT_FILE, --out-file OUT_FILE\n path to save the result\n```\n\nPass the path to the file:\n\n```$ psminifier -f FILE_PATH```\n\nPass the path to save the result to:\n\n```$ psminifier -o OUTPUT_PATH```\n\nIf `psminifier` is run without `-f` it will prompt the user to enter code via the standard input.\nIf it is run without `-o` it will output the result to the standard output.\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/Willumz/ps-minifier", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "ps-minifier", "package_url": "https://pypi.org/project/ps-minifier/", "platform": "", "project_url": "https://pypi.org/project/ps-minifier/", "project_urls": { "Homepage": "https://github.com/Willumz/ps-minifier" }, "release_url": "https://pypi.org/project/ps-minifier/0.1.3/", "requires_dist": null, "requires_python": "", "summary": "A minifier for PowerShell scripts.", "version": "0.1.3" }, "last_serial": 5388649, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "a19b9cf01fe2c3192f77a08afe604f0d", "sha256": "6e2a15a55c259b353844c13ba9f69c9b37f7eba27512fc2493e7cd94c405a717" }, "downloads": -1, "filename": "ps_minifier-0.1.0-py3-none-any.whl", "has_sig": false, "md5_digest": "a19b9cf01fe2c3192f77a08afe604f0d", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 4902, "upload_time": "2019-06-09T00:29:53", "url": "https://files.pythonhosted.org/packages/09/e4/5f6939a9eec03878035fa89c4850263141690315cb1ac2eb2ec7e0564419/ps_minifier-0.1.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "e2b59e976ffadd895fa871046a38f755", "sha256": "4b72e78df7f6916de9172995db34db4c99a9b779bbd76c3e12486c37c148e56f" }, "downloads": -1, "filename": "ps-minifier-0.1.0.tar.gz", "has_sig": false, "md5_digest": "e2b59e976ffadd895fa871046a38f755", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2125, "upload_time": "2019-06-09T00:29:56", "url": "https://files.pythonhosted.org/packages/e8/d8/97d3fa77d0653af8395b6281a2296fb728d86e8c1569f14ddb36bc1ffc77/ps-minifier-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "a29b2afc40fafba33fc7f20f10a2353f", "sha256": "424d1a461a561884b28e63c4a56194dea4380e9fc12143ead4f0ecedfe3dbdec" }, "downloads": -1, "filename": "ps_minifier-0.1.1-py3-none-any.whl", "has_sig": false, "md5_digest": "a29b2afc40fafba33fc7f20f10a2353f", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 5032, "upload_time": "2019-06-09T11:15:18", "url": "https://files.pythonhosted.org/packages/65/2c/0b63e1dcd73711d7d0d065dda86f7db7751b63db57e6730cdb31f509c344/ps_minifier-0.1.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "fbb58ed02b5f8c1076b3112226e410e8", "sha256": "8270d6c9333e04e5c8a792cffc0a52d92f3b0c502f54d0d5bf914570c06fdcdc" }, "downloads": -1, "filename": "ps-minifier-0.1.1.tar.gz", "has_sig": false, "md5_digest": "fbb58ed02b5f8c1076b3112226e410e8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2218, "upload_time": "2019-06-09T11:15:19", "url": "https://files.pythonhosted.org/packages/74/2a/9fd0db8c975e42ec40ac8786a7da5088bd4f865b9d5f99cd9bc0e74b9c1e/ps-minifier-0.1.1.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "52ccde1de7e2c7f017c1d6fdfef4fc9b", "sha256": "5bbdd2895c6b15c184d6404589d7127a6bbbf71ad18d41fc9d22e4530b1c6c21" }, "downloads": -1, "filename": "ps_minifier-0.1.2-py3-none-any.whl", "has_sig": false, "md5_digest": "52ccde1de7e2c7f017c1d6fdfef4fc9b", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 5464, "upload_time": "2019-06-09T20:05:32", "url": "https://files.pythonhosted.org/packages/d4/bf/38ff803ea28375ccad5c4ca98f9a0edb9be63ab09134fc6a43342ebe6f3b/ps_minifier-0.1.2-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "0346bf1db34ae6f71180a645ff0c2b12", "sha256": "760f7847797e14026b7204ffef35c25cd38c050200fc7fc254f636ce18e65e47" }, "downloads": -1, "filename": "ps-minifier-0.1.2.tar.gz", "has_sig": false, "md5_digest": "0346bf1db34ae6f71180a645ff0c2b12", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2798, "upload_time": "2019-06-09T20:05:33", "url": "https://files.pythonhosted.org/packages/76/ee/1265133ccdf06923a8a1dfca84a36f08c9d1925f6d69522406e66f7f3776/ps-minifier-0.1.2.tar.gz" } ], "0.1.3": [ { "comment_text": "", "digests": { "md5": "834e4764d42cff3b92367cb55f48ae1f", "sha256": "15e0bbee086a2ca8d6c49cef73711c409c90003f94a9f5bcdb91698415269a18" }, "downloads": -1, "filename": "ps_minifier-0.1.3-py3-none-any.whl", "has_sig": false, "md5_digest": "834e4764d42cff3b92367cb55f48ae1f", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 5941, "upload_time": "2019-06-11T23:00:06", "url": "https://files.pythonhosted.org/packages/14/51/9cc297836ad1307c8e2b8da2b0664322a09ef97ab1bb55beac94acb449aa/ps_minifier-0.1.3-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "2f180253310573a9046bc4ae117586e2", "sha256": "2984722718d791b0b4274011e9c08ca32372c934bf5e2a6527c8378acd8fa7ec" }, "downloads": -1, "filename": "ps-minifier-0.1.3.tar.gz", "has_sig": false, "md5_digest": "2f180253310573a9046bc4ae117586e2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3293, "upload_time": "2019-06-11T23:00:07", "url": "https://files.pythonhosted.org/packages/a8/e9/a25fbfc4b2631d4c09b655660b7bc467831925051190da318548ac4b1581/ps-minifier-0.1.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "834e4764d42cff3b92367cb55f48ae1f", "sha256": "15e0bbee086a2ca8d6c49cef73711c409c90003f94a9f5bcdb91698415269a18" }, "downloads": -1, "filename": "ps_minifier-0.1.3-py3-none-any.whl", "has_sig": false, "md5_digest": "834e4764d42cff3b92367cb55f48ae1f", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 5941, "upload_time": "2019-06-11T23:00:06", "url": "https://files.pythonhosted.org/packages/14/51/9cc297836ad1307c8e2b8da2b0664322a09ef97ab1bb55beac94acb449aa/ps_minifier-0.1.3-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "2f180253310573a9046bc4ae117586e2", "sha256": "2984722718d791b0b4274011e9c08ca32372c934bf5e2a6527c8378acd8fa7ec" }, "downloads": -1, "filename": "ps-minifier-0.1.3.tar.gz", "has_sig": false, "md5_digest": "2f180253310573a9046bc4ae117586e2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3293, "upload_time": "2019-06-11T23:00:07", "url": "https://files.pythonhosted.org/packages/a8/e9/a25fbfc4b2631d4c09b655660b7bc467831925051190da318548ac4b1581/ps-minifier-0.1.3.tar.gz" } ] }