{ "info": { "author": "Bruce Fenske", "author_email": "bwfenske@ualberta.ca", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Natural Language :: English", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "[](https://travis-ci.org/viralogic/py-enumerable)\n[](https://coveralls.io/github/viralogic/py-enumerable?branch=master)\n\n# py-linq #\n\nLINQ (Language Integrated Query) is a popular querying language available in .NET. This library ports the language so\nthat developers can query collections of objects using the same syntax. This library would be useful for Python developers\nwith experience using the expressiveness and power of LINQ.\n\n## Install ##\n\nAvailable as a package from PyPI.\n\n pip install py-linq\n\n## Usage\n\nTo access the LINQ functions an iterable needs to be wrapped by the Enumerable\n\n from py_linq import Enumerable\n my_collection = Enumerable([1,2,3])\n\n## Documentation ##\n\nPlease visit the project [site](https://viralogic.github.io/py-enumerable) for better documentation\n\n## Authors ##\n\n[Bruce Fenske](https://github.com/viralogic)\n\n## Contributors ##\n\n1. [Oleg Shilo](https://github.com/oleg-shilo)\n2. [Sebastien Celles](https://github.com/scls19fr)\n\n## History ##\n\n
| Date | \nVersion | \nDescription | \n
|---|---|---|
| 7-Oct-2019 | \n1.1.0 | \n\n
| \n
| 16-Jul-2019 | \n1.0.1 | \n\n
| \n
| 07-Mar-2019 | \n1.0 | \n\n
| \n
| 06-Jan-2019 | \n0.7 | \n\n
| \n
| 06-Dec-2018 | \n0.6 | \n\n
| \n
| 19-Jul-2017 | \n0.5 | \n\n
| \n
| 30-Jan-2017 | \n0.4 | \n\n
| \n
| 15-Jan-2015 | \n0.3 | \n\n
| \n
| 12-Jan-2015 | \n0.2 | \n\n
| \n
| 07-Jan-2015 | \n0.1 | \n\n
| \n