Useful data structures and utils for Python.
Go to file
Prodesire fd47773576 fix setup filename error 2018-05-12 00:50:07 +08:00
docs add edit doc 2018-05-11 23:58:17 +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 remove pip update 2018-05-12 00:13:04 +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 include more files 2018-05-12 00:45:49 +08:00
Makefile clean .eggs 2017-12-17 17:21:53 +08:00
README.md reformat readme 2018-05-12 00:32:53 +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 fix setup filename error 2018-05-12 00:50:07 +08:00
tox.ini fix coverage error on ci 2018-01-04 23:48:46 +08:00

README.md

pydu

pydu pydu pydu pydu pydu pydu pydu

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:

$ pip install pydu

Document

Fantastic documentation is available at: English | 中文版.