Metadata-Version: 1.1
Name: loremipsum
Version: 2.0.0b2
Summary: .. image:: https://travis-ci.org/monkeython/loremipsum.svg?branch=master
Home-page: https://github.com/monkeython/loremipsum
Author: Luca De Vitis
Author-email: luca@monkeython.com
License: UNKNOWN
Description: .. image:: https://travis-ci.org/monkeython/loremipsum.svg?branch=master
            :target: https://travis-ci.org/monkeython/loremipsum
            :alt: Build status
        
        .. image:: https://coveralls.io/repos/monkeython/loremipsum/badge.png?branch=master
            :target: https://coveralls.io/r/monkeython/loremipsum?branch=master
            :alt: Test coverage
        
        .. image:: https://readthedocs.org/projects/loremipsum/badge/?version=latest&style=default
            :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 pargraphs based on a lexicon, a sample text, and a list of characted used
        as word or sentence delimiters. By default this package will generate `Lorem
        Ipsum`_ style text, but you can customize the generator to effectively load any
        sample text you like.
        
        You can read more on `Pythonhosted`_ or `Read the Docs`_. Since this package
        has en extensive docstring documentation as well as code comments, you can
        read more browsing the source code or in the python interactive shell.
        
        .. _`Pythonhosted`: http://pythonhosted.org/loremipsum
        .. _`Read the Docs`: http://loremipsum.readthedocs.org
        .. _`Lorem Ipsum`: http://en.wikipedia.org/wiki/Lorem_ipsum
        
Keywords: lorem,ipsum,text,generator
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2.6
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
