Useful data structures and utils for Python.
Go to file
Prodesire b1693db382 add doc for system.FileTracker 2017-12-29 19:59:32 +08:00
docs add doc for system.FileTracker 2017-12-29 19:59:32 +08:00
pydu add doc for system.FileTracker 2017-12-29 19:59:32 +08:00
tests add FileTracker which could track opening files 2017-12-27 01:02:58 +08:00
.gitignore commit utils and structures 2017-09-20 23:10:14 +08:00
.travis.yml remove notify email 2017-12-28 18:56:46 +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 README.rst 2017-12-16 23:58:32 +08:00
requirements-dev.txt fix install error on Windows 2017-12-17 17:55:29 +08:00
setup.cfg fix install error on Windows 2017-12-17 17:55:29 +08:00
setup.py fix pip install error on Windows with Python 3; change version to 0.3.1 2017-12-29 19:09:02 +08:00
tox.ini add param to tox.ini 2017-12-13 22:27:24 +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/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

.. image:: https://img.shields.io/github/contributors/prodesire/pydu.svg
    :target: https://github.com/prodesire/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.

It is with Python versions from **2.7 to 3.6**.


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