Useful data structures and utils for Python.
Go to file
Prodesire 4354f43420 Set logging handler to avoid "No handler found" warnings. 2017-12-16 22:55:54 +08:00
docs format doc for string 2017-12-14 20:38:22 +08:00
pydu Set logging handler to avoid "No handler found" warnings. 2017-12-16 22:55:54 +08:00
tests add path.cd which is a context manager for cd the given path 2017-12-14 19:50:25 +08:00
.gitignore commit utils and structures 2017-09-20 23:10:14 +08:00
.travis.yml add contributors email to travis notification 2017-12-05 22:23:54 +08:00
LICENSE.txt add MIT license 2017-09-29 21:28:14 +08:00
README.rst format readme 2017-12-15 08:34:04 +08:00
makefile add makefile which can help test and clean easily with make command 2017-12-16 01:21:15 +08:00
requirements-dev.txt add HTTPretty==0.8.14 to requirement-dev; add check_connect and its testcase to request 2017-12-05 22:01:32 +08:00
setup.cfg refactor structure and add basic config 2017-09-29 21:33:48 +08:00
setup.py add long description 2017-12-15 08:29:12 +08:00
tox.ini add param to tox.ini 2017-12-13 22:27:24 +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**.


Installation
------------
  pip install pydu


Document
--------
For more information, please read documentation: `English <http://pydu.readthedocs.io/>`_ | `中文版 <http://pydu.readthedocs.io/zh/latest>`_.