Python REST API for Humans.
Project description
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.
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
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.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file Eve-0.5.1.tar.gz
.
File metadata
- Download URL: Eve-0.5.1.tar.gz
- Upload date:
- Size: 233.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7860a7d75b2995074bdec6ce23cc8b262c47954255728097c1f0c41cab3af1b6 |
|
MD5 | ea5e5c07d47f858f2acc76217efd8120 |
|
BLAKE2b-256 | 1cfb85351c16b7f512ab5b2f28fbdc4c7026e4a3ec4ea93fce7863fe463cea29 |