neithere / argh

An argparse wrapper that doesn't make you say "argh" each time you deal with it.
http://argh.rtfd.org
GNU Lesser General Public License v3.0
369 stars 56 forks source link

Expose version information at runtime #176

Open markjreed opened 1 year ago

markjreed commented 1 year ago

The argh documentation and code comments have annotations about what is supported in different versions of the package, but there's no version information installed with it. The module has no __version__ or version attribute, for instance.