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 (
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Mon Mar 30 11:39:24 -0700 2009 | |
| |
README.markdown | Tue Sep 02 03:02:56 -0700 2008 | |
| |
django_pipes/ | Sat Aug 22 06:30:33 -0700 2009 | |
| |
pipes_sample/ | Tue Sep 02 03:02:56 -0700 2008 | |
| |
run_tests.py | Sun Aug 31 20:30:04 -0700 2008 | |
| |
setup.py | Tue Sep 02 03:02:56 -0700 2008 | |
| |
tests/ | Tue Sep 02 03:02:56 -0700 2008 |
README.markdown
django-pipes
This module offers a nice API to access remote JSON resources from within your Django applications. The API is intentionally kept as close as possible to the Django DB-API. So accessing data from a remote JSON API should feel just like an attempt to fetch the data from a database. It is inspired by Ruby on Rails' ActiveResource library.
Author: Harish Mallipeddi (harish.mallipeddi@gmail.com)
NOTE
pipeshas been renamed todjango_pipesbecausepipesconflicts with a module's name that ships with the Python distribution by default. You could do something likeimport django_pipes as pipesin your code.







