Add monomer library functionality 🧪🧪🧪
This release adds two new functions:
chembl_downloader.download_monomer_library
which gets this file https://ftp.ebi.ac.uk/pub/databases/chembl/ChEMBLdb/latest/chembl_30_monomer_library.xml for whatever version you specifychembl_downloader.get_monomer_library_root
which does the same as the downloader but also parses the XML for you
Thanks to @iwatobipen and his recent blog post for inspiring this.