Metadata-Version: 2.2
Name: loremipsum
Version: 1.0.5
Home-page: http://projects.monkeython.com/loremipsum
Author: Luca De Vitis
Author-email: luca@monkeython.com
Keywords: lorem,ipsum,text,generator
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: Jython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: home-page
Dynamic: keywords

.. image:: https://travis-ci.org/monkeython/loremipsum.svg?branch=master
    :target: https://travis-ci.org/monkeython/loremipsum
    :alt: Build status

.. image:: https://readthedocs.org/projects/loremipsum/badge/?version=latest
    :target: http://loremipsum.readthedocs.org/en/latest/
    :alt: Documentation status

.. image:: https://pypip.in/download/loremipsum/badge.svg?period=month
    :target: https://pypi.python.org/pypi/loremipsum/
    :alt: Downloads

.. image:: https://pypip.in/version/loremipsum/badge.svg?text=pypi
    :target: https://pypi.python.org/pypi/loremipsum/
    :alt: Latest Version

.. image:: https://pypip.in/status/loremipsum/badge.svg
    :target: https://pypi.python.org/pypi/loremipsum/
    :alt: Development Status

.. image:: https://pypip.in/py_versions/loremipsum/badge.svg
    :target: https://pypi.python.org/pypi/loremipsum/
    :alt: Supported Python versions

.. image:: https://pypip.in/egg/loremipsum/badge.svg
    :target: https://pypi.python.org/pypi/loremipsum/
    :alt: Egg Status

.. image:: https://pypip.in/wheel/loremipsum/badge.svg
    :target: https://pypi.python.org/pypi/loremipsum/
    :alt: Wheel Status

.. .. image:: https://pypip.in/license/loremipsum/badge.svg
..     :target: https://pypi.python.org/pypi/loremipsum/
..     :alt: License
.. 
.. .. image:: https://pypip.in/implementation/loremipsum/badge.svg
..     :target: https://pypi.python.org/pypi/loremipsum/
..     :alt: Supported Python implementations

The purpose of this package is to generate random (plausible) text sentences
and paargraphs based on a dictionary and a sample text. By default this package
will generate `Lorem Ipsum`_ style text, but you can customize the generator to
effectively load any dictionary and any sample text you like.

This package has en extensive docstring documentation, so you can read more on
the online documentation or in the python interactive shell as well.

.. _`Lorem Ipsum`: http://en.wikipedia.org/wiki/Lorem_ipsum
