mirror of
https://git.freebsd.org/ports.git
synced 2025-05-30 01:46:55 -04:00
Flask-XML-RPC is an extension for Flask that makes it easy to create APIs based on the XML-RPC standard. It features easy registration of methods and namespacing, connects seamlessly to your Flask app, and includes plenty of testing helpers. WWW: https://bitbucket.org/leafstorm/flask-xml-rpc/ PR: 211435 Submitted by: John W. O'Brien <john saltant com>
6 lines
295 B
Text
6 lines
295 B
Text
Flask-XML-RPC is an extension for Flask that makes it easy to create APIs
|
|
based on the XML-RPC standard. It features easy registration of methods
|
|
and namespacing, connects seamlessly to your Flask app, and includes
|
|
plenty of testing helpers.
|
|
|
|
WWW: https://bitbucket.org/leafstorm/flask-xml-rpc/
|