{ "info": { "author": "George Sakkis", "author_email": "george.sakkis@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Software Development :: Libraries :: Python Modules", "Topic :: Text Processing :: General", "Topic :: Utilities" ], "description": "The standard csv module is very useful for parsing tabular data in CSV format.\nTypically though, one or more transformations need to be applied to the generated\nrows before being ready to be used; for instance \"convert the 3rd column to int,\nthe 5th to float and ignore all the rest\". This module provides an easy way to\nspecify such transformations upfront instead of coding them every time by hand.\n\nTwo classes are currently available, SequenceTransformer and MappingTransformer,\nthat represent each row as a list (like csv.reader) or dict (like csv.DictReader),\nrespectively.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "UNKNOWN", "keywords": null, "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "csvutils", "package_url": "https://pypi.org/project/csvutils/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/csvutils/", "project_urls": { "Download": "UNKNOWN", "Homepage": "UNKNOWN" }, "release_url": "https://pypi.org/project/csvutils/0.1/", "requires_dist": null, "requires_python": null, "summary": "Transformation utilities for csv (or csv-like) generated rows", "version": "0.1" }, "last_serial": 788601, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "6d9f60521e0a771954f54d46f1f8146f", "sha256": "a5f0f49ac98a65a632bc8490cfe98a077a0d48656930395f39dc504804637f7c" }, "downloads": -1, "filename": "csvutils-0.1.zip", "has_sig": false, "md5_digest": "6d9f60521e0a771954f54d46f1f8146f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 45477, "upload_time": "2007-12-15T19:28:10", "url": "https://files.pythonhosted.org/packages/5b/9f/4b0f5db5d907b2679c0df7fd9ea65198e996098483a2667397a5c66dad1a/csvutils-0.1.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "6d9f60521e0a771954f54d46f1f8146f", "sha256": "a5f0f49ac98a65a632bc8490cfe98a077a0d48656930395f39dc504804637f7c" }, "downloads": -1, "filename": "csvutils-0.1.zip", "has_sig": false, "md5_digest": "6d9f60521e0a771954f54d46f1f8146f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 45477, "upload_time": "2007-12-15T19:28:10", "url": "https://files.pythonhosted.org/packages/5b/9f/4b0f5db5d907b2679c0df7fd9ea65198e996098483a2667397a5c66dad1a/csvutils-0.1.zip" } ] }