Best Flask open-source libraries and packages

Flask xml rpc reloaded

This is a library that lets your Flask apps provide XML-RPC APIs. OPEN FOR PULL REQUESTS.
Updated 8 months ago

Flask-XML-RPC-Re (Flask-XML-RPC-Reloaded)

This is a library that lets your Flask apps provide XML-RPC APIs. A small example is included.

Install

pip install flask-xml-rpc-re

Compatible to Flask-XML-RPC

Flask-XML-RPC-Reloaded is a fork of the original Flask-XML-RPC, which was unfortunately abandoned. This version should be 100% compatible and therefore a drop-in replacement for Flask-XML-RPC.

Differences to Flask-XML-RPC

Resources

Thanks to Armin Ronacher for the logo. Thanks to Matthew "LeafStorm" Frazier for creating the original Flask-XML-RPC.