epam / Indigo

Universal cheminformatics toolkit, utilities and database search tools
http://lifescience.opensource.epam.com
Apache License 2.0
315 stars 105 forks source link

Move all the logic from indigo_api.py to Indigo library #1857

Open even1024 opened 6 months ago

even1024 commented 6 months ago

Background Indigo API has load_moldata and save_moldata functions which handles MIME-format. There is a same functionality implemented on WASM side in indigo-ketcher.cpp

Solution Move all MIME-handling code into Indigo API