Improve package descriptions

This commit is contained in:
Timothy Kassis
2025-10-20 16:19:48 -07:00
parent 04087666b7
commit df81c94a7a
36 changed files with 36 additions and 36 deletions

View File

@@ -1,6 +1,6 @@
---
name: medchem
description: Python library for molecular filtering and prioritization in drug discovery. Use when applying medicinal chemistry rules (Rule of Five, CNS, leadlike), detecting structural alerts (PAINS, NIBR, Lilly demerits), analyzing chemical groups, calculating molecular complexity, or filtering compound libraries. Works with SMILES strings and RDKit mol objects, with built-in parallelization for large datasets.
description: Python library for medicinal chemistry filtering and compound prioritization in drug discovery workflows. Use medchem when you need to: apply drug-likeness rules (Lipinski Rule of Five, CNS rules, leadlike criteria, Veber rules, Oprea rules), detect structural alerts and problematic substructures (PAINS filters, NIBR alerts, Lilly demerits, common structural alerts), filter compound libraries by medicinal chemistry criteria, calculate molecular complexity metrics (Bertz, Whitlock, Barone), identify specific chemical groups (hinge binders, phosphate binders, Michael acceptors), apply property-based constraints (molecular weight, LogP, TPSA, rotatable bonds), screen large compound collections for drug-like properties, prioritize hits from virtual screening, optimize lead compounds during medicinal chemistry campaigns, validate compound libraries before biological testing, or perform batch processing of molecular datasets. Medchem integrates with RDKit and datamol, accepts SMILES strings and RDKit mol objects, provides parallel processing for large datasets, includes a query language for complex filtering criteria, and offers both functional and object-oriented APIs. Essential for computational medicinal chemistry, compound library management, hit-to-lead optimization, and drug discovery pipeline workflows.
---
# Medchem