Skip to content
forked from heynemann/pynq

Python implementation of Microsoft's .Net Language Integrated Query (LINQ)

Notifications You must be signed in to change notification settings

jcfigueiredo/pynq

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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).

About

Python implementation of Microsoft's .Net Language Integrated Query (LINQ)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%