{ "info": { "author": "Yuya Unno", "author_email": "unnonouno@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "[![Build Status](https://travis-ci.org/unnonouno/excelcsv.svg?branch=master)](https://travis-ci.org/unnonouno/excelcsv)\n[![Coverage Status](https://coveralls.io/repos/github/unnonouno/excelcsv/badge.svg?branch=master)](https://coveralls.io/github/unnonouno/excelcsv?branch=master)\n\n# excelcsv\n\n## Requirements\n\n- Python 2.7, 3,4, 3.5\n\n## Installation\n\n```\n$ pip install excelcsv\n```\n\n## Usage\n\n```\nwith excelcsv.read_excel_tsv(path) as reader:\n for row in reader:\n do_something(row)\n```\n\n```\nwith excelcsv.write_excel_tsv(path) as writer:\n for row in rows:\n writer.writerow(row)\n```\n\n## License\n\nMIT License.", "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/unnonouno/excelcsv", "keywords": null, "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "excelcsv", "package_url": "https://pypi.org/project/excelcsv/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/excelcsv/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/unnonouno/excelcsv" }, "release_url": "https://pypi.org/project/excelcsv/0.0.0/", "requires_dist": null, "requires_python": null, "summary": "excelcsv: CSV utility for Excel", "version": "0.0.0" }, "last_serial": 1944967, "releases": { "0.0.0": [] }, "urls": [] }