Skip to content

datamol-io/medchem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Medchem - Molecular filtering for drug discovery


PyPI Conda PyPI - Downloads Conda PyPI - Python Version license GitHub Repo stars GitHub Repo stars test release code-check doc

Medchem is a Python library that proposes multiple molecular medchem filters to a wide range of use cases relevant in a drug discovery context.

Installation

micromamba install -c conda-forge medchem

# or using pip
pip install medchem

Documentation

Visit https://medchem-docs.datamol.io/.

Development lifecycle

Setup dev environment

micromamba create -n medchem -f env.yml
micromamba activate medchem

pip install --no-deps -e .

Tests

You can run tests locally with:

pytest

License

Under the Apache-2.0 license. See LICENSE.md.