zivid / zivid-python

Official Python package for Zivid 3D cameras
BSD 3-Clause "New" or "Revised" License
40 stars 14 forks source link

Test released pip version vs released SDK version #36

Open trym-b opened 4 years ago

trym-b commented 4 years ago

Origin: https://github.com/zivid/zivid-python/issues/34 Use pip to find latest version from pypi, download http://www.zivid.com/hubfs/softwarefiles/latest_version and compare.

Whenever we release a newer SDK version, the current advertised readme should not stop working. pip install zivid should always work.

eskaur commented 4 years ago

Are you proposing putting this in zivid-python's CI?

trym-b commented 4 years ago

Perhaps, or we could create a separate repository that tests all the wrappers as a user, i. e. Installing python through pip install zivid, installing zivid-ros following the instructions, etc.

What do you think?

kontramind commented 4 years ago

Sounds like a valid approach.