Metadata-Version: 2.0
Name: ocomp
Version: 0.5
Summary: Execute the given command over gRPC in Open Command Platform (ocomp)
Home-page: https://github.com/onap/cli
Author: Kanagaraj Manickam
Author-email: mkr1481@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Requires-Dist: grpc (==0.3.post19)
Requires-Dist: grpcio-tools (==1.22.0)

Execute the given command over gRPC in Open Command Platform (ocomp).

This can be also used to run the ocomp commands from command console.

For CLI mode
-------------

Setup the following environment variables, before using this sdk.
OPEN_CLI_MODE - It can operate in two mode. CLI or RPC

For RPC mode
--------------

OPEN_CLI_REQUEST_ID - Request UUID. If not set, sdk will initialize to random uuid-4

OPEN_CLI_RPC_HOST   - OCOMP gRPC server IP

OPEN_CLI_RPC_PORT   - OCOMP gRPC server port



