We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
60c6ce8 introduced a scraper for the NHSBSA website to get the latest BNF to dm+d mapping file.
It was heavily based on the OpenPrescribing scraper, which uses BeautifulSoup.
At the time, this introduced BeautifulSoup as a requirement for OpenCodelists.
BeautifulSoup
This functionality could be reimplemented using lxml to remove this additional dependency.
lxml
The text was updated successfully, but these errors were encountered:
No branches or pull requests
60c6ce8 introduced a scraper for the NHSBSA website to get the latest BNF to dm+d mapping file.
It was heavily based on the OpenPrescribing scraper, which uses BeautifulSoup.
At the time, this introduced
BeautifulSoup
as a requirement for OpenCodelists.This functionality could be reimplemented using
lxml
to remove this additional dependency.The text was updated successfully, but these errors were encountered: