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
- Host: GitHub
- URL: https://github.com/cleoold/types-linq
- Owner: cleoold
- License: bsd-2-clause
- Created: 2021-01-08T02:36:41.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-06-24T03:55:11.000Z (almost 3 years ago)
- Last Synced: 2025-03-24T14:50:34.323Z (about 1 year ago)
- Topics: linq, python3
- Language: Python
- Homepage:
- Size: 314 KB
- Stars: 16
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# types-linq
 [](https://pypi.org/project/types-linq/) [](https://github.com/cleoold/types-linq/actions?query=workflow%3Apytest) [](https://codecov.io/gh/cleoold/types-linq) [](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.