smarnach / pyexiftool

a Python library to communicate with an instance of Phil Harvey's excellent ExifTool command-line application.
Other
270 stars 111 forks source link

Add version information to module #18

Open mairsbw opened 8 years ago

mairsbw commented 8 years ago

It's helpful when checking dependencies programmatically or for a developer to be able to retrieve version information from the modules __version__ attribute (see PEP396).

Our use case is a check_dependencies.py script that the developer can run to verify they have all necessary packages installed and that they're the correct version.