mirror of https://github.com/flaggo/pydu.git
39 lines
1.1 KiB
ReStructuredText
39 lines
1.1 KiB
ReStructuredText
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://travis-ci.org/flaggo/pydu.svg?branch=master
|
|
:target: https://travis-ci.org/flaggo/pydu
|
|
|
|
.. image:: https://coveralls.io/repos/github/flaggo/pydu/badge.svg?branch=master
|
|
:target: https://coveralls.io/github/flaggo/pydu?branch=master
|
|
|
|
|
|
.. 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/>`_ | `中文版 <http://pydu.readthedocs.io/zh/latest>`_.
|