GithubHelp home page GithubHelp logo

dangyogi / eve Goto Github PK

View Code? Open in Web Editor NEW

This project forked from pyeve/eve

0.0 1.0 0.0 7.66 MB

REST API framework powered by Flask, MongoDB and good intentions

Home Page: python-eve.org

License: Other

Python 100.00%

eve's Introduction

Eve

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

Powered by Flask, MongoDB, Redis and good intentions Eve allows to effortlessly build and deploy highly customizable, fully featured RESTful Web Services.

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.

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

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
  • Read-only by default
  • Default Values
  • Predefined Database Filters
  • Projections
  • Embedded Resource Serialization
  • Event Hooks
  • Rate Limiting
  • Custom ID Fields
  • File Storage
  • MongoDB Support
  • Powered by Flask

License

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

eve's People

Contributors

nicolaiarocci avatar joshvillbrandt avatar graffic avatar girogiro avatar petrjasek avatar bendemaree avatar vidz1979 avatar tsileo avatar kynan avatar shea256 avatar mindjuice avatar kcaylor avatar daniele-ahref avatar kracekumar avatar github-welomo avatar dongchao-cn avatar amagdas avatar samuraisam avatar simplicityguy avatar pauljoey avatar toxsick avatar doublemalt avatar xcubillas avatar dongweiming avatar alanderex avatar tefnet avatar roysmith avatar ondrowan avatar chronidev avatar justeleblanc avatar

Watchers

Bruce Frederiksen avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.