资 源 简 介
wsloader: Webservice Loader
Webservice Loader (wsloader) is a WSGI application and protocol
to allow exposing native Python interfaces as REST-like webservices
without writing any HTTP/web-service specific code to expose a new
service.
Objectives
The objectives of wsloader are:
Minimal/Zero extra code and configuration to expose a Python module/class as a webservice
Clean separation of webservice delivery mechanism and service implementation
Full encapsulation of webservice protocols and mechanisms for authentication, authorisation, serialisation, end-point discovery and loading, logging and load balancing
Features
Currently wsloader supports the following features:
loading any Python module/class as a service
handling of service independent request and response marshalling via JSON
automatic URL creation based on the module path (can be overridden)
aut