{ "info": { "author": "Hari Dara", "author_email": "haridara@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "logtogss\n========\n\nDescription\n-----------\n\nThis is a small tool to log data to a Google Spreadsheet. Google Spreadsheets are very handy for manipulating data, but it's less easy to insert data programmatically. The tool depends on the the `python gdata client`_ package, which should be automatically installed as a reqirement when installing the ``logtogss`` from setup package.\n\nInstallation\n------------\n\nTo install, download the setup package_ and install using pip::\n\n $ pip install logtogss-0.1.tar.gz\n\nAlternatively, let pip download from pypi and install::\n\n $ pip install logtogss\n\nUsage\n-----\n\nThe basic Usage is like this::\n\n $ logtogss --name \"Spreadsheet Name\" --sheet=\"Sheet Name\" col1:val1 col2:val2\n\nYou can insert multiple rows at once by piping on stdin, whilst specifying just the column names, like this::\n\n $ cat data\n val1 val2\n val3 val4\n $ logtogss --name 'Spreadsheet Name' --sheet=\"Sheet Name\" col1 col2 < data\n\nIf you need to know what the valid column names are, leave off the data from the command line, like this::\n\n $ logtogss --name \"Spreadsheet Name\" --sheet=\"Sheet Name\"\n col1\n col2\n\nYou can also use the ``--list`` option wth or with out the ``--name`` and ``--sheet`` options to see a list of the columns in the spreadsheet(s).\n\nNote that ``logtogss`` uses OAuth, so the first time that you use it, you will be prompted with an URL to visit in order to allow ``logtogss`` access to your google docs.\n\nRun ``logtogss`` with ``--help`` option to see the advanced options and their usage.\n\nCredits\n-------\n\n- `Happygiraffe`_ creator of the initial version.\n- `modern-package-template`_ used to bootstrap the project setup.\n- `Buildout`_\n\n.. _Happygiraffe: https://github.com/happygiraffe/logss/\n.. _`modern-package-template`: http://pypi.python.org/pypi/modern-package-template\n.. _`python gdata client`: http://code.google.com/p/gdata-python-client/\n.. _Buildout: http://www.buildout.org/\n.. _package: https://github.com/downloads/haridsv/logss/logtogss-0.1.tar.gz\n\n\n\nNews\n====\n\nWhat's new 0.1\n==============\n\n*Release date: *UNRELEASED*\n\n* Creating a setup package", "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/haridsv/logss", "keywords": "gdata google spreadsheet csv import", "license": "BSD 2-Clause", "maintainer": null, "maintainer_email": null, "name": "logtogss", "package_url": "https://pypi.org/project/logtogss/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/logtogss/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/haridsv/logss" }, "release_url": "https://pypi.org/project/logtogss/0.1/", "requires_dist": null, "requires_python": null, "summary": "Log rows to a Google SpreadSheet", "version": "0.1" }, "last_serial": 258433, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "124e9387167af5e8ceefb303b13e4d06", "sha256": "32ceb1a526e648c060f456e238abb72860547d87f7272aff41333c88ea597887" }, "downloads": -1, "filename": "logtogss-0.1.tar.gz", "has_sig": false, "md5_digest": "124e9387167af5e8ceefb303b13e4d06", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11042, "upload_time": "2011-11-06T02:44:40", "url": "https://files.pythonhosted.org/packages/ab/1e/4c9ec448fd36fed648989ef640c687277cbcd3b88fe41d6f1af9b0347584/logtogss-0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "124e9387167af5e8ceefb303b13e4d06", "sha256": "32ceb1a526e648c060f456e238abb72860547d87f7272aff41333c88ea597887" }, "downloads": -1, "filename": "logtogss-0.1.tar.gz", "has_sig": false, "md5_digest": "124e9387167af5e8ceefb303b13e4d06", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11042, "upload_time": "2011-11-06T02:44:40", "url": "https://files.pythonhosted.org/packages/ab/1e/4c9ec448fd36fed648989ef640c687277cbcd3b88fe41d6f1af9b0347584/logtogss-0.1.tar.gz" } ] }