Parser for bsmx files from Beersmith 3, written in python. The idea here is to expose the data housed in the numerous bsmx files created by beersmith and then expose them in python and then potentially put them in a relational database, or be available for access for other uses.
Python >= 3.7
Using pip
pip install -e git+https://git@github.com:chris-s-friedman/bsmx_parser.git
coming soon...
Explain how to run the automated tests for this system
Explain what these tests test and why
Give an example
Explain what these tests test and why
Give an example
Add additional notes about how to deploy this on a live system
coming soon...
coming soon...
coming soon...
This project is licensed under the Apache2.0 License - see the LICENSE file for details
Inspiration taken from @cadwallion's brewscribe, something similiar, written in ruby, for Beersmith2 files.