Useful data structures and utils for Python.
Go to file
Prodesire 96a2ed72f5 format doc 2017-10-18 23:13:40 +08:00
docs format doc 2017-10-18 23:13:40 +08:00
pydu rewrite attrify 2017-10-11 20:47:52 +08:00
tests add doc for safestr 2017-10-14 23:46:43 +08:00
.gitignore commit utils and structures 2017-09-20 23:10:14 +08:00
.travis.yml change success notify to always 2017-09-30 23:52:42 +08:00
LICENSE.txt add MIT license 2017-09-29 21:28:14 +08:00
README.rst add documentation link to readme 2017-10-07 00:10:24 +08:00
requirements-dev.txt refactor structure and add basic config 2017-09-29 21:33:48 +08:00
setup.cfg refactor structure and add basic config 2017-09-29 21:33:48 +08:00
setup.py rename pylib to pydu 2017-10-06 23:59:14 +08:00
tox.ini rename pylib to pydu 2017-10-06 23:59:14 +08:00

README.rst

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

**pydu** (python library) 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**.

For more information, see `documentation <http://pydu.readthedocs.io/>`_.