skip to navigation
skip to content

drest 0.9.2

Customizable REST/HTTP Client Library

Latest Version: 0.9.6

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

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
  • Support for Python 2.6+ and Python 3+
  • 100% test coverage