{ "info": { "author": "Kyle Meyer", "author_email": "kyle@kyleam.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)", "Programming Language :: Python :: 3.3", "Topic :: Utilities" ], "description": "wcut - cut with words\n=====================\n\nwcut is intended to be very similar to the unix command line utility\ncut, but with words instead.\n\nFor example, suppose you have a file (``feng-rpkm.txt``) with the\ncontents\n\n::\n\n geneid,gname,rpkm\n 666666,feng3,9999\n\nWith cut, you could run ``cut -d',' -f2 feng-rpkm.txt`` to get the\n``gname`` column. This is easy if you only have a few fields. For a\nlarger number of fields, it gets annoying to count columns. With wcut,\nyou would run\n\n::\n\n $ wcut -d',' feng-rpkm.txt gname\n\nSimilar to cut, the ``--complement`` (or ``-v``) flag will return all\nthe columns that do not match::\n\n $ wcut -d',' -v feng-rpkm.txt gname\n\n\nIf you wanted the ``rpkm`` and ``gname`` column, but in reverse order,\nyou could run\n\n::\n\n $ wcut -d',' feng-rpkm.txt rpkm gname\n\nSee ``wcut --help`` for a full list of options.\n\n\nInstall\n-------\n\nwcut can be installed from PyPI using pip.\n\n::\n\n $ pip install wcut\n\n\nIssues\n------\n\nPlease report any issues on `GitHub `_.", "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/kyleam/wcut", "keywords": null, "license": "GPLv3", "maintainer": null, "maintainer_email": null, "name": "wcut", "package_url": "https://pypi.org/project/wcut/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/wcut/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/kyleam/wcut" }, "release_url": "https://pypi.org/project/wcut/1.0.0/", "requires_dist": null, "requires_python": null, "summary": "Select fields by header keywords.", "version": "1.0.0" }, "last_serial": 1044047, "releases": { "0.3.1": [ { "comment_text": "", "digests": { "md5": "3f447cccd1cad27243409d32bda7bed3", "sha256": "845c1c705bf342650aa9fd1ea31c0b5e744b896218963f9d4b714c49d1afc0dc" }, "downloads": -1, "filename": "wcut-0.3.1.tar.gz", "has_sig": false, "md5_digest": "3f447cccd1cad27243409d32bda7bed3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17026, "upload_time": "2013-05-14T03:20:35", "url": "https://files.pythonhosted.org/packages/1e/2b/18c7a762605447e1b6baeef7e736ac2a1081a51349a03e0fb43d18e6a4bc/wcut-0.3.1.tar.gz" } ], "0.3.2": [ { "comment_text": "", "digests": { "md5": "17f5e115aedd16b54f0dd4f242c57c79", "sha256": "876695e8e6f8e686b536232f1be5ebb2b3c327148749292c51a1753bdda4136e" }, "downloads": -1, "filename": "wcut-0.3.2.tar.gz", "has_sig": false, "md5_digest": "17f5e115aedd16b54f0dd4f242c57c79", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 16455, "upload_time": "2013-06-20T01:19:29", "url": "https://files.pythonhosted.org/packages/be/1e/1bd94602757e7f8ba0ded7bfaacef7853c0f3e9de84c602eae9a4c3fb99c/wcut-0.3.2.tar.gz" } ], "0.4.0": [ { "comment_text": "", "digests": { "md5": "191057cb590ebc72c434b52d2c868626", "sha256": "7bdf9c6ffc19c9db311174f657ecb0fd1bdd340d569646bbe53d802b2791196e" }, "downloads": -1, "filename": "wcut-0.4.0.tar.gz", "has_sig": false, "md5_digest": "191057cb590ebc72c434b52d2c868626", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 16529, "upload_time": "2013-11-08T05:46:57", "url": "https://files.pythonhosted.org/packages/f1/ea/9116ec9c181bd4fc1c4ada37c2b4b00a8eb3b326d530f65500a6ab731a91/wcut-0.4.0.tar.gz" } ], "1.0.0": [ { "comment_text": "", "digests": { "md5": "17c188f850c4e4e2fe7775d143bc7c02", "sha256": "2f69c21188b2de7a858a0cc1b6dfacdaf1d6cc5642017f678e9a47ef652a65c1" }, "downloads": -1, "filename": "wcut-1.0.0.tar.gz", "has_sig": false, "md5_digest": "17c188f850c4e4e2fe7775d143bc7c02", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 16526, "upload_time": "2014-03-28T04:37:57", "url": "https://files.pythonhosted.org/packages/e2/c4/94d13b1354de496baad5e0266167cddbe7b1762fe6e26cc52ae5c0c51493/wcut-1.0.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "17c188f850c4e4e2fe7775d143bc7c02", "sha256": "2f69c21188b2de7a858a0cc1b6dfacdaf1d6cc5642017f678e9a47ef652a65c1" }, "downloads": -1, "filename": "wcut-1.0.0.tar.gz", "has_sig": false, "md5_digest": "17c188f850c4e4e2fe7775d143bc7c02", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 16526, "upload_time": "2014-03-28T04:37:57", "url": "https://files.pythonhosted.org/packages/e2/c4/94d13b1354de496baad5e0266167cddbe7b1762fe6e26cc52ae5c0c51493/wcut-1.0.0.tar.gz" } ] }