lucasdavila / restea

Simple framework agnostic REST resource for python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ResTea: Simple RESTful server toolkit

Restea is a RESTful server toolkit aimed to be simple, fast and framework agnostic. It abstracts out the mapping between HTTP methods and functions, data passing between client and server and validation. It doesn't bound to any ORM etc.

Travis CI status

Coveralls status

About

Simple framework agnostic REST resource for python

License:MIT License


Languages

Language:Python 99.9%Language:Makefile 0.1%