public
Description: Python implementation of Microsoft's .Net Language Integrated Query (LINQ)
Homepage: http://www.pynq.org
Clone URL: git://github.com/heynemann/pynq.git
pynq /
name age message
file .gitignore Wed May 13 14:40:48 -0700 2009 Performance tracking. [Bernardo Heynemann]
file Makefile Sat May 02 20:22:26 -0700 2009 Added .deb support [heynemann]
file README.rst Sun May 03 14:54:33 -0700 2009 Changed readme to focus on wiki. [heynemann]
file TODO.rst Sun May 03 14:55:53 -0700 2009 Changed readme to focus on wiki. [heynemann]
directory debian/ Fri May 15 22:39:52 -0700 2009 Added equivalence classes partition set algorit... [heynemann]
directory pynq/ Tue May 19 07:32:57 -0700 2009 Committed group_by tests with select fields [Bernardo Heynemann]
file setup.py Tue Jun 09 13:53:10 -0700 2009 Fixed unit tests and changed version. [Bernardo Heynemann]
directory tests/ Tue Jun 09 13:53:10 -0700 2009 Fixed unit tests and changed version. [Bernardo Heynemann]
README.rst

Introduction

Microsoft created Linq (Language Integrated Query) using Expression trees, which is a math concept on how to parse operations into trees in a way that you can analyze the operations independently from the result.

Pynq is an implementation in Python of the Expression Tree theory and some of the providers. There will be more providers gradually, but Pynq will strive to make it as easy as possible to write your own provider.

Download the Source

To download the source code for Pynq, use:

git clone git://github.com/heynemann/pynq.git pynq

Documentation

To learn more about Pynq visit it's wiki by clicking on the wiki tab here in GitHub or visiting http://wiki.github.com/heynemann/pynq.

Installing

Installing Pynq is detailed in the wiki Installing page (http://wiki.github.com/heynemann/pynq/installing).