Metadata-Version: 1.1
Name: Oplop
Version: 1.6.1
Summary: Generate account passwords based on account nicknames and a master password.
Home-page: http://oplop.googlecode.com
Author: Brett Cannon
Author-email: brett@python.org
License: UNKNOWN
Download-URL: http://pypi.python.org/pypi/Oplop
Description: CLI (Command Line Interface) and reference implementation of Oplop
        ==================================================================
        
        Using a single master password and various nicknames, one can create an
        infinite number of unique account passwords. These unique account passwords are
        commonly called password hashes, domain-specific passwords, or per-site
        passwords.
        
        For usage, run ``python -m oplop -h``.
        
        The CLI implementation of Oplop is only one of many implementations. See the
        `project home page <https://github.com/brettcannon/oplop>`__ for the complete list
        of available implementations of Oplop.
        
        
        General
        -------
        
        Project home page: https://github.com/brettcannon/oplop
        
        
        Testing
        -------
        
        Run ``python3 test_main.py``. Do note that Python 3 is required to run the test
        suite.
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Topic :: Security
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.1
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
