{ "info": { "author": "W. Trevor King", "author_email": "wking@tremily.us", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: End Users/Desktop", "License :: OSI Approved :: GNU General Public License (GPL)", "License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)", "Operating System :: OS Independent", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Topic :: Communications :: Email" ], "description": "Mutt-LDAP provides an `external address query script`_ for Mutt_ which\nconnects to LDAP_ databases using python-ldap_. It can cache queries\nlocally in case your LDAP server is slow or not always available,\nexpiring cached queries after a configurable amount of time.\n\nInstallation\n============\n\nPackages\n--------\n\nGentoo\n~~~~~~\n\nI've packaged Mutt-LDAP for Gentoo_. You need layman_ and my `wtk\noverlay`_. Install with::\n\n # emerge -av app-portage/layman\n # layman --add wtk\n # emerge -av mail-client/mutt-ldap\n\nDependencies\n------------\n\nIf you're installing by hand or packaging Mutt-LDAP for another\ndistribution, you'll need the following dependencies:\n\n============ ================ =========== ======================\nPackage Purpose Debian_ Gentoo_\n============ ================ =========== ======================\npython-ldap_ LDAP connections python-ldap dev-python/python-ldap\n============ ================ =========== ======================\n\nInstalling by hand\n------------------\n\nMutt-LDAP is available as a Git_ repository::\n\n $ git clone git://tremily.us/mutt-ldap.git\n\nIt is also mirrored on GitHub_. To install the checkout, run the\nstandard::\n\n $ python setup.py install\n\nor you can just copy ``mutt_ldap.py`` into to your ``PATH``.\n\nUsage\n=====\n\nAdd the following line to your ``~/.muttrc``::\n\n set query_command = \"mutt_ldap.py '%s'\"\n\nSearch for addresses (from Mutt_) with ``^t``, optionally after typing\npart of the name. Configure your connection by creating\n``~/.mutt-ldap.rc`` contaning something like::\n\n [connection]\n server = myserver.example.net\n basedn = ou=people,dc=example,dc=net\n\nSee the ``CONFIG`` options in ``mutt_ldap.py`` for other available\nsettings.\n\nLicence\n=======\n\nThis project is distributed under the `GNU General Public License\nVersion 3`_ or greater.\n\nBugs\n====\n\nUse the `GitHub issue tracker`_ to submit bugs.\n\nRelated work\n============\n\n`mutt_ldap_query`_ is a Perl script with a similar purpose.\n\n.. _external address query script:\n http://www.mutt.org/doc/manual/manual-4.html#ss4.5\n.. _Mutt: http://www.mutt.org/\n.. _LDAP: http://en.wikipedia.org/wiki/Lightweight_Directory_Access_Protocol\n.. _python-ldap: http://www.python-ldap.org/\n.. _Gentoo: http://www.gentoo.org/\n.. _layman: http://layman.sourceforge.net/\n.. _wtk overlay: http://blog.tremily.us/posts/Gentoo_overlay/\n.. _Debian: http://www.debian.org/\n.. _Git: http://git-scm.com/\n.. _GNU General Public License Version 3: http://www.gnu.org/licenses/gpl.html\n.. _GitHub: https://github.com/wking/mutt-ldap\n.. _GitHub issue tracker: https://github.com/wking/mutt-ldap/issues\n.. _mutt_ldap_query: ftp://ftp.mutt.org/pub/mutt/contrib/mutt_ldap_query.README", "description_content_type": null, "docs_url": null, "download_url": "http://git.tremily.us/?p=mutt-ldap.git;a=snapshot;h=v0.1;sf=tgz", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://blog.tremily.us/posts/mutt-ldap/", "keywords": null, "license": "GNU General Public License (GPL)", "maintainer": null, "maintainer_email": null, "name": "mutt-ldap", "package_url": "https://pypi.org/project/mutt-ldap/", "platform": "all", "project_url": "https://pypi.org/project/mutt-ldap/", "project_urls": { "Download": "http://git.tremily.us/?p=mutt-ldap.git;a=snapshot;h=v0.1;sf=tgz", "Homepage": "http://blog.tremily.us/posts/mutt-ldap/" }, "release_url": "https://pypi.org/project/mutt-ldap/0.1/", "requires_dist": null, "requires_python": null, "summary": "LDAP address searches for Mutt", "version": "0.1" }, "last_serial": 795112, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "3ba6ccb52b222d6f50db382553543667", "sha256": "40cbbfa7adebb2026d34b8a553d089e13a7676dd7dabd7d7b9ce370ee1c62041" }, "downloads": -1, "filename": "mutt-ldap-0.1.tar.gz", "has_sig": false, "md5_digest": "3ba6ccb52b222d6f50db382553543667", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17608, "upload_time": "2013-01-20T20:00:23", "url": "https://files.pythonhosted.org/packages/4d/8f/907bcc2f24c7032b6d05e35c766ccfe1287c13b51682a8012d942baf410a/mutt-ldap-0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "3ba6ccb52b222d6f50db382553543667", "sha256": "40cbbfa7adebb2026d34b8a553d089e13a7676dd7dabd7d7b9ce370ee1c62041" }, "downloads": -1, "filename": "mutt-ldap-0.1.tar.gz", "has_sig": false, "md5_digest": "3ba6ccb52b222d6f50db382553543667", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17608, "upload_time": "2013-01-20T20:00:23", "url": "https://files.pythonhosted.org/packages/4d/8f/907bcc2f24c7032b6d05e35c766ccfe1287c13b51682a8012d942baf410a/mutt-ldap-0.1.tar.gz" } ] }