GithubHelp home page GithubHelp logo

chiehwen / eve Goto Github PK

View Code? Open in Web Editor NEW

This project forked from pyeve/eve

0.0 2.0 0.0 72 KB

Python REST API framework powered by Flask, MongoDB and good intentions

Home Page: python-eve.org

License: Other

eve's Introduction

Eve

image

Eve is an out-of-the-box, highly customizable and fully featured RESTful Web API framework that you can use to effortlessly build and deploy your own APIs

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, Python 2.7 and Python 3.3.

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
  • Multiple Insertions
  • Data Validation
  • Extensible Data Validation
  • Resource-level Cache Control
  • Versioning
  • CORS Cross-Origin Resource Sharing
  • Read-only by default
  • Default Values
  • Predefined Database Filters
  • Projections
  • Event Hooks
  • Native MongoDB Support
  • SQL Alchemy Support (WIP)
  • Powered by Flask

Check out the Eve homepage

License

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

eve's People

Contributors

nicolaiarocci avatar tsileo avatar daniele-ahref avatar mindjuice avatar pauljoey avatar kracekumar avatar shea256 avatar gianpaj avatar byroot avatar justeleblanc avatar chronidev avatar ondrowan avatar tefnet avatar

Watchers

Chuck Yang avatar James Cloos 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.