Medchem is a Python library that proposes multiple molecular medchem filters to a wide range of use cases relevant in a drug discovery context.
micromamba install -c conda-forge medchem
# or using pip
pip install medchemVisit https://medchem-docs.datamol.io/.
micromamba create -n medchem -f env.yml
micromamba activate medchem
pip install --no-deps -e .You can run tests locally with:
pytestUnder the Apache-2.0 license. See LICENSE.md.
