dRest Documentation

dRest is a configurable HTTP/REST client library for Python. It’s goal is to make the creation of API clients dead simple, without lacking features.

https://secure.travis-ci.org/datafolklabs/drest.png

Key Features:

  • Light-weight API Client Library, implementing REST by default
  • Native support for the Django TastyPie API Framework
  • Only one external dependency on httplib2
  • Key pieces of the library are customizable by defined handlers
  • Interface definitions ensure handlers are properly implemented
  • Tested against all major versions of Python versions 2.6 through 3.2
  • 100% test coverage

Additional Links:

Contents:

Indices and tables

Table Of Contents

Next topic

License

This Page