Metadata-Version: 2.1
Name: passletters
Version: 0.2.1
Summary: Read password from stdin and echo it with letters enumerated. Clear terminal afterwards.
Home-page: http://github.com/inversion/passletters
Author: Andrew Moss
Author-email: andrew@mossage.co.uk
License: The MIT License
Platform: any
Classifier: Programming Language :: Python
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Natural Language :: English
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Utilities
License-File: LICENSE
Requires-Dist: colorama (>=0.3.1)

passletters
===========

Read password from stdin and echo it with letters enumerated (for entry into web prompts). Clear terminal afterwards.

Installation:
```
sudo pip install passletters
```
**NB**: sudo may be needed to install the `passletters` script somewhere in your PATH.

PyPI: https://pypi.python.org/pypi/passletters


