Skip to main content

A LINQ-like library for Python

Project description

Linq Tool

Linq is a Python package that provides LINQ-like functionality for performing common operations on iterables. Inspired by LINQ from C#, this package allows you to easily manipulate collections in a functional style.

Features

  • Select: Project each element of a sequence into a new form.
  • Where: Filter elements based on a predicate.
  • GroupBy: Group elements by a key selector function.
  • OrderBy: Sort elements based on a key.
  • Distinct: Remove duplicate elements.
  • And many more!

Installation

You can install Linq via pip:

pip install linq-package

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

linq_tool-0.1.1.tar.gz (5.2 kB view hashes)

Uploaded Source

Built Distribution

linq_tool-0.1.1-py3-none-any.whl (5.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page