SMTG-Bham / ThermoParser

A tool for streamlining data analysis and visualisation for thermoelectrics and charge carrier transport in computational materials science.
https://smtg-bham.github.io/ThermoParser/
GNU Affero General Public License v3.0
47 stars 15 forks source link

ThermoParser version #95

Closed fnattino closed 8 months ago

fnattino commented 8 months ago

At the moment, there seems to be no direct way to access the package version from within Python, correct?

If would be nice if ThermoParser would follow the quasi-standard approach of providing the package version via the dunder tp.__version__ (typically returning a string)

fnattino commented 8 months ago

Also, it is also very common to have a CLI option --version returning the version of the package.

kbspooner commented 8 months ago

These are now implemented. Thanks!