Useful data structures and utils for Python.
Go to file
sturmianseq e6e4055f81
Restore original socket after test execution of test_check_connect (#19)
2021-12-27 20:18:25 +08:00
docs add doc for request.cookies_str_to_dict 2018-12-10 21:39:22 +08:00
pydu Fix collections ABCs deprecation warning 2018-12-24 16:49:05 +08:00
stubs/pydu improve implement and testcase for request.cookies_str_to_dict 2018-12-10 21:38:43 +08:00
tests Restore original socket after test execution of test_check_connect (#19) 2021-12-27 20:18:25 +08:00
.appveyor.yml supports python 3.8 2020-02-08 20:22:19 +08:00
.coveragerc using codecov and coverage tool 2018-01-04 22:34:24 +08:00
.gitignore Remove .DS_Store 2018-12-25 09:29:34 +08:00
.travis.yml supports python 3.8 2020-02-08 20:22:19 +08:00
CHANGELOG.md supports python 3.8 2020-02-08 20:22:19 +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 change version to 0.7.1, and improve make 2018-12-10 21:39:27 +08:00
README.md update intro for pydi 2018-12-23 23:21:44 +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 long description type error 2020-02-08 20:45:36 +08:00
tox.ini supports python 3.8 2020-02-08 20:22:19 +08:00

README.md

pydu

pydu pydu pydu pydu pydu pydu pydu

pydu 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 | 中文版.