psobot / keynote-parser

A packer/unpacker for Apple Keynote presentation files.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cannot easily find out the version number of keynote-parser

kortenkamp opened this issue · comments

My last error report was caused by an older version of keynote-parser (actually the most recent one that was installed through pip3 install keynote-parser). I could not find an easy way to get the version number of keynote-parser, for example using keynote-parser --version. The only way I could find out that this is an older version was to compare the content of mappings.py with the githubg repository.

I suggest adding a version number and a way to query it from the command line.