无名 发表于 2022-5-8 18:38:17

【HC】Python REST APl

面食的时候被问了几个关于这方面的问题,回来一查发现还有不少,

1. Eve 点击打开链接   http://python-eve.org/index.html

官方是这么说明的,

Powered by Flask, MongoDB, Redis and good intentions Eve allows to effortlessly build and deploy highly customizable, fully featuredRESTful Web Services

使用上相当简单,

首先,

from eve import Eve

app = Eve()
app.run()
然后, API 已经可以调用了

$ curl -i http://example.com/people
HTTP/1.1 200 OK

2.其他的还有
Django,web.py,cherrypy (REST),Zope,Twisted(REST),Quixote,spyce,webware for python
http://cdn.u1.huluxia.com/g3/M02/45/35/wKgBOV3Pq2uAZCofAAFAIevZ-vc272.jpg
页: [1]
查看完整版本: 【HC】Python REST APl