--- id: rdkit version: "2026.3.5" license: BSD-3-Clause license_treatment: permissive maintenance: active --- # rdkit — A collection of chemoinformatics and machine-learning software written in C++ and Python License: permissive · Maintenance: active · Downloads: 11.5M/mo ## What it is and what it does RDKit is a mature chemoinformatics library that wraps C++ computational chemistry code in a Python interface. It handles molecular structure parsing (from SMILES and other formats), property calculation, substructure matching, and visualization. The package is distributed as precompiled wheels containing platform-specific dynamic libraries, making installation straightforward on supported systems without requiring a C++ compiler. The library is commonly used in computational chemistry, drug discovery, and machine-learning pipelines where chemical structure data must be processed programmatically. It depends on numpy for numerical operations and Pillow for image rendering. Active maintenance and broad platform coverage (Linux, macOS, Windows; multiple architectures) make it a stable choice for production chemoinformatics workflows. Use it for: - Parse and manipulate molecular structures from SMILES strings or other chemical formats in drug discovery pipelines. - Calculate molecular descriptors and fingerprints for machine-learning models predicting chemical properties. - Perform substructure searches and similarity comparisons across chemical compound databases. - Visualize molecular structures as 2D images for reports or interactive applications. - Validate chemical structure data and standardize molecular representations in data preprocessing workflows. ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. RDKit is a chemoinformatics toolkit providing C++ and Python libraries for molecular structure manipulation, analysis, and machine-learning workflows on chemical data. Yes. RDKit is actively maintained, widely used in chemoinformatics, has no known vulnerabilities, and offers precompiled wheels for modern Python on major platforms. Install friction is moderate but manageable; the BSD-3-Clause license is permissive. Install it if you work with molecular structures, chemical data, or computational chemistry. ## Install pip install rdkit uv add rdkit poetry add rdkit ## Installing rdkit Before you install: Medium install friction due to compiled C++ dependencies requiring platform-specific wheels. Wheels are available for modern Python versions (3.10–3.14) across Linux (x86_64, aarch64), macOS (Intel and ARM), and Windows. Active maintenance with recent releases; last update 11 days ago. License in practice: BSD-3-Clause is permissive, allowing commercial and private use with minimal restrictions. You must include the license notice in distributions but face no copyleft obligations. Quickstart: pip install rdkit from rdkit import Chem mol = Chem.MolFromSmiles('C1CCC1') print(Chem.MolToMolBlock(mol)) Requires glibc >= 2.28 on Linux; macOS 10.15+ on Intel or macOS 11+ on ARM; no explicit Python version constraint declared but wheels exist for Python 3.10–3.14. Verify before relying: - Whether the package supports Python versions earlier than 3.10 (wheels shown are 3.10–3.14 only, but requires_python is unspecified) - Whether numpy and Pillow are hard runtime dependencies or optional for specific features ## Package facts - License: BSD-3-Clause (permissive) - Python support: unspecified - Install friction: medium - Maintenance: active - Downloads: 11.5M/month (top 5,000 on PyPI) - Known vulnerabilities: none known ## Tags molecular structure analysis, chemoinformatics toolkit, SMILES parsing and manipulation, chemical compound processing, molecular descriptor calculation, cheminformatics python library, molecule visualization, chemical data processing, chemistry, molecular-modeling, drug-discovery [View on SkillFed](https://skillfed.io/packages/rdkit) · [View on PyPI](https://pypi.org/project/rdkit/)