Metadata-Version: 2.1
Name: Flask-XML-RPC-Re
Version: 0.2.0a1
Summary: Adds support for creating XML-RPC APIs to Flask
Home-page: https://github.com/Croydon/flask-xml-rpc-reloaded
Author: Matthew "LeafStorm" Frazier
Author-email: flask@go-dev.de
License: MIT
Keywords: XML-RPC
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: Flask
Provides-Extra: dev
Requires-Dist: sphinx ; extra == 'dev'
Provides-Extra: test
Requires-Dist: nose ; extra == 'test'

# 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

 * Python 3 support thanks to [@Ppjet6](https://github.com/ppjet6) ([PR](https://bitbucket.org/leafstorm/flask-xml-rpc/pull-requests/2/added-python3-support-alongside-python2/diff))
 * Uses the new Flask extension naming scheme thanks to [Félix Bouliane](https://bitbucket.org/felixbouliane/) ([PR](https://bitbucket.org/leafstorm/flask-xml-rpc/pull-requests/4/use-the-new-flask-naming-scheme/diff))


## Resources

 * PyPI:                   https://pypi.org/project/Flask-XML-RPC-Re/
 * Documentation:          https://croydon.github.io/flask-xml-rpc-reloaded/
 * GitHub:                 https://github.com/Croydon/flask-xml-rpc-reloaded
 * Original (abandoned):   https://bitbucket.org/leafstorm/flask-xml-rpc/

Thanks to Armin Ronacher for the logo.
Thanks to [Matthew "LeafStorm" Frazier](https://github.com/leafstorm) for creating the original Flask-XML-RPC.
