Useful data structures and utils for Python.
Go to file
Prodesire 719b7f25a3 using docsify as doc tool 2018-05-07 20:18:43 +08:00
docs using docsify as doc tool 2018-05-07 20:18:43 +08:00
pydu add slot.SlotBase and its test, doc 2018-05-05 20:53:40 +08:00
stubs/pydu add stub for exception.default_if_except 2018-04-27 19:40:39 +08:00
tests add slot.SlotBase and its test, doc 2018-05-05 20:53:40 +08:00
.appveyor.yml fix coverage error on ci 2018-01-04 23:48:46 +08:00
.coveragerc using codecov and coverage tool 2018-01-04 22:34:24 +08:00
.gitignore commit utils and structures 2017-09-20 23:10:14 +08:00
.travis.yml remove python 3.4 from travis 2018-01-04 23:36:45 +08:00
CHANGELOG.md using docsify as doc tool 2018-05-07 20:18:43 +08:00
LICENSE.txt add MIT license 2017-09-29 21:28:14 +08:00
MANIFEST.in fix install error on Windows 2017-12-17 17:55:29 +08:00
Makefile clean .eggs 2017-12-17 17:21:53 +08:00
README.rst update doc link in readme 2018-02-19 12:07:04 +08:00
requirements-dev.txt add psutil to requirements-dev 2018-02-06 22:17:29 +08:00
setup.cfg fix install error on Windows 2017-12-17 17:55:29 +08:00
setup.py remove support for python 3.4 2018-01-04 23:31:44 +08:00
tox.ini fix coverage error on ci 2018-01-04 23:48:46 +08:00

README.rst

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>`_.