pynucastro.utils module#
Various utilities for working with pynucastro.
- pynucastro.utils.pynucastro_version()[source]#
Get as descriptive of a version as possible. If this was installed via pip directly, then it will be the version assigned to that release. However, if we are installed in editable mode, then the version from __version__ might not be updated, since that is created dynamically at the pip invocation. In that case, we will use git to find the version.
- Return type: