Skip to main content

REST API framework to effortlessly build and deploy highly customizable, fully featured RESTful Web Services. Powered by Flask, MongoDB and good intentions.

Project description

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

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.

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.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

Eve-0.0.8.tar.gz (132.9 kB view details)

Uploaded Source

File details

Details for the file Eve-0.0.8.tar.gz.

File metadata

  • Download URL: Eve-0.0.8.tar.gz
  • Upload date:
  • Size: 132.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for Eve-0.0.8.tar.gz
Algorithm Hash digest
SHA256 a525b0592fa6e9e761f1236877fe045afb5c3a025b445a001db171dbc1bb2dbd
MD5 a6a7d9325069e073f103c72e0f5ce30d
BLAKE2b-256 3188b9b7e02995c2b19e1dffa89c327f878b9e1f087b0bf6e6b4cad3db245fdb

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page