{ "info": { "author": "Pere Orga", "author_email": "pere@orga.cat", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Console", "Intended Audience :: Developers", "Intended Audience :: End Users/Desktop", "Intended Audience :: Science/Research", "License :: OSI Approved :: GNU General Public License v3 (GPLv3)", "Natural Language :: English", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy", "Topic :: Scientific/Engineering :: Information Analysis", "Topic :: Software Development :: Libraries :: Python Modules", "Topic :: Utilities" ], "description": "csvshuf\n=======\n\nShuffle cells by column in CSV files.\n\n\nUsage\n-----\n\nShuffle the first column of each row of foobar.csv\n\n csvshuf -c1 foobar.csv\n\nShuffle the third column of each row of foobar.csv using Sattolo's\nalgorithm\n\n csvshuf -c3 -s foobar.csv\n\nShuffle all columns of foobar.csv\n\n csvshuf foobar.csv\n\nShuffle all the columns but the first of foobar.csv\n\n csvshuf -C1 foobar.csv\n\nShuffle the first and third columns of the first ten lines of foobar.csv\n\n head -10 foobar.csv | csvshuf -c 1,3\n\nShuffle the first and third columns of the pipe-delimited foobar.csv\n\n csvshuf -c1,3 -d \"|\" foobar.csv\n\nShuffle the first and third columns of the tab-delimited foobar.csv\n\n csvshuf -c 1,3 -t foobar.csv\n\nShuffle the first three columns of the pipe-delimited foobar.csv; output\nwill be comma-delimited\n\n csvshuf -c 1,2,3 -d \"|\" -o , foobar.csv\n\nShuffle the first three columns of the comma-delimited foobar.csv;\noutput will be pipe-delimited\n\n csvshuf -c 1,2,3 -o \"|\" foobar.csv\n\nShuffle the first two columns of the comma-delimited, pipe-quoted\nfoobar.csv\n\n csvshuf -c 1,2 -d \",\" -q \"|\" foobar.csv\n\n\nInstallation\n------------\n\n pip install csvshuf\n\n\nAuthor\n------\n\nPere Orga pere@orga.cat, 2016.\n\nOriginally forked from csvcut (https://gist.github.com/bycoffe/187278).", "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/pereorga/csvshuf", "keywords": null, "license": "GNU GPLv3", "maintainer": null, "maintainer_email": null, "name": "csvshuf", "package_url": "https://pypi.org/project/csvshuf/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/csvshuf/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/pereorga/csvshuf" }, "release_url": "https://pypi.org/project/csvshuf/1.0.1/", "requires_dist": null, "requires_python": null, "summary": "Shuffle cells by column in CSV files.", "version": "1.0.1" }, "last_serial": 2243229, "releases": { "1.0": [ { "comment_text": "", "digests": { "md5": "209bb559e0a516fd8c11c5659856ba38", "sha256": "18d8e0e572a30ff45d90199cf9581265202c5510ea79c7e5b20d392dc2837ebd" }, "downloads": -1, "filename": "csvshuf-1.0.tar.gz", "has_sig": false, "md5_digest": "209bb559e0a516fd8c11c5659856ba38", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 16186, "upload_time": "2016-06-02T20:55:04", "url": "https://files.pythonhosted.org/packages/48/11/db0782afe2d5c40da16098eb4040d6ed0968d9b960ad30d7dde650116a5e/csvshuf-1.0.tar.gz" } ], "1.0.1": [ { "comment_text": "", "digests": { "md5": "fa911da28ebe816a0a3e88ba43a76ada", "sha256": "f5d1ed7d1d3fa35ee90391bfece57b5fa73a5d070e00da095290ccd376ddfc07" }, "downloads": -1, "filename": "csvshuf-1.0.1.tar.gz", "has_sig": false, "md5_digest": "fa911da28ebe816a0a3e88ba43a76ada", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 16270, "upload_time": "2016-07-25T21:07:24", "url": "https://files.pythonhosted.org/packages/35/6d/b40bca53051d7db880e27ca4e00e7cf8ab9ce138725fd27800a02d8fd80b/csvshuf-1.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "fa911da28ebe816a0a3e88ba43a76ada", "sha256": "f5d1ed7d1d3fa35ee90391bfece57b5fa73a5d070e00da095290ccd376ddfc07" }, "downloads": -1, "filename": "csvshuf-1.0.1.tar.gz", "has_sig": false, "md5_digest": "fa911da28ebe816a0a3e88ba43a76ada", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 16270, "upload_time": "2016-07-25T21:07:24", "url": "https://files.pythonhosted.org/packages/35/6d/b40bca53051d7db880e27ca4e00e7cf8ab9ce138725fd27800a02d8fd80b/csvshuf-1.0.1.tar.gz" } ] }