ni / niflexlogger-automation-python

The niflexlogger-automation package contains an API (Application Programming Interface) and examples for using Python to automate NI FlexLogger. The automation API supports modifying the configuration of existing FlexLogger projects and controlling the execution of FlexLogger test sessions. The package is implemented in Python. NI created and supports this package.
MIT License
8 stars 6 forks source link

Remove grpc from list of install packages #2

Closed bparrott-ni closed 3 years ago

bparrott-ni commented 3 years ago

What does this Pull Request accomplish?

Facilitates publication of the NI FlexLogger automation python package to pypi

Why should this Pull Request be merged?

As is, trying to publish to pypi generates the following error: "Please install the official package with: pip install grpcio"

grpcio is the top level official package, and it is not correct to directly install grpc

What testing has been done?

Running the pip install command now completes without error