{ "info": { "author": "Anthon van der Neut", "author_email": "a.van.der.neut@ruamel.eu", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: Other/Proprietary License", "Operating System :: OS Independent", "Programming Language :: Python" ], "description": "the standard library ``pwd``, ``grp`` and ``spwd`` are hard wired\nto use ``/etc/passwd``, ``/etc/group`` and ``/etc/shadow`` respectively.\n\nThat makes them useless for managing these files when they reside somewhere else,\nwhich is e.g. the case when using ``libnss``.\n\nThis library reimplements the functionality by creating three classes that default\nto opening the files under `/etc`, but which can be given explicit paths.\n\nThe original module level routines are now methods on the instances that return named tuples\nwith the fieldnames being the same as those from the stdlib modules.\n\nThis library uses the new (corrected) names for the fields. In particular ``sp_namep`` and\n``sp_pwdp`` as used in Python 3 instead of the versions without trailing ``p`` from 2.7", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://bitbucket.org/ruamel/nss", "keywords": "", "license": "Copyright Ruamel bvba 2007-2016", "maintainer": "", "maintainer_email": "", "name": "ruamel.nss", "package_url": "https://pypi.org/project/ruamel.nss/", "platform": "", "project_url": "https://pypi.org/project/ruamel.nss/", "project_urls": { "Homepage": "https://bitbucket.org/ruamel/nss" }, "release_url": "https://pypi.org/project/ruamel.nss/0.1.2/", "requires_dist": null, "requires_python": "", "summary": "managing passwd, group and shadow under /etc, /usr/lib/extrausers, etc.", "version": "0.1.2" }, "last_serial": 4431707, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "3136ff9b29a1393e7cbbdeda243b9e5d", "sha256": "d9f5c9fad3a691411c6fd88348bb2c03b5a2d51dcfc810a03ac79f86cdaa95dd" }, "downloads": -1, "filename": "ruamel.nss-0.1.0.tar.gz", "has_sig": false, "md5_digest": "3136ff9b29a1393e7cbbdeda243b9e5d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11031, "upload_time": "2016-03-28T12:56:01", "url": "https://files.pythonhosted.org/packages/d0/04/84cb0cb6d841ec357c7f35f53ae85dece81e1639d16c99d20abc4a096c41/ruamel.nss-0.1.0.tar.gz" } ], "0.1.0.dev0": [], "0.1.2": [ { "comment_text": "", "digests": { "md5": "62b5b0a1b34cc2a28797085898d41f22", "sha256": "6b26a46d056990242ba4b7020a8e3cc2a9cfbec82f9743d105ede6fff38de676" }, "downloads": -1, "filename": "ruamel.nss-0.1.2.tar.gz", "has_sig": false, "md5_digest": "62b5b0a1b34cc2a28797085898d41f22", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11138, "upload_time": "2018-10-30T14:08:56", "url": "https://files.pythonhosted.org/packages/e2/a0/c563e054172c77dc8209d4908c9f0b0034fe12fe224d81938eefb3916b5e/ruamel.nss-0.1.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "62b5b0a1b34cc2a28797085898d41f22", "sha256": "6b26a46d056990242ba4b7020a8e3cc2a9cfbec82f9743d105ede6fff38de676" }, "downloads": -1, "filename": "ruamel.nss-0.1.2.tar.gz", "has_sig": false, "md5_digest": "62b5b0a1b34cc2a28797085898d41f22", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11138, "upload_time": "2018-10-30T14:08:56", "url": "https://files.pythonhosted.org/packages/e2/a0/c563e054172c77dc8209d4908c9f0b0034fe12fe224d81938eefb3916b5e/ruamel.nss-0.1.2.tar.gz" } ] }