Unified XML and JSON RPC Dispatcher for Django

After looking around at the rpc support available in Django, I think I will create and distribute my own application. Here are the goals:

  1. Complete xml and json rpc support
  2. Easy identification of rpc methods by a decorator
  3. Customizable documentation (which is absent from DocXMLRPCServer)
  4. Support rpc introspection
  5. Support for method signatures (which is absent from SimpleXMLRPCServer)
  6. Easy installation and integration into Django projects
  7. Licensed properly for open source or commercial software

Updates to come. I’m off to San Francisco for a weekend of fun.