https://store-images.s-microsoft.com/image/apps.14161.75de6f1a-f5dd-49ef-9303-cc0384c9b528.10b698a5-b2b5-4651-8f02-0b8de288fe56.0a5d732c-8da1-4b18-bfbc-16ef250441a6

Eve

bCloud LLC

Eve

bCloud LLC

Version 2.2.1 + Free Support on Ubuntu 24.04

Eve is an open-source Python REST API framework built on top of Flask. It enables rapid development of fully functional RESTful web services with minimal effort. Eve is designed to be customizable, extensible, and production-ready, making it a powerful tool for developers building backend APIs and microservices.

Features of Eve:
  • Quickly create RESTful APIs with minimal configuration.
  • Supports MongoDB as the default data backend with built-in schema validation.
  • Highly extensible and customizable through Flask and standard Python code.
  • Automatic generation of API endpoints for data resources.
  • Built-in support for pagination, filtering, sorting, versioning, and authentication.
  • Compatible with JSON standards and RESTful design principles.
  • Active open-source community and thorough documentation.
  • Ideal for rapid prototyping, microservices, and scalable backend development.

To set up Eve and check its version, run these commands in order:
$ python3 -m venv eve-env
$ source eve-env/bin/activate
$ python3 -c "import eve; print(eve.__version__)"

Disclaimer: Eve is open-source software distributed under the BSD License. It is not affiliated with or endorsed by any commercial entity. Eve is provided "as is," without warranty of any kind. Users are responsible for using it at their own risk. The maintainers and contributors are not liable for any damages or issues resulting from its use.