Metadata-Version: 1.1
Name: flattenit
Version: 0.1.0
Summary: Flatten a 2D list of lists
Home-page: https://github.com/purpleviolet/flattenit
Author: Diane Chen
Author-email: purplediane.chen@gmail.com
License: MIT license
Description: =========
        flattenit
        =========
        
        
        .. image:: https://img.shields.io/pypi/v/flattenit.svg
                :target: https://pypi.python.org/pypi/flattenit
        
        .. image:: https://img.shields.io/travis/purpleviolet/flattenit.svg
                :target: https://travis-ci.org/purpleviolet/flattenit
        
        .. image:: https://readthedocs.org/projects/flattenit/badge/?version=latest
                :target: https://flattenit.readthedocs.io/en/latest/?badge=latest
                :alt: Documentation Status
        
        
        
        
        Flatten a 2D list of lists
        
        
        * Free software: MIT license
        * Documentation: https://flattenit.readthedocs.io.
        
        
        Features
        --------
        
        * Contains function ``flattenit`` that when given a 2-D list of lists, returns a single list of all the elements from the input list of lists.
        
        Credits
        -------
        
        This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.
        
        .. _Cookiecutter: https://github.com/audreyr/cookiecutter
        .. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage
        
        
        =======
        History
        =======
        
        0.1.0 (2018-10-13)
        ------------------
        
        * First release on PyPI.
        
Keywords: flattenit
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
