Metadata-Version: 1.1
Name: kids.txt
Version: 0.0.1
Summary: Kids Text manipulation helpers.
Home-page: http://github.com/0k/kids.txt
Author: Valentin LAB
Author-email: valentin.lab@kalysto.org
License: UNKNOWN
Description: ========
        kids.txt
        ========
        
        .. image:: https://pypip.in/v/kids.txt/badge.png
            :target: https://pypi.python.org/pypi/kids.txt
        
        .. image:: https://secure.travis-ci.org/0k/kids.txt.png?branch=master
            :target: http://travis-ci.org/0k/kids.txt
        
        
        ``kids.txt`` is a Python library providing helpers to manage text.
        It's part of 'Kids' (for Keep It Dead Simple) library.
        
        It is, for now, a very humble package.
        
        
        Features
        ========
        
        using ``kids.txt``:
        
        - You'll have a ``indent`` command in python 2.7. I now it was included in python 3.3.
        - You'll be able to ``wrap`` text keeping the paragraph separated.
        - have a ``ucfirst`` function.
        
        
        Compatibility
        =============
        
        This code is tested for compatibility with python 2.7 and python >= 3 .
        
        Changelog
        =========
        
        0.0.1 (2014-05-13)
        ------------------
        
        - First import. [Valentin Lab]
        
        
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: BSD License
Classifier: Topic :: Software Development
Classifier: Intended Audience :: Developers
