{ "info": { "author": "Liam Corbett", "author_email": "", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.7" ], "description": "=====\ng-csv\n=====\nManages .csv files and uploads or pastes them to Google Sheets.\n\nUsage\n=====\n\nInstallation\n------------\n\nWith Python installed, and in a command window, enter: ``pip install gcsv``\n\nCode\n----\n\nUse the following code example as a guide, replacing the following dummy strings with relevant information.\n\n- ``my_csv_path``: the path to your CSV (e.g ``C:\\reports\\mycsv.csv``)\n- ``my_spreadsheet_id``: the ID (or \"key\") of a spreadsheet; can be found in the spreadsheet URL after ``/d/`` but before ``/edit``\n- ``my_worksheet_gid``: the worksheet (or \"tab\") name of the paste destination\n- ``start_row``: the starting row of the paste destination\n- ``start_col``: the starting column of the paste destination\n\n.. code-block:: python\n\n import gcsv\n\n csv = gcsv.GCSV(r'my_csv_path')\n\n csv.paste_to('my_spreadsheet_id',\n my_worksheet_gid,\n start_row,\n start_col)", "description_content_type": "text/x-rst", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/liamCorbett/g-csv", "keywords": "", "license": "MIT", "maintainer": "Liam Corbett", "maintainer_email": "", "name": "gcsv", "package_url": "https://pypi.org/project/gcsv/", "platform": "", "project_url": "https://pypi.org/project/gcsv/", "project_urls": { "Homepage": "https://github.com/liamCorbett/g-csv", "Repository": "https://github.com/liamCorbett/g-csv" }, "release_url": "https://pypi.org/project/gcsv/0.1.0/", "requires_dist": [ "google-api-python-client (>=1.7,<2.0)", "google-auth-httplib2 (>=0.0.3,<0.0.4)", "google-auth-oauthlib (>=0.2.0,<0.3.0)" ], "requires_python": ">=3.7,<4.0", "summary": "Easy pasting of CSV files to Google Sheets.", "version": "0.1.0" }, "last_serial": 4974447, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "a8bd4f27e293225f6b28cc79cb42f715", "sha256": "febb82fbf999cbed21c491b33f48e452e43c43eebb48be7b3d39619f6753cc6f" }, "downloads": -1, "filename": "gcsv-0.1.0-py3-none-any.whl", "has_sig": false, "md5_digest": "a8bd4f27e293225f6b28cc79cb42f715", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.7,<4.0", "size": 6748, "upload_time": "2019-03-22T21:25:55", "url": "https://files.pythonhosted.org/packages/46/ea/02c81241ee49c9ab2b28e9680bd515066154084fbac60ae2cf750989e388/gcsv-0.1.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "6242625ba4a922fb8d48ed37709562c1", "sha256": "86f186067450fd8110a8b6286ce304c46d9172a0f6468ff16a819a28d7aad4d8" }, "downloads": -1, "filename": "gcsv-0.1.0.tar.gz", "has_sig": false, "md5_digest": "6242625ba4a922fb8d48ed37709562c1", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.7,<4.0", "size": 3399, "upload_time": "2019-03-22T21:25:57", "url": "https://files.pythonhosted.org/packages/d7/28/840e5b705187e9badefb184a08bbf510f51c8a46a8d92678c1e844e04595/gcsv-0.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "a8bd4f27e293225f6b28cc79cb42f715", "sha256": "febb82fbf999cbed21c491b33f48e452e43c43eebb48be7b3d39619f6753cc6f" }, "downloads": -1, "filename": "gcsv-0.1.0-py3-none-any.whl", "has_sig": false, "md5_digest": "a8bd4f27e293225f6b28cc79cb42f715", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.7,<4.0", "size": 6748, "upload_time": "2019-03-22T21:25:55", "url": "https://files.pythonhosted.org/packages/46/ea/02c81241ee49c9ab2b28e9680bd515066154084fbac60ae2cf750989e388/gcsv-0.1.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "6242625ba4a922fb8d48ed37709562c1", "sha256": "86f186067450fd8110a8b6286ce304c46d9172a0f6468ff16a819a28d7aad4d8" }, "downloads": -1, "filename": "gcsv-0.1.0.tar.gz", "has_sig": false, "md5_digest": "6242625ba4a922fb8d48ed37709562c1", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.7,<4.0", "size": 3399, "upload_time": "2019-03-22T21:25:57", "url": "https://files.pythonhosted.org/packages/d7/28/840e5b705187e9badefb184a08bbf510f51c8a46a8d92678c1e844e04595/gcsv-0.1.0.tar.gz" } ] }