Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/graup/pythonic-ts
A collection of Python-style utility functions for iterators and collections
https://github.com/graup/pythonic-ts
Last synced: 29 days ago
JSON representation
A collection of Python-style utility functions for iterators and collections
- Host: GitHub
- URL: https://github.com/graup/pythonic-ts
- Owner: graup
- License: mit
- Created: 2021-04-08T08:04:27.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-06-06T07:44:02.000Z (over 3 years ago)
- Last Synced: 2024-10-14T13:07:17.715Z (2 months ago)
- Language: TypeScript
- Homepage: https://graup.github.io/pythonic-ts/
- Size: 519 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Python-inspired, typed JS utility library
[![codecov](https://codecov.io/gh/graup/pythonic-ts/branch/main/graph/badge.svg?token=8EYVTN74FO)](https://codecov.io/gh/graup/pythonic-ts)
[![npm](https://img.shields.io/npm/v/pythonic-ts)](https://www.npmjs.com/package/pythonic-ts)This library includes a number of utility functions, in particular related to iterators and collections.
The API is modeled after similar functions found in the Python standard library.[Documentation](https://graup.github.io/pythonic-ts/modules.html)
yarn add pythonic-ts