7 lines
317 B
Text
7 lines
317 B
Text
Spyne is a Python RPC toolkit that makes it easy to expose online services that
|
|
have a well-defined API using multiple protocols and transports.
|
|
|
|
It integrates with popular Python web frameworks as well as libraries like
|
|
SQLAlchemy to keep your code as DRY (Don't Repeat Yourself) as possible.
|
|
|
|
WWW: http://spyne.io/
|