The Bacterial and Viral Bioinformatics Resource Center (BV-BRC) is an online resource for research in bacterial and viral infectious disease. BV-BRC provides a Data API that can be used to request data from BV-BRC in your own workflows.
bvbrc is a python package that is intended to make interacting with the BV-BRC
Data API within python code feel straightfoward and intuitive. Please reference
the bvbrc documentation for help using bvbrc.
bvbrc can be installed from PyPI using pip:
pip install bvbrcIf you want to be able to convert the API responses to a pandas or polars
DataFrame, then you must also install the appropriate package:
pip install pandasor
pip install polarsThis project is open source and contributions are welcome! If you are interested in contributing, please take a look at the contributing guidelines.