pydu/README.rst

39 lines
1.2 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
2017-10-06 16:02:10 +00:00
.. image:: https://travis-ci.org/Prodesire/pydu.svg?branch=master
:target: https://travis-ci.org/Prodesire/pydu
.. image:: https://coveralls.io/repos/github/Prodesire/pydu/badge.svg?branch=master
:target: https://coveralls.io/github/Prodesire/pydu?branch=master
2017-12-16 15:55:43 +00:00
.. image:: https://img.shields.io/github/contributors/prodesire/pydu.svg
:target: https://github.com/prodesire/pydu/graphs/contributors
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
It is with Python versions from **2.7 to 3.6**.
2017-12-15 00:32:00 +00:00
Installation
------------
2017-12-16 15:57:23 +00:00
To install pydu, simply:
.. 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>`_.