Metadata-Version: 2.0
Name: fnexchange
Version: 0.2.0
Summary: fnExchange API router and management CLI
Home-page: https://github.com/dnif/fnExchange
Author: Bhumil Haria
Author-email: bhumilharia@gmail.com
License: Apache
Keywords: fnexchange api router orchestration
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: POSIX
Classifier: Operating System :: MacOS
Classifier: Operating System :: Unix
Classifier: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Requires-Dist: click
Requires-Dist: requests (>=2.4.2)

fnExchange is a scalable, open source API layer (also called an API
"router") that provides a consistent proxy web interface for invoking
various web APIs without the caller having to write separate,
special-purpose code for each of them.

fnExchange is packaged as a command line interface executable
``fnexchange`` which starts the web service. The CLI also supports a
mode to run the service as a daemon.

Installation, usage and plugin development instructions can be found
on the project's `GitHub page <http://github.com/dnif/fnExchange>`_


