Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xen/webcraft
Framework for creating beautiful REST APIs
https://github.com/xen/webcraft
api api-framework asyncio framework microservice pyton rest
Last synced: 19 days ago
JSON representation
Framework for creating beautiful REST APIs
- Host: GitHub
- URL: https://github.com/xen/webcraft
- Owner: xen
- License: bsd-3-clause
- Created: 2018-08-26T08:08:22.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T04:51:21.000Z (almost 2 years ago)
- Last Synced: 2024-10-14T15:16:24.399Z (about 1 month ago)
- Topics: api, api-framework, asyncio, framework, microservice, pyton, rest
- Language: Python
- Homepage:
- Size: 113 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# webcraft
Async python framework for creating beautiful REST APIs using `aiohttp`.
Full featured REST API demo with schema validation, Open API (aka Swagger) documentation with database access check out [Messenger API](https://github.com/xen/webcraft/blob/master/demo/messenger-api.py) example.