## Summary We need an API handling molecules. Everything mentioned below can be done by RDKit (https://pypi.org/project/rdkit-pypi/) - [x] Install RDKit as optional dependency - [x] image generation - [x] substructure & SMARTS search - [x] substructure image highlighting - [x] maximum common substructure For reference, see ChEmbVis: https://github.com/puehringer/ChEmbVis/blob/main/api/api/molecule.py
Summary
We need an API handling molecules. Everything mentioned below can be done by RDKit (https://pypi.org/project/rdkit-pypi/)
For reference, see ChEmbVis: https://github.com/puehringer/ChEmbVis/blob/main/api/api/molecule.py