{ "info": { "author": "Wijnand Modderman-Lenstra", "author_email": "maze@pyth0n.org", "bugtrack_url": null, "classifiers": [], "description": "========\n getent\n========\n\nPython interface to the POSIX getent family of commands (getpwent, getgrent, getnetent, etc.)\n\n\nUsage\n=====\n\nHere a few examples.\n\nLoad the interface::\n\n >>> import getent\n\nDoing a passwd lookup::\n\n >>> print dict(getent.passwd('root'))\n {'dir': '/root',\n 'gecos': 'root',\n 'gid': 0,\n 'name': 'root',\n 'password': 'x',\n 'shell': '/bin/bash',\n 'uid': 0}\n\nDoing a group lookup::\n\n >>> print dict(getent.group('root'))\n {'gid': 0, 'members': [], 'name': 'root', 'password': 'x'}\n\n\nBugs\n====\n\nPlease use the `bug tracker at GitHub`_ for bugs or feature requests.\n\n.. _bug tracker at GitHub: https://github.com/tehmaze/getent/issues\n\n\nAuthors\n=======\n\n* `Wijnand Modderman-Lenstra `_\n* Thomas Kula\n* `Olivier Cort\u00e8s `_", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "UNKNOWN", "keywords": "getent group passwd shadow network alias host", "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "getent", "package_url": "https://pypi.org/project/getent/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/getent/", "project_urls": { "Download": "UNKNOWN", "Homepage": "UNKNOWN" }, "release_url": "https://pypi.org/project/getent/0.2/", "requires_dist": null, "requires_python": null, "summary": "Python interface to the POSIX getent family of commands", "version": "0.2" }, "last_serial": 738864, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "6ccaeb58538b34601feba0a2359dbc45", "sha256": "5298c05423dc874100786d4fc0862d848c5062728dd1f6e647dabfdf7ca4467e" }, "downloads": -1, "filename": "getent-0.1.tar.gz", "has_sig": false, "md5_digest": "6ccaeb58538b34601feba0a2359dbc45", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4665, "upload_time": "2011-12-09T17:37:06", "url": "https://files.pythonhosted.org/packages/82/5b/13970ba1633db7203e8b927e73846fce4f8cea13a8dc056043e44e7dc806/getent-0.1.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "0d8c178406e8a5214290a0e4abbb2328", "sha256": "fff87d2bbd00b5463a2c6aab602460814bbfcc39294461a32aaf67416cd6f98e" }, "downloads": -1, "filename": "getent-0.1.1.tar.gz", "has_sig": false, "md5_digest": "0d8c178406e8a5214290a0e4abbb2328", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4549, "upload_time": "2012-09-07T08:51:55", "url": "https://files.pythonhosted.org/packages/9d/0a/51513701a143e1d83d649cf1b2769599d0749bc4fc92442a37a0599daec0/getent-0.1.1.tar.gz" } ], "0.2": [ { "comment_text": "", "digests": { "md5": "b777f87ec6b19eb38679e9f602c0f062", "sha256": "cde348284c9840261cfae81c03775d7e25fd0f88dc6f83d061ebc7e5b8e2c2de" }, "downloads": -1, "filename": "getent-0.2.tar.gz", "has_sig": false, "md5_digest": "b777f87ec6b19eb38679e9f602c0f062", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10207, "upload_time": "2013-04-19T10:00:58", "url": "https://files.pythonhosted.org/packages/e4/d3/ad4388ca60de7b220d89df32c96a8d4e7b96d53ccf02ad390d7255220ebd/getent-0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "b777f87ec6b19eb38679e9f602c0f062", "sha256": "cde348284c9840261cfae81c03775d7e25fd0f88dc6f83d061ebc7e5b8e2c2de" }, "downloads": -1, "filename": "getent-0.2.tar.gz", "has_sig": false, "md5_digest": "b777f87ec6b19eb38679e9f602c0f062", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10207, "upload_time": "2013-04-19T10:00:58", "url": "https://files.pythonhosted.org/packages/e4/d3/ad4388ca60de7b220d89df32c96a8d4e7b96d53ccf02ad390d7255220ebd/getent-0.2.tar.gz" } ] }