RESTful Python

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • SimonW

    RESTful Python

    I am building a application using XUL, and am looking at using the REST
    approach rather than XML-RPC for the back end.

    I've setup a mod-python handler which can handle PUT, DELETE, POST and
    GET requests, but after that I seem to get lost. I guess this is more a
    REST question than a python question, however I ultimately would like to
    implement the entire backend in Python.

    I want to be able to address sections of an XML document using an URI,
    but I am not sure how to implement this. I've seen this done in Python
    before, however I cannot find the site again, and cannot recall the
    correct google incantations to re-discover it.

    Can anyone point me to some REST style implementations in Python?


    Regards,

    Simon R. Wittber

    Perth, Western Australia.


  • Graham Fawcett

    #2
    Re: RESTful Python

    "SimonW" <drconrad@metap lay.com.au> wrote in message news:<mailman.1 022.1075441155. 12720.python-list@python.org >...
    [color=blue]
    > Can anyone point me to some REST style implementations in Python?[/color]

    Dave Kuhlman has written on RESTful programming with the Quixote Web framework:



    -- G

    Comment

    Working...