mirror of https://github.com/flaggo/pydu.git
26 lines
1.1 KiB
Markdown
26 lines
1.1 KiB
Markdown
|
# pydu
|
||
|
|
||
|
[![pydu](https://img.shields.io/pypi/v/pydu.svg)](https://pypi.python.org/pypi/pydu)
|
||
|
[![pydu](https://img.shields.io/pypi/l/pydu.svg)](https://pypi.python.org/pypi/pydu)
|
||
|
[![pydu](https://img.shields.io/pypi/pyversions/pydu.svg)](https://pypi.python.org/pypi/pydu)
|
||
|
[![pydu](https://img.shields.io/travis/flaggo/pydu/master.svg?label=Linux)](https://travis-ci.org/flaggo/pydu)
|
||
|
[![pydu](https://img.shields.io/appveyor/ci/flaggo/pydu/master.svg?label=Windows)](https://ci.appveyor.com/project/flaggo/pydu)
|
||
|
[![pydu](https://codecov.io/github/flaggo/pydu/coverage.svg?branch=master)](https://codecov.io/github/flaggo/pydu)
|
||
|
[![pydu](https://img.shields.io/github/contributors/flaggo/pydu.svg)](https://github.com/flaggo/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.
|
||
|
|
||
|
|
||
|
## Installation
|
||
|
|
||
|
To install pydu, simply:
|
||
|
|
||
|
```bash
|
||
|
$ pip install pydu
|
||
|
```
|
||
|
|
||
|
## Document
|
||
|
|
||
|
Fantastic documentation is available at: [English](https://flaggo.github.io/pydu/) | [中文版](https://flaggo.github.io/pydu/#/zh-cn/).
|