Skip to content

Latest commit

 

History

History
57 lines (40 loc) · 2.26 KB

README.md

File metadata and controls

57 lines (40 loc) · 2.26 KB

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.