Brings LINQ to Python
Project description
Python-linq
Provides simple to use LINQ features to Python 3.x.
Inspired by py-linq
and linq.py
.
Install
Install using pip
pip install python-linq
Usage
- Import the From class
from python_linq import From
- Write beautiful queries!
sq3 = From([1, 2, 3]).select(lambda x: x * x + 3).to_list()
>>> [4, 7, 12]
Documentation & Examples
Project details
Release history Release notifications
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Filename, size | File type | Python version | Upload date | Hashes |
---|---|---|---|---|
Filename, size python_linq-1.3.0-py3-none-any.whl (9.0 kB) | File type Wheel | Python version py3 | Upload date | Hashes View hashes |
Filename, size python-linq-1.3.0.tar.gz (7.7 kB) | File type Source | Python version None | Upload date | Hashes View hashes |
Close
Hashes for python_linq-1.3.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 336f7c2ee19c342d4744903f14186a336941b8a131fafa11bd0735ca4be7b58d |
|
MD5 | 14835a3e57f85098226dcaf1222a6355 |
|
BLAKE2-256 | 43b2b63648c0501ee210224b1c5f719bfab880bc9367044f74d9eef3547ae723 |