[https://sourceforge.net/projects/bmrblib Bmrblib] is a Python API abstracting the Biological Magnetic Resonance Data Bank (BioMagResBank or BMRB) NMR-STAR format (http://www.bmrb.wisc.edu/). It allows the writing of NMR-STAR files for BMRB data deposition and the reading and easy extraction of data from files residing in the BMRB data bank, all without knowledge of the Self-Defining Text Archive and Retrieval (STAR) format. The current version is {{current version bmrblib}}.
Available here:
# https://sourceforge.net/projects/bmrblib
# https://github.com/bmrblib
# https://gitlab.com/bmrblib
== Install ==
# In tcsh: set v={{current version bmrblib}}
cd $HOME/Downloads
wget https://sourceforge.net/projects/bmrblib/files/$v/bmrblib-$v.tar.gz
tar -xzf bmrblib-$v.tar.gz