Skip to main content

REST API framework powered by Flask, SQLAlchemy and good intentions.

Project description

Powered by Eve, SQLAlchemy and good intentions this extenstion allows to effortlessly build and deploy highly customizable, fully featured RESTful Web Services with SQL-based backends.

Eve SQLAlchemy is Simple

from eve import Eve
from eve_sqlalchemy import SQL

app = Eve(data=SQL)
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.

Make sure you check both these websites:

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-SQLAlchemy-0.1.zip (71.6 kB view hashes)

Uploaded Source

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