A transport and architecture agnostic RPC library focusing on exposing public services with a well-defined API. Current version 2.14.0. Release cadence is irregular; last major release was 2020, with minor patches since.
pip install spyneVerified import paths — ran on the pinned version, not inferred.
Create a minimal SOAP service with Spyne 2.14.
Upgrade Python environment to 3.5 or higher.
Replace 'from spyne.application import Application' with 'from spyne import Application'.
Import from 'spyne.server.wsgi' instead of 'spyne.server.wsgi' (it's the same path but verify spelling: WsgiApplication).
Use synchronous WSGI/HTTP servers; consider a different library for async RPC.
No dependency data recorded yet.