This is the first official release of Astrolabel - a lightweight Python package for managing astronomy plot labels. See example:
python
>>> from astrolabel import LabelLibrary
>>> ll = LabelLibrary.read()
>>> ll.get_label('sfr') output: '$\\mathrm{SFR}$ [$\\mathrm{M_{\\odot}\\,yr^{-1}}$]'
More information is available on the [project's homepage](https://github.com/ivkram/astrolabel).