This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
Bernardo Heynemann (author)
Tue Jun 09 13:53:10 -0700 2009
pynq /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Wed May 13 14:40:48 -0700 2009 | |
| |
Makefile | Sat May 02 20:22:26 -0700 2009 | |
| |
README.rst | Sun May 03 14:54:33 -0700 2009 | |
| |
TODO.rst | Sun May 03 14:55:53 -0700 2009 | |
| |
debian/ | Fri May 15 22:39:52 -0700 2009 | |
| |
pynq/ | Tue May 19 07:32:57 -0700 2009 | |
| |
setup.py | Tue Jun 09 13:53:10 -0700 2009 | |
| |
tests/ | Tue Jun 09 13:53:10 -0700 2009 |
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).







