Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/willcrichton/iterextras
Extra utilities for iterables
https://github.com/willcrichton/iterextras
Last synced: 23 days ago
JSON representation
Extra utilities for iterables
- Host: GitHub
- URL: https://github.com/willcrichton/iterextras
- Owner: willcrichton
- Created: 2019-01-01T18:41:28.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-11-01T22:46:36.000Z (about 3 years ago)
- Last Synced: 2024-11-08T16:48:46.164Z (about 2 months ago)
- Language: Python
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# iterextras
Bundle of utilities for dealing with lists and iterables.
## Installation
```
pip install iterextras
```## Usage
See [`tests/test_iterextras.py`](https://github.com/scanner-research/iterextras/blob/master/tests/test_iterextras.py) for usage.