Code Monkey home page Code Monkey logo

py-enumerable's Introduction

Coverage Status

py-linq

LINQ (Language Integrated Query) is a popular querying language available in .NET. This library ports the language so that developers can query collections of objects using the same syntax. This library would be useful for Python developers with experience using the expressiveness and power of LINQ.

Install

Available as a package from PyPI.

pip install py-linq

Usage

To access the LINQ functions an iterable needs to be wrapped by the Enumerable

from py_linq import Enumerable
my_collection = Enumerable([1,2,3])

Documentation

Please visit the project site for better documentation

Authors

Bruce Fenske

Contributors

  1. Oleg Shilo
  2. Sebastien Celles

History

Date Version Description
07-Mar-2019 1.0
  • Issue #17 - Added additional LINQ methods to complete the Enumerable API as per MSDN
06-Jan-2019 0.7
  • Issue #19 - Distinct bug fix
06-Dec-2018 0.6
  • Issue #13 - Empty list as default parameter
  • Issue #14 - except_ method bug fix
19-Jul-2017 0.5
  • last and last_or_default method bug fixes
  • then_by and then_by_descending implementation
30-Jan-2017 0.4
  • Added Python 3 support
15-Jan-2015 0.3
  • Changed README.rst
  • Performance improvements
12-Jan-2015 0.2
  • Added documentation
07-Jan-2015 0.1
  • Initial beta release

py-enumerable's People

Contributors

scls19fr avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.