flask-jsonrpc
API framework
Provides a basic JSON-RPC implementation for building RESTful APIs with Python
Basic JSON-RPC implementation for your Flask-powered sites
290 stars
14 watching
63 forks
Language: Python
last commit: 1 day ago
Linked from 1 awesome list
flaskflask-extensionsjsonrpcpython
Related projects:
Repository | Description | Stars |
---|---|---|
zcattacz/ujrpc | Provides a Simple JSON-RPC 2.0 middleware for Python-based APIs | 5 |
cxxxr/jsonrpc | An implementation of JSON-RPC protocol in Common Lisp for creating simple remote procedure calls. | 66 |
smagafurov/fastapi-jsonrpc | A JSON-RPC server implementation using FastAPI | 294 |
flask-api/flask-api | Provides an implementation of browsable APIs for Flask web applications. | 1,437 |
osamingo/jsonrpc | A JSON-RPC 2.0 implementation package in Go | 187 |
juliendelplanque/jrpc | A JSON-RPC 2.0 implementation for Pharo Smalltalk | 11 |
pylons/pyramid_rpc | A package of RPC add-ons to simplify creating remote procedure calls in a Python web framework. | 27 |
apiflask/apiflask | A lightweight Python web API framework for building RESTful APIs with automatic validation, serialization, and OpenAPI documentation. | 1,047 |
40ants/openrpc | An implementation of the OpenRPC protocol in Common Lisp | 27 |
thomaxxl/safrs | A framework that exposes SQLAlchemy models as a JSON:API and generates OpenAPI documentation. | 405 |
ybbus/jsonrpc | An implementation of the JSON-RPC 2.0 protocol for client-side RPC over HTTP in Go. | 334 |
django-json-api/django-rest-framework-json-api | A Django extension that adds support for JSON:API format to Django REST framework | 1,195 |
cinemast/libjson-rpc-cpp | A C++ framework for JSON-RPC remote procedure calls | 957 |
joshmarshall/jsonrpclib | JSON-RPC implementation with support for original and proposed specifications, including batch submission, keyword arguments, and notifications. | 448 |
authorizon/fastapi_websocket_rpc | Provides a robust and production-ready bidirectional JSON RPC channel over Websockets. | 7 |