{ "info": { "author": "Sami Salkosuo", "author_email": "dev@rnd-dev.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Console", "Intended Audience :: Developers", "Intended Audience :: End Users/Desktop", "License :: OSI Approved :: MIT License", "Natural Language :: English", "Operating System :: OS Independent", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3 :: Only", "Topic :: Security", "Topic :: Utilities" ], "description": "Command Line Password Manager\n=============================\n\nCommand Line Password Manager is a tool to manage accounts/passwords in the command line. \nAll accounts/passwords are stored in an encrypted file, protected by user given passphrase.\n\nEncryption/decryption is done using Python cryptography library: https://cryptography.io/en/latest/.\n\nRequirements\n------------\n\nCLI Password Manager requires Python 3.4.3 (or later). Python packages *cryptography* and *pyperclip* are required. Command line password generator, *pwgen* (http://sourceforge.net/projects/pwgen/), is not required but recommended.\n\nUse environment variable CLIPWDMGR_FILE to specify path and file of your password file.\nThere is no default location for password file, so you need to specify it before executing\nclipwdmgr. Reason for this is that password file could be in Dropbox or other directory\nand shared across many computers.\n\nDevelopment and testing has been done using Windows 7 & Cygwin (64bit) and latest OS X & Brew.\n\n\nInstall\n-------\n\nInstall latest version: **pip install clipwdmgr**.\n\nor do it in steps (to avoid known problems):\n\n- Install pyperclip: **pip install pyperclip**\n- Install cryptography: **pip install cryptography**\n- Install clipwdmgr: **pip install clipwdmgr**\n\n**Known problem: Mac OS X**\n\nWhen using Mac OS X El Capitan: install may fail with error: *fatal error: 'openssl/aes.h' file not found*.\nFix this by first installing OpenSSL using Homebrew and executing command::\n\n\tenv LDFLAGS=\"-L$(brew --prefix openssl)/lib\" CFLAGS=\"-I$(brew --prefix openssl)/include\" pip install cryptography\n\nand then using: *pip install clipwdmgr*\n\nOr, specifying only binary for cryptography **pip install clipwdmgr --only-binary cryptography** should work too.\n\nSee here: https://github.com/pyca/cryptography/issues/2350.\n\n**Known problem: MS Windows**\n\nWhen using pip install in Windows and Cygwin, install may fail to with error: *error: Setup script exited with error: Unable to find vcvarsall.bat*.\n\nWorkaround is to install prereq cryptography before clipwdmgr: **pip install cryptography**. Specifying only binary for cryptography **pip install clipwdmgr --only-binary cryptography** may also work.\n\nUsage\n-----\n\nExecute clipwdmgr and a simple shell opens. Start by adding new account using 'add' command.\n\nType 'help' to get list of available commands.\nCommands include: add, view, search, edit, list, pwd, pwgen and others.\n\nShell is very basic but serves it's purpose. When you have added accounts you can view them using::\n\n\tview startofaccountname\n\nView-command takes the start of account name and prints out all matching accounts and copies password\nto clipboard.\n\nSearch-command searches all accounts by name, url or comment::\n\n\tsearch partofname\n\n\nList-command lists all accounts::\n\n\tlist\n\n\nAbout\n-----\n\nSome words about the origins of CLI Password Manager: http://sami.salkosuo.net/cli-password-manager/\nand some other words about v0.4 http://sami.salkosuo.net/cli-password-manager-v0-4/.", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/samisalkosuo/clipasswordmgr", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "clipwdmgr", "package_url": "https://pypi.org/project/clipwdmgr/", "platform": "", "project_url": "https://pypi.org/project/clipwdmgr/", "project_urls": { "Homepage": "https://github.com/samisalkosuo/clipasswordmgr" }, "release_url": "https://pypi.org/project/clipwdmgr/0.11/", "requires_dist": null, "requires_python": "", "summary": "Command Line Password Manager.", "version": "0.11" }, "last_serial": 2621744, "releases": { "0.11": [ { "comment_text": "", "digests": { "md5": "bde2eaf0726c07d29afb10f5656bbd08", "sha256": "cfebde0f07c3c4a725e2d14e3035f383751900bdebfb2726ad3858c83d10b69b" }, "downloads": -1, "filename": "clipwdmgr-0.11.tar.gz", "has_sig": false, "md5_digest": "bde2eaf0726c07d29afb10f5656bbd08", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 16674, "upload_time": "2017-02-06T07:16:10", "url": "https://files.pythonhosted.org/packages/b6/c6/75e24eec2dbfea2560ee3730dfca0def9f470c10a9c006e40e7e51a0d981/clipwdmgr-0.11.tar.gz" } ], "0.9": [ { "comment_text": "", "digests": { "md5": "50a4d6bc6c86e72bbaae9969a4bed714", "sha256": "d544cab12a28e95525a4baef27ca1450cfd981383d21cebfee4e7bc78ec2d4c3" }, "downloads": -1, "filename": "clipwdmgr-0.9.tar.gz", "has_sig": false, "md5_digest": "50a4d6bc6c86e72bbaae9969a4bed714", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14002, "upload_time": "2016-01-14T20:54:53", "url": "https://files.pythonhosted.org/packages/95/31/dd66b51ce82d7fef26bd9a7c59c2da3769f403c9bbaaa0b5417b955a9f05/clipwdmgr-0.9.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "bde2eaf0726c07d29afb10f5656bbd08", "sha256": "cfebde0f07c3c4a725e2d14e3035f383751900bdebfb2726ad3858c83d10b69b" }, "downloads": -1, "filename": "clipwdmgr-0.11.tar.gz", "has_sig": false, "md5_digest": "bde2eaf0726c07d29afb10f5656bbd08", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 16674, "upload_time": "2017-02-06T07:16:10", "url": "https://files.pythonhosted.org/packages/b6/c6/75e24eec2dbfea2560ee3730dfca0def9f470c10a9c006e40e7e51a0d981/clipwdmgr-0.11.tar.gz" } ] }