Metadata-Version: 1.1
Name: pydu
Version: 0.6.2
Summary: Useful data structures, utils for Python.
Home-page: https://github.com/Prodesire/pydu
Author: Prodesire
Author-email: wangbinxin001@126.com
License: MIT License
Description-Content-Type: UNKNOWN
Description: pydu
        ====
        
        .. image:: https://img.shields.io/pypi/v/pydu.svg
            :target: https://pypi.python.org/pypi/pydu
        
        .. image:: https://img.shields.io/pypi/l/pydu.svg
            :target: https://pypi.python.org/pypi/pydu
        
        .. image:: https://img.shields.io/pypi/pyversions/pydu.svg
            :target: https://pypi.python.org/pypi/pydu
        
        .. image:: https://img.shields.io/travis/flaggo/pydu/master.svg?label=Linux
            :target: https://travis-ci.org/flaggo/pydu
        
        .. image:: https://img.shields.io/appveyor/ci/flaggo/pydu/master.svg?label=Windows
            :target: https://ci.appveyor.com/project/flaggo/pydu
        
        .. image:: https://codecov.io/github/flaggo/pydu/coverage.svg?branch=master
            :target: https://codecov.io/github/flaggo/pydu
            :alt: codecov.io
        
        .. image:: https://img.shields.io/github/contributors/flaggo/pydu.svg
            :target: https://github.com/flaggo/pydu/graphs/contributors
        
        **pydu** (python data structures and utils) is a library of useful data structures and utils
        for Python 2 and 3, which collected from open source projects and created by contributors.
        
        
        Installation
        ------------
        To install pydu, simply:
        
        .. code-block:: bash
        
            $ pip install pydu
        
        
        Document
        --------
        Fantastic documentation is available at: `English <http://pydu.readthedocs.io/en/stable>`_ | `中文版 <http://pydu.readthedocs.io/zh/stable>`_.
        
Platform: UNKNOWN
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: Implementation
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Software Development :: Libraries
