Skip to content

jzorrof/eve

This branch is 1531 commits behind pyeve/eve:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

6eb8205 · May 15, 2015
Mar 24, 2013
May 15, 2015
May 15, 2015
Nov 29, 2013
Feb 17, 2015
Jun 10, 2014
May 11, 2015
May 15, 2015
Oct 7, 2014
Feb 3, 2015
Jan 8, 2015
Mar 10, 2015
Jan 10, 2015
Sep 5, 2014
Dec 12, 2014
May 7, 2015
Jul 11, 2014
May 7, 2015
Feb 13, 2015

Repository files navigation

Eve

https://secure.travis-ci.org/nicolaiarocci/eve.png?branch=master

Eve is an open source Python REST API framework designed for human beings. It allows to effortlessly build and deploy highly customizable, fully featured RESTful Web Services.

Eve is powered by Flask, Redis, Cerberus, Events and offers support for both MongoDB and SQL backends.

The codebase is thoroughly tested under Python 2.6, 2.7, 3.3, 3.4 and PyPy.

Eve is Simple

from eve import Eve

app = Eve()
app.run()

The API is now live, ready to be consumed:

$ curl -i http://example.com/people
HTTP/1.1 200 OK

All you need to bring your API online is a database, a configuration file (defaults to settings.py) and a launch script. Overall, you will find that configuring and fine-tuning your API is a very simple process.

Check out the Eve Website

Features

  • Emphasis on REST
  • Full range of CRUD operations
  • Customizable resource endpoints
  • Customizable, multiple item endpoints
  • Filtering and Sorting
  • Pagination
  • HATEOAS
  • JSON and XML Rendering
  • Conditional Requests
  • Data Integrity and Concurrency Control
  • Bulk Inserts
  • Data Validation
  • Extensible Data Validation
  • Resource-level Cache Control
  • API Versioning
  • Document Versioning
  • Authentication
  • CORS Cross-Origin Resource Sharing
  • JSONP
  • Read-only by default
  • Default Values
  • Predefined Database Filters
  • Projections
  • Embedded Resource Serialization
  • Event Hooks
  • Rate Limiting
  • Custom ID Fields
  • File Storage
  • GeoJSON
  • Internal Resources
  • Operations Log
  • MongoDB and SQL Support
  • Powered by Flask

License

Eve is a Nicola Iarocci and Gestionali Amica open source project, distributed under the BSD license.

About

Python REST API for Humans™

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%