{ "info": { "author": "Honza Pokorny", "author_email": "me@honza.ca", "bugtrack_url": null, "classifiers": [], "description": "Pannote\n=======\n\nInstallation\n------------\n\n```\n$ brew install xapian --with-python\n$ pip install pannote\n```\n\nUsage\n-----\n\nGiven a directory of text files, pannote will go and index those files using\nxapian. It uses an English stemmer. Then you give it a term and it will find\nall matching files. Each time it runs, it reindexes everything and deletes the\ndatabase.\n\n```\n$ pannote --help\n\nUsage: pannote [OPTIONS] DIRECTORY TERM\n\n A simple program that indexes a directory of text files and allows you to\n search it\n\nOptions:\n -0, --print0 separate matches with a null byte in output\n --help Show this message and exit.\n```\n\nPannote works really well with Facebook's [PathPicker][1].\n\n\n```\n$ pannote /path/to/notes \"isomorphic\" | fpp\n```\n\n[1]: https://github.com/facebook/pathpicker/\n\nLicense\n-------\n\nGPLv3", "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/honza/pannote", "keywords": null, "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "pannote", "package_url": "https://pypi.org/project/pannote/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/pannote/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/honza/pannote" }, "release_url": "https://pypi.org/project/pannote/0.2.0/", "requires_dist": null, "requires_python": null, "summary": "Save notes in markdown and search them", "version": "0.2.0" }, "last_serial": 1957655, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "0f2146cad9daf3cee3a2bf17bb7bcea0", "sha256": "b31f16cf87b959e9a0cd5bf9452af2e5a5b1adbc9e8cd311f5704bc3f72be567" }, "downloads": -1, "filename": "pannote-0.1.0.tar.gz", "has_sig": false, "md5_digest": "0f2146cad9daf3cee3a2bf17bb7bcea0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2560, "upload_time": "2015-05-23T00:34:41", "url": "https://files.pythonhosted.org/packages/fb/02/1e1f2f10e0c9bb777e4977408c02327696d14251d55ab39ba25070908114/pannote-0.1.0.tar.gz" } ], "0.2.0": [ { "comment_text": "", "digests": { "md5": "7c14ccd3d1049d485bbe27c5a5c9a131", "sha256": "680655d9fbf20122731b27a68a34dc94cf955d3e8abe788ea2b871ac9a5b9df7" }, "downloads": -1, "filename": "pannote-0.2.0.tar.gz", "has_sig": false, "md5_digest": "7c14ccd3d1049d485bbe27c5a5c9a131", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14695, "upload_time": "2016-02-15T17:13:46", "url": "https://files.pythonhosted.org/packages/79/15/587c74a5c0fd50882233cce5cbb536110094af2ab6031f025c63a374bfdd/pannote-0.2.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "7c14ccd3d1049d485bbe27c5a5c9a131", "sha256": "680655d9fbf20122731b27a68a34dc94cf955d3e8abe788ea2b871ac9a5b9df7" }, "downloads": -1, "filename": "pannote-0.2.0.tar.gz", "has_sig": false, "md5_digest": "7c14ccd3d1049d485bbe27c5a5c9a131", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14695, "upload_time": "2016-02-15T17:13:46", "url": "https://files.pythonhosted.org/packages/79/15/587c74a5c0fd50882233cce5cbb536110094af2ab6031f025c63a374bfdd/pannote-0.2.0.tar.gz" } ] }