{ "info": { "author": "Felix Hummel", "author_email": "felix@felixhummel.de", "bugtrack_url": null, "classifiers": [], "description": "pwman\n=====\nManage Nginx basic auth files.\n\nImplements a subset of commands from ``htpasswd``.\n\nWrites SSHA hashes.\n\n\nDependencies\n------------\nPython 2.7 and libzip headers.\n\nUbuntu::\n\n sudo apt-get install libzip-dev\n\n`Virtualenv `__ (optional)::\n\n sudo apt-get install python-virtualenv\n\n\nInstall\n-------\nFor the current user (recommended)::\n\n pip install --user pwman\n # make sure you have $HOME/.local/bin on your PATH\n pwman --help\n\nIn a virtualenv::\n\n # create virtualenv\n mkdir -p ~/lib/python\n virtualenv ~/lib/python/pwman\n\n # install using virtualenv's pip (>= 0.8.2)\n ~/lib/python/pwman/bin/pip install pwman\n\n # add ~/bin to your PATH if you have not done so already\n cd ~/bin\n ln -s ~/lib/python/pwman/bin/pwman\n\n pwman --help\n\nSystem-wide::\n\n sudo pip install pwman\n pwman --help\n\nTested on vanilla Ubuntu 12.04 Server.\n\n\nUninstall\n---------\nThe virtual env::\n\n rm -r ~/bin/pwman ~/lib/python/pwman\n\n\nDevelop\n-------\nFirst timer::\n\n virtualenv .virtualenv\n source .virtualenv/bin/activate\n python setup.py develop\n\nNext time::\n\n source .virtualenv/bin/activate\n\n\nTesting\n-------\nThis project uses `tox `__.\n\nInstall tox::\n\n sudo apt-get install tox\n\nRun::\n\n tox\n\nThis creates a virtualenvs for all supported versions (see `tox.ini`) and runs all tests.\n\n- Coverage docs: http://nedbatchelder.com/code/coverage/\n\n.. vim: set ft=rst :", "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/felixhummel/pwman", "keywords": null, "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "pwman", "package_url": "https://pypi.org/project/pwman/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/pwman/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/felixhummel/pwman" }, "release_url": "https://pypi.org/project/pwman/2.0.0/", "requires_dist": null, "requires_python": null, "summary": "Manage Nginx basic auth files. Think htpasswd as lib. Writes SSHA hashes.", "version": "2.0.0" }, "last_serial": 1673766, "releases": { "1.0.1": [ { "comment_text": "", "digests": { "md5": "763ed7b70eafe9c7ffde708d55999958", "sha256": "bd1f90c6efe7626e0da66bac7a058379620dcc45ac19ddd2c4bc60386c9a6a2d" }, "downloads": -1, "filename": "pwman-1.0.1.tar.gz", "has_sig": false, "md5_digest": "763ed7b70eafe9c7ffde708d55999958", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3413, "upload_time": "2013-03-28T13:53:59", "url": "https://files.pythonhosted.org/packages/5d/57/66735dc381302adf9f509acf6dde770f57a587d7d6b2c59477eb2f170b49/pwman-1.0.1.tar.gz" } ], "2.0.0": [ { "comment_text": "", "digests": { "md5": "b892f67452b143d1482ba8a85c4d8def", "sha256": "695b637cb22d9e7f8c4ba60145c7f8983813713d59bd1a753ad5f17d8cfbe199" }, "downloads": -1, "filename": "pwman-2.0.0.tar.gz", "has_sig": false, "md5_digest": "b892f67452b143d1482ba8a85c4d8def", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3608, "upload_time": "2015-08-11T21:52:09", "url": "https://files.pythonhosted.org/packages/a6/80/b715a8e0cd07dc3f449d6ba860904642add1b6fb4c71bb3af323f17104c0/pwman-2.0.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "b892f67452b143d1482ba8a85c4d8def", "sha256": "695b637cb22d9e7f8c4ba60145c7f8983813713d59bd1a753ad5f17d8cfbe199" }, "downloads": -1, "filename": "pwman-2.0.0.tar.gz", "has_sig": false, "md5_digest": "b892f67452b143d1482ba8a85c4d8def", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3608, "upload_time": "2015-08-11T21:52:09", "url": "https://files.pythonhosted.org/packages/a6/80/b715a8e0cd07dc3f449d6ba860904642add1b6fb4c71bb3af323f17104c0/pwman-2.0.0.tar.gz" } ] }