Metadata-Version: 1.1
Name: pydash
Version: 2.4.1
Summary: A utility library for doing "stuff" in a functional way. Based on the Lo-Dash Javascript library.
Home-page: https://github.com/dgilland/pydash
Author: Derrick Gilland
Author-email: dgilland@gmail.com
License: MIT License
Description: ******
        pydash
        ******
        
        |version| |travis| |coveralls| |license|
        
        A utility library for doing "stuff" in a functional way. Based on the `Lo-Dash <http://lodash.com/>`_  Javascript library.
        
        
        Links
        =====
        
        - Project: https://github.com/dgilland/pydash
        - Documentation: http://pydash.readthedocs.org
        - PyPi: https://pypi.python.org/pypi/pydash/
        - TravisCI: https://travis-ci.org/dgilland/pydash
        
        
        .. |version| image:: http://img.shields.io/pypi/v/pydash.svg?style=flat
            :target: https://pypi.python.org/pypi/pydash/
        
        .. |travis| image:: http://img.shields.io/travis/dgilland/pydash/master.svg?style=flat
            :target: https://travis-ci.org/dgilland/pydash
        
        .. |coveralls| image:: http://img.shields.io/coveralls/dgilland/pydash/master.svg?style=flat
            :target: https://coveralls.io/r/dgilland/pydash
        
        .. |license| image:: http://img.shields.io/pypi/l/pydash.svg?style=flat
            :target: https://pypi.python.org/pypi/pydash/
        
Keywords: utility functional lodash underscore
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: License :: OSI Approved :: MIT License
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Utilities
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
