An open API service indexing awesome lists of open source software.

https://github.com/cleoold/types-linq

Standard sequence helper algorithms with full typing support
https://github.com/cleoold/types-linq

linq python3

Last synced: about 1 year ago
JSON representation

Standard sequence helper algorithms with full typing support

Awesome Lists containing this project

README

          

# types-linq

![Python](https://img.shields.io/badge/python-3.7%2B-blue.svg) [![pypi](https://img.shields.io/pypi/v/types-linq)](https://pypi.org/project/types-linq/) [![pytest](https://github.com/cleoold/types-linq/workflows/pytest/badge.svg)](https://github.com/cleoold/types-linq/actions?query=workflow%3Apytest) [![codecov](https://codecov.io/gh/cleoold/types-linq/branch/main/graph/badge.svg?token=HTUKZ0SQJ3)](https://codecov.io/gh/cleoold/types-linq) [![Documentation Status](https://readthedocs.org/projects/types-linq/badge/?version=latest)](https://types-linq.readthedocs.io/en/latest/?badge=latest)

types-linq is a lightweight Python library that attempts to implement LINQ (Language Integrated Query) features seen in .NET languages.

Usage, guide and API references can be found in the [documentation](https://types-linq.readthedocs.io/en/latest/) page.