{ "info": { "author": "Thomas Levine", "author_email": "_@thomaslevine.com", "bugtrack_url": null, "classifiers": [ "Programming Language :: Python :: 2.7" ], "description": "Dada contacts\n=================\nInstall Xapian and cbuh. In Arch Linux, I do this. ::\n\n sudo pacman -S python2-xapian\n sudo pip2 install cbuh\n\nSave your contacts in ``~/.cbuh/contacts`` with the following format. ::\n\n [thomas.levine]\n name = Thomas Levine\n email = _@thomaslevine.com\n phone = +1 831 713 1131\n place = Scarsdale; Ithaca; New York; Oakland, California; Berlin, Germany\n 6birthday = 19900330\n\n [someone.else]\n email = someone@dada.pink\n # ...\n\nRun ``cbuh -h`` to see how to run. (Or look below.) ::\n\n usage: cbuh [-h] [-s] [-m] [-c path] [-d path] [-p path] [-i]\n [[search term] [[search term] ...]]\n\n Query the contact list.\n\n positional arguments:\n [search term] The search terms, if you're running a search\n\n optional arguments:\n -h, --help show this help message and exit\n -s, --sort Sort the contacts file by person identifier.\n -m, --mutt Export the contact list as a mutt alias file.\n -c path, --contacts path\n The contacts file\n -d path, --database path\n The database directory\n -p path, --prefixes path\n The prefixes file\n -i, --index Index the contact list.\n\n Search the contact list in ~/.cbuh/contacts. The search is an ordinary Xapian\n query (http://xapian.org/docs/queryparser.html) with whatever prefixed terms\n you like. I suggest these.\n\n * id\n * name\n * email\n * phone\n * place\n\n If you apply these prefixes, you search within that field only;\n for example, \"name:Francisco\" searches for people with names like\n \"Francisco\". Searching for simply \"Francisco\", on the other hand,\n will also match everyone who lives in San Francisco.\n\n Prefixes that start with digits 0 to 4 are treated as numeric values,\n with the digit being the slot. For example, I use ``1want`` to\n indicate how much I want to see someone, so I can search for people\n I really want to see with ``want20..``.\n\n Prefixes that start with digits 5 to 9 are treated as date values,\n with the digit being the slot. For example, I use ``6born`` to indicate\n when someone was born.\n", "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/tlevine/cbuh", "keywords": null, "license": "AGPL", "maintainer": null, "maintainer_email": null, "name": "cbuh", "package_url": "https://pypi.org/project/cbuh/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/cbuh/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/tlevine/cbuh" }, "release_url": "https://pypi.org/project/cbuh/0.0.1/", "requires_dist": null, "requires_python": null, "summary": "Tom's contact list", "version": "0.0.1" }, "last_serial": 1317679, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "e98012c8ef9515e2baedab16d9334900", "sha256": "209fb7a60eb468d4b32b2507084041a3a09edef9e2e23f8b5ecae6064450660c" }, "downloads": -1, "filename": "cbuh-0.0.1.tar.gz", "has_sig": false, "md5_digest": "e98012c8ef9515e2baedab16d9334900", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3771, "upload_time": "2014-11-23T06:44:06", "url": "https://files.pythonhosted.org/packages/6a/e6/06f18dbbe9d70584d18f98195fcd78afb4c2afce3e1662f9e54c311978e6/cbuh-0.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "e98012c8ef9515e2baedab16d9334900", "sha256": "209fb7a60eb468d4b32b2507084041a3a09edef9e2e23f8b5ecae6064450660c" }, "downloads": -1, "filename": "cbuh-0.0.1.tar.gz", "has_sig": false, "md5_digest": "e98012c8ef9515e2baedab16d9334900", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3771, "upload_time": "2014-11-23T06:44:06", "url": "https://files.pythonhosted.org/packages/6a/e6/06f18dbbe9d70584d18f98195fcd78afb4c2afce3e1662f9e54c311978e6/cbuh-0.0.1.tar.gz" } ] }