pydu/README.rst

42 lines
1.3 KiB
ReStructuredText
Raw Normal View History

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-03 12:39:44 +00:00
.. image:: https://travis-ci.org/flaggo/pydu.svg?branch=master
:target: https://travis-ci.org/flaggo/pydu
2018-01-03 12:35:07 +00:00
2018-01-04 15:55:43 +00:00
.. image:: https://ci.appveyor.com/api/projects/status/github/flaggo/pydu?branch=master&svg=true
:target: https://ci.appveyor.com/project/flaggo/pydu
2018-01-03 12:35:07 +00:00
.. image:: https://coveralls.io/repos/github/flaggo/pydu/badge.svg?branch=master
:target: https://coveralls.io/github/flaggo/pydu?branch=master
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
--------
2017-12-16 15:45:01 +00:00
Fantastic documentation is available at: `English <http://pydu.readthedocs.io/>`_ | `中文版 <http://pydu.readthedocs.io/zh/latest>`_.