jbaiter / gphoto2-cffi

Python bindings for libgphoto2 with an idiomatic API
GNU Lesser General Public License v3.0
38 stars 17 forks source link

Expose libgphoto2 version number #3

Closed thijstriemstra closed 8 years ago

thijstriemstra commented 9 years ago

Thanks for this great library, looks a lot more stable than python-gphoto2. I would like to be able to check the libgphoto2 version number, is it possible to expose this?

jbaiter commented 8 years ago

This function is now available via the top-level library_version() function. It returns the library version as a (major, minor, patch) int-tuple for easy compatibility-checks in the client-code.