Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/flaggo/pydu
Useful data structures and utils for Python.
https://github.com/flaggo/pydu
data-structures python util utils
Last synced: about 2 months ago
JSON representation
Useful data structures and utils for Python.
- Host: GitHub
- URL: https://github.com/flaggo/pydu
- Owner: flaggo
- License: mit
- Created: 2017-09-20T14:14:18.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-03-04T22:49:31.000Z (almost 3 years ago)
- Last Synced: 2024-10-13T01:19:06.306Z (2 months ago)
- Topics: data-structures, python, util, utils
- Language: Python
- Homepage: https://flaggo.github.io/pydu/
- Size: 350 KB
- Stars: 339
- Watchers: 13
- Forks: 44
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.txt
Awesome Lists containing this project
- xiao-awesome - pydu - cn/) (编程语言 / Python)
README
# 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** is a library of useful **d**ata structures and **u**tils
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/).