Metadata-Version: 2.0
Name: passme
Version: 0.1
Summary: Password management with command line
Home-page: https://github.com/sekika/passme
Author: Katsutoshi Seki
Author-email: UNKNOWN
License: MIT
Description-Content-Type: UNKNOWN
Keywords: password
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: End Users/Desktop
Classifier: Topic :: Security
Classifier: Topic :: Security :: Cryptography
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Requires-Python: >=3.4
Requires-Dist: ConfigObj
Requires-Dist: clipboard

Passme: Password management with command line
=======================

Passme is a password management tool with command line or web browzer. It helps you generate strong passwords for many sites. It generates password every time from a site-specific seed (sitekey) stored in the configuration file (sitekey file) and a master password that you memorize and type every time.

Features
---------------

- Easy to use from command line. Best fit for programmers.
- HTML file can be created to generate the passwords from your mobile devices.
- Site-specific seeds are stored in a single text file and can be managed easily.

Basic usage
---------------

.. code-block::

 > passme google
 Master password: (input master password)
 OT9BD5h6cHmWlN
 Password copied to clipboard.

Full document
---------------

See full document at:

https://github.com/sekika/passme/blob/master/passme/doc/README.rst


