Package to convert basf2 steering to text.
- Free software: MIT license
Append b2text.
in front of all basf2 imports like so:
import b2text.basf2 as b2
import b2text.modularAnalysis as ma
import b2text.stdCharged as sc
and then run the script to get description text in LaTeX.
This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.