Eve 是一款Python的REST API框架,用于发布高可定制的、全功能的 RESTful 的 Web 服务。
特定:
示例代码:
from eve import Eve app = Eve() app.run()