{ "info": { "author": "Richard Marko", "author_email": "rissko@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Text Processing :: Filters" ], "description": "no_comments\n===========\n\nEasy way to strip comments from various file types.\n\nDescription:\n------------\n\nComment stripping utility. Handles both inline comments and block comments.\nStrips C/C++ comments by default (both inline and block).\n\nUsage:\n------\n - `cat source_code_file | no_comments > out`\n\nFeatures:\n---------\n - strip only inline comments / block comments\n - configurable delimiters\n - strip only comments at the beggining of the line\n - preserve empty lines which contained comments before\n\nInstallation:\n-------------\n - `easy_install no_comments` or `pip install no_comments`\n - run `no_comments --help`\n\n\nNotes:\n-------\nThis utility is DUMB - as it's not language specific it doesn't understand the syntax (It\nwill remove comments in strings, ignore nested comments or so).", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/sorki/no_comments", "keywords": null, "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "no_comments", "package_url": "https://pypi.org/project/no_comments/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/no_comments/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/sorki/no_comments" }, "release_url": "https://pypi.org/project/no_comments/0.1/", "requires_dist": null, "requires_python": null, "summary": "no_comments strips comments from various file types", "version": "0.1" }, "last_serial": 795465, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "8c2fe3dae0d13dc473c9b00ecd58efbf", "sha256": "43d760678bf87d302e73154a8aa3d3aa0dc31b8559987c215d6d3241f817c135" }, "downloads": -1, "filename": "no_comments-0.1.tar.gz", "has_sig": false, "md5_digest": "8c2fe3dae0d13dc473c9b00ecd58efbf", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2325, "upload_time": "2011-04-05T12:56:23", "url": "https://files.pythonhosted.org/packages/cb/e9/d43f4944a0fde15215d3aeba35772970063e6fe86b7073d3b8d82bdcdf48/no_comments-0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "8c2fe3dae0d13dc473c9b00ecd58efbf", "sha256": "43d760678bf87d302e73154a8aa3d3aa0dc31b8559987c215d6d3241f817c135" }, "downloads": -1, "filename": "no_comments-0.1.tar.gz", "has_sig": false, "md5_digest": "8c2fe3dae0d13dc473c9b00ecd58efbf", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2325, "upload_time": "2011-04-05T12:56:23", "url": "https://files.pythonhosted.org/packages/cb/e9/d43f4944a0fde15215d3aeba35772970063e6fe86b7073d3b8d82bdcdf48/no_comments-0.1.tar.gz" } ] }