Useful data structures and utils for Python.
Go to file
Prodesire c04efdc1e7 remove python 3.4 from travis 2018-01-04 23:36:45 +08:00
docs add doc for dict.OrderedDict 2018-01-02 22:56:00 +08:00
pydu add doc for dict.OrderedDict 2018-01-02 22:56:00 +08:00
tests add OrderedDefaultDict, inspired by https://stackoverflow.com/questions/6190331/can-i-do-an-ordered-default-dict-in-python 2018-01-01 18:40:49 +08:00
.appveyor.yml add codecov to ci 2018-01-04 23:33:30 +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
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 remove support for python 3.4 2018-01-04 23:31:44 +08:00
requirements-dev.txt add codecov to ci 2018-01-04 23:33:30 +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 remove support for python 3.4 2018-01-04 23:31:44 +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://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>`_.