{"id":13399958,"url":"https://github.com/pyeve/eve","last_synced_at":"2025-05-13T16:03:47.698Z","repository":{"id":41403687,"uuid":"6331139","full_name":"pyeve/eve","owner":"pyeve","description":"REST API framework designed for human beings","archived":false,"fork":false,"pushed_at":"2025-03-06T01:25:45.000Z","size":19413,"stargazers_count":6726,"open_issues_count":27,"forks_count":745,"subscribers_count":225,"default_branch":"master","last_synced_at":"2025-05-04T11:48:03.666Z","etag":null,"topics":["flask","mongodb","python","rest"],"latest_commit_sha":null,"homepage":"https://python-eve.org","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pyeve.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGES.rst","contributing":"CONTRIBUTING.rst","funding":"FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":"docs/support.rst","governance":null,"roadmap":null,"authors":"AUTHORS","dei":null,"publiccode":null,"codemeta":null},"funding":{"github":"nicolaiarocci","patreon":"nicolaiarocci"}},"created_at":"2012-10-22T07:39:33.000Z","updated_at":"2025-04-30T08:06:06.000Z","dependencies_parsed_at":"2022-08-10T02:07:23.985Z","dependency_job_id":"3b629939-8109-4052-bfce-efef2fac3d7b","html_url":"https://github.com/pyeve/eve","commit_stats":{"total_commits":2756,"total_committers":220,"mean_commits":"12.527272727272727","dds":0.2786647314949202,"last_synced_commit":"172f3f251bc34d7c59cd72c9b67873b99ba0f486"},"previous_names":[],"tags_count":51,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pyeve%2Feve","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pyeve%2Feve/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pyeve%2Feve/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pyeve%2Feve/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pyeve","download_url":"https://codeload.github.com/pyeve/eve/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252512811,"owners_count":21760082,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["flask","mongodb","python","rest"],"created_at":"2024-07-30T19:00:45.615Z","updated_at":"2025-05-05T22:45:09.337Z","avatar_url":"https://github.com/pyeve.png","language":"Python","readme":"Eve\n====\n.. image:: https://img.shields.io/pypi/v/eve.svg?style=flat-square\n    :target: https://pypi.org/project/eve\n\n.. image:: https://github.com/pyeve/eve/workflows/CI/badge.svg\n  :target: https://github.com/pyeve/eve/actions?query=workflow%3ACI\n\n.. image:: https://img.shields.io/pypi/pyversions/eve.svg?style=flat-square\n    :target: https://pypi.org/project/eve\n\n.. image:: https://img.shields.io/badge/license-BSD-blue.svg?style=flat-square\n    :target: https://en.wikipedia.org/wiki/BSD_License\n\n.. image:: https://img.shields.io/badge/code%20style-black-000000.svg\n    :target: https://github.com/ambv/black\n\nEve is an open source Python REST API framework designed for human beings. It\nallows to effortlessly build and deploy highly customizable, fully featured\nRESTful Web Services. Eve offers native support for MongoDB, and SQL backends\nvia community extensions.\n\nEve is Simple\n-------------\n.. code-block:: python\n\n    from eve import Eve\n\n    app = Eve()\n    app.run()\n\nThe API is now live, ready to be consumed:\n\n.. code-block:: console\n\n    $ curl -i http://example.com/people\n    HTTP/1.1 200 OK\n\nAll you need to bring your API online is a database, a configuration file\n(defaults to ``settings.py``) and a launch script.  Overall, you will find that\nconfiguring and fine-tuning your API is a very simple process.\n\n`Check out the Eve Website \u003chttp://python-eve.org/\u003e`_\n\nFeatures\n--------\n* Emphasis on REST\n* Full range of CRUD operations\n* Customizable resource endpoints\n* Customizable, multiple item endpoints\n* Filtering and Sorting\n* Pagination\n* HATEOAS\n* JSON and XML Rendering\n* Conditional Requests\n* Data Integrity and Concurrency Control\n* Bulk Inserts\n* Data Validation\n* Extensible Data Validation\n* Resource-level Cache Control\n* API Versioning\n* Document Versioning\n* Authentication\n* CORS Cross-Origin Resource Sharing\n* JSONP\n* Read-only by default\n* Default Values\n* Predefined Database Filters\n* Projections\n* Embedded Resource Serialization\n* Event Hooks\n* Rate Limiting\n* Custom ID Fields\n* File Storage\n* GeoJSON\n* Internal Resources\n* Enhanced Logging\n* Operations Log\n* MongoDB Aggregation Framework\n* MongoDB and SQL Support\n* Powered by Flask\n\nFunding\n-------\nEve REST framework is a open source, collaboratively funded project. If you run\na business and are using Eve in a revenue-generating product, it would make\nbusiness sense to sponsor Eve development: it ensures the project that your\nproduct relies on stays healthy and actively maintained. Individual users are\nalso welcome to make a recurring pledge or a one time donation if Eve has\nhelped you in your work or personal projects.\n\nEvery single sign-up makes a significant impact towards making Eve possible. To\nlearn more, check out our `funding page`_.\n\nLicense\n-------\nEve is a `Nicola Iarocci`_ open source project,\ndistributed under the `BSD license\n\u003chttps://github.com/pyeve/eve/blob/master/LICENSE\u003e`_.\n\n.. _`Nicola Iarocci`: http://nicolaiarocci.com\n.. _`funding page`: http://python-eve.org/funding.html\n","funding_links":["https://github.com/sponsors/nicolaiarocci","https://patreon.com/nicolaiarocci"],"categories":["Python","RESTful API","Web Frameworks","Framework","RESTful API [🔝](#readme)","Awesome Python","REST frameworks"],"sub_categories":["RESTful API","More"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpyeve%2Feve","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpyeve%2Feve","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpyeve%2Feve/lists"}