Metadata-Version: 2.1
Name: meteoroid-cli
Version: 1.0.1
Summary: CLI Client app for Meteoroid which is one of FIWARE components
Home-page: http://github.com/OkinawaOpenLaboratory/fiware-meteoroid-cli
Author: Okinawa Open Laboratory
Author-email: fiware-meteoroid-member@okinawaopenlabs.org
Maintainer: Okinawa Open Laboratory
Maintainer-email: fiware-meteoroid-member@okinawaopenlabs.org
License: AGPL v3
Platform: UNKNOWN
Classifier: Environment :: Console
Classifier: Natural Language :: English
Classifier: Natural Language :: Japanese
Classifier: Programming Language :: Python :: 3.8
Classifier: License :: OSI Approved :: GNU Affero General Public License v3
Requires-Dist: certifi (==2019.11.28)
Requires-Dist: chardet (==3.0.4)
Requires-Dist: cliff (==2.16.0)
Requires-Dist: cmd2 (==0.8.9)
Requires-Dist: coreapi (==2.3.3)
Requires-Dist: coreschema (==0.0.4)
Requires-Dist: idna (==2.8)
Requires-Dist: itypes (==1.1.0)
Requires-Dist: jinja2 (==2.10.3)
Requires-Dist: markupsafe (==1.1.1)
Requires-Dist: pbr (==5.4.4)
Requires-Dist: prettytable (==0.7.2)
Requires-Dist: pyparsing (==2.4.5)
Requires-Dist: pyperclip (==1.7.0)
Requires-Dist: pyyaml (==5.2)
Requires-Dist: requests (==2.22.0)
Requires-Dist: six (==1.13.0)
Requires-Dist: stevedore (==1.31.0)
Requires-Dist: uritemplate (==3.0.0)
Requires-Dist: urllib3 (==1.25.7)
Requires-Dist: wcwidth (==0.1.7) ; (sys_platform != 'win32')

Meteoroid CLI
=============

.. image:: https://img.shields.io/pypi/v/meteoroid-cli
     :target: http://badge.fury.io/py/meteoroid-cli
.. image:: https://img.shields.io/github/license/OkinawaOpenLaboratory/fiware-meteoroid-cli?color=blue
     :target: ./LICENSE

Overview
--------

Meteoroid CLI is a command-line-interface for `Meteoroid <https://github.com/OkinawaOpenLaboratory/fiware-meteoroid>`_ that integrating
Function as a Service(FaaS) capabilities in FIWARE.

Full Documentation
------------------

Please see `here <https://fiware-meteoroid.readthedocs.io/en/latest/cli/>`_ for full documentation of FIWARE Meteoroid CLI.

License
-------

`GNU Affero General Public License <https://www.gnu.org/licenses/agpl-3.0.en.html>`_



