{ "info": { "author": "Thomas Levine", "author_email": "_@thomaslevine.com", "bugtrack_url": null, "classifiers": [ "Programming Language :: Python :: 3.4" ], "description": "Get features of a maildir very quickly, by not opening the files.\n\nAs a side effect, the features reveal little private information.\n\nI made this for my dada portal; I wanted to be able to analyze my\nemails in the context of other things, but I didn't want to have\nsensitive information in my dada portal.\n\nIt implements only a subset of the maildir filename format.\n(http://cr.yp.to/proto/maildir.html).\n\nI use it like this to find only the emails I sent. ::\n\n ./maildir_featurizer.py my-maildir/*/*/Sent/\n\nOr, if you install it, ::\n\n maildir-featurizer my-maildir/*/*/Sent/\n\nOr, from Python, which is how I really use it, ::\n\n from maildir_featurizer import messages\n for message in messages('my-maildir'):\n print(message)\n", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://thomaslevine.com", "keywords": null, "license": "AGPL", "maintainer": null, "maintainer_email": null, "name": "maildir-featurizer", "package_url": "https://pypi.org/project/maildir-featurizer/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/maildir-featurizer/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://thomaslevine.com" }, "release_url": "https://pypi.org/project/maildir-featurizer/0.1/", "requires_dist": null, "requires_python": null, "summary": "Quickly featurize a maildir", "version": "0.1" }, "last_serial": 1540040, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "44a6b7a9242314d6fe9bcf2abf55b2e8", "sha256": "2c52e099f28f7476b04345883c85365bc3a60991286611abd9d2905536fe7e8a" }, "downloads": -1, "filename": "maildir-featurizer-0.1.tar.gz", "has_sig": false, "md5_digest": "44a6b7a9242314d6fe9bcf2abf55b2e8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1900, "upload_time": "2015-05-09T12:20:07", "url": "https://files.pythonhosted.org/packages/7a/b8/9a0a1ef3490525790257694182348f8b696d040cfa4effb9cf59715d279e/maildir-featurizer-0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "44a6b7a9242314d6fe9bcf2abf55b2e8", "sha256": "2c52e099f28f7476b04345883c85365bc3a60991286611abd9d2905536fe7e8a" }, "downloads": -1, "filename": "maildir-featurizer-0.1.tar.gz", "has_sig": false, "md5_digest": "44a6b7a9242314d6fe9bcf2abf55b2e8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1900, "upload_time": "2015-05-09T12:20:07", "url": "https://files.pythonhosted.org/packages/7a/b8/9a0a1ef3490525790257694182348f8b696d040cfa4effb9cf59715d279e/maildir-featurizer-0.1.tar.gz" } ] }