{ "info": { "author": "Lorenzo Gil Sanchez", "author_email": "lorenzo.gil.sanchez@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 1 - Planning", "Environment :: Console", "Intended Audience :: End Users/Desktop", "License :: OSI Approved :: GNU General Public License (GPL)", "Operating System :: POSIX", "Programming Language :: Python", "Topic :: Utilities" ], "description": ".. contents::\n\n====\ngabi\n====\n\ngabi stands for Google Address Book Importer but it can also means Google Address Book Immediately or Google Address Book for paranoid Idiots\n\nUsage\n=====\n\ngabi's algorithm is quite simple:\n\n1. Download contacts from Google Contacts\n2. Save them into a file in json format\n3. Perform a query\n4. Output the query results\n\nStep 1 is smart enough to only download those contacts that have changed since the last invocation.\n\nFor step 3 you should pass some query args to the command line. The query is performed as the OR of all query args. A query arg can be a simple string or a string with a ':' character. If a single string is used that text is matched in every attribute of a contact except for the id. If a ':' is found in the query arg, it is used to split the attribute name and the value to match. In this case only that attribute will be searched.\n\nRight now only step 4 is flexible enough to allow the user to choose from different output formats. Supported formats include simple, json and mutt. In the future other steps are expected to be more configurable.\n\nMutt integration\n================\n\nJust edit your .muttrc file and add a line like this::\n\n set query_command = \"/usr/bin/gabi --user=your_google_email --password=your_password --store=/home/user/contacts.json --output-type=mutt '%s'\"\n\nNow you will be able to search your Google Contacts from Mutt.\n\nPassword for Google acccount\n============================\n\nThere are 3 different ways to input the password that is used to authenticate your Google account:\n\n 1. Use the --password command line option\n 2. Fetch the password from the GNOME keyring\n 3. Enter the password interactively\n\nThese options are tried in that order. The second one, GNOME keyring, is only used if you have that software installed in your system and its daemon is running. If no password for gabi is found in the GNOME keyring, it will ask the user to enter one and it will save it on the GNOME keyring.\n\nFuture plans\n============\n\n* remove deleted contacts from Google Contacts in the store file.\n* add a store backend for mongo db\n* if no query args are given output all contacts\n\nChanges\n=======\n\n0.2.0 (2010-09-26)\n------------------\n- Add support for GNOME keyring. Now the password can be fetched from there.\n\n0.1.0 (2010-09-12)\n------------------\n- Initial release", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://bitbucket.org/lgs/gabi/", "keywords": "email google mutt backup", "license": "GPL 3", "maintainer": null, "maintainer_email": null, "name": "gabi", "package_url": "https://pypi.org/project/gabi/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/gabi/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://bitbucket.org/lgs/gabi/" }, "release_url": "https://pypi.org/project/gabi/0.2.0/", "requires_dist": null, "requires_python": null, "summary": "Google Address Book Importer", "version": "0.2.0" }, "last_serial": 726431, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "3863188d5f163afb10f2761acbe53794", "sha256": "33ce6a18567e2f0da8ccbcca7a062506cd8fc57d01bd7ca7f49001ae9ac9a9f9" }, "downloads": -1, "filename": "gabi-0.1.0.tar.gz", "has_sig": false, "md5_digest": "3863188d5f163afb10f2761acbe53794", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 18031, "upload_time": "2010-09-12T21:28:23", "url": "https://files.pythonhosted.org/packages/fd/9f/d1b61b70109a2c7b187f95111dba8c4df277b29c6f549ced3c98730a3afe/gabi-0.1.0.tar.gz" } ], "0.2.0": [ { "comment_text": "", "digests": { "md5": "24ea58918c628671743e364c5a3d9e5e", "sha256": "e6785472c85cfa86e98f988343167e3edf7fc5fa57e1e66d32f8bc72251ca391" }, "downloads": -1, "filename": "gabi-0.2.0.tar.gz", "has_sig": false, "md5_digest": "24ea58918c628671743e364c5a3d9e5e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 19023, "upload_time": "2010-09-26T14:07:03", "url": "https://files.pythonhosted.org/packages/07/4c/5ce1ffd9f352dadd80f41d4eb40e99f65fb01b95edbdf2a8a6ed919fc89e/gabi-0.2.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "24ea58918c628671743e364c5a3d9e5e", "sha256": "e6785472c85cfa86e98f988343167e3edf7fc5fa57e1e66d32f8bc72251ca391" }, "downloads": -1, "filename": "gabi-0.2.0.tar.gz", "has_sig": false, "md5_digest": "24ea58918c628671743e364c5a3d9e5e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 19023, "upload_time": "2010-09-26T14:07:03", "url": "https://files.pythonhosted.org/packages/07/4c/5ce1ffd9f352dadd80f41d4eb40e99f65fb01b95edbdf2a8a6ed919fc89e/gabi-0.2.0.tar.gz" } ] }