
=======================================
grampg: Grumpy Admin Password Generator
=======================================

*Copyright 2012 Elvio Toccalino.*


INSTALLATION
============

**grampg** is available at PyPI. To install it just use pip::

  pip install grampg

And then import grampg in your code to use your specs and generate passwords, like so::

  from grampg import PasswordGenerator
  gen = passwordGenerator().of().exactly(3, 'numbers').done()

For full documentation on usage check the docs and grampg/docs.


DOCUMENTATION
=============

The code is thoroughly self-documented, but sphinx generated docs are also available. Check the grampg/docs/README.txt file for details on how to build the HTML version.
