2017-10-06 16:02:10 +00:00
|
|
|
pydu
|
|
|
|
====
|
|
|
|
|
2017-12-16 15:52:57 +00:00
|
|
|
.. 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
|
|
|
|
|
2018-01-07 16:45:09 +00:00
|
|
|
.. image:: https://img.shields.io/travis/flaggo/pydu/master.svg?label=Linux
|
2018-01-03 12:39:44 +00:00
|
|
|
:target: https://travis-ci.org/flaggo/pydu
|
2018-01-03 12:35:07 +00:00
|
|
|
|
2018-01-07 16:45:09 +00:00
|
|
|
.. image:: https://img.shields.io/appveyor/ci/flaggo/pydu/master.svg?label=Windows
|
2018-01-04 15:55:43 +00:00
|
|
|
:target: https://ci.appveyor.com/project/flaggo/pydu
|
|
|
|
|
2018-01-04 15:59:33 +00:00
|
|
|
.. image:: https://codecov.io/github/flaggo/pydu/coverage.svg?branch=master
|
|
|
|
:target: https://codecov.io/github/flaggo/pydu
|
|
|
|
:alt: codecov.io
|
2017-10-06 16:02:10 +00:00
|
|
|
|
2018-01-03 12:42:53 +00:00
|
|
|
.. image:: https://img.shields.io/github/contributors/flaggo/pydu.svg
|
|
|
|
:target: https://github.com/flaggo/pydu/graphs/contributors
|
2017-12-16 15:55:43 +00:00
|
|
|
|
2017-12-16 15:45:01 +00:00
|
|
|
**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.
|
2017-10-06 16:02:10 +00:00
|
|
|
|
2017-12-15 00:32:00 +00:00
|
|
|
|
|
|
|
Installation
|
|
|
|
------------
|
2017-12-16 15:57:23 +00:00
|
|
|
To install pydu, simply:
|
2017-12-16 15:58:32 +00:00
|
|
|
|
2017-12-16 15:57:23 +00:00
|
|
|
.. code-block:: bash
|
2017-12-16 15:45:01 +00:00
|
|
|
|
|
|
|
$ pip install pydu
|
2017-12-15 00:32:00 +00:00
|
|
|
|
|
|
|
|
|
|
|
Document
|
|
|
|
--------
|
2018-05-11 05:01:54 +00:00
|
|
|
Fantastic documentation is available at: `English <https://flaggo.github.io/pydu/>`_ | `中文版 <https://flaggo.github.io/pydu/#/zh-cn/>`_.
|