{"id":24539356,"url":"https://github.com/kuelumbus/rdkit-pypi","last_synced_at":"2026-03-02T20:01:05.935Z","repository":{"id":37438640,"uuid":"352128360","full_name":"kuelumbus/rdkit-pypi","owner":"kuelumbus","description":"⚛️ RDKit Python Wheels on PyPI. 💻 pip install rdkit","archived":false,"fork":false,"pushed_at":"2026-01-31T12:37:41.000Z","size":390,"stargazers_count":136,"open_issues_count":6,"forks_count":20,"subscribers_count":10,"default_branch":"main","last_synced_at":"2026-01-31T14:13:49.517Z","etag":null,"topics":["cheminformatics","pypi","pypi-package","python","python-library","rdkit"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kuelumbus.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2021-03-27T16:59:36.000Z","updated_at":"2026-01-31T12:15:16.000Z","dependencies_parsed_at":"2024-01-05T14:44:31.954Z","dependency_job_id":"7e99fa93-31ca-4dc4-a43b-3c3ad5a6b02e","html_url":"https://github.com/kuelumbus/rdkit-pypi","commit_stats":{"total_commits":231,"total_committers":5,"mean_commits":46.2,"dds":0.4415584415584416,"last_synced_commit":"35a3d89f3b53a05b8715da2de4b268d7508843fc"},"previous_names":[],"tags_count":20,"template":false,"template_full_name":null,"purl":"pkg:github/kuelumbus/rdkit-pypi","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kuelumbus%2Frdkit-pypi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kuelumbus%2Frdkit-pypi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kuelumbus%2Frdkit-pypi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kuelumbus%2Frdkit-pypi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kuelumbus","download_url":"https://codeload.github.com/kuelumbus/rdkit-pypi/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kuelumbus%2Frdkit-pypi/sbom","scorecard":{"id":573000,"data":{"date":"2025-08-11","repo":{"name":"github.com/kuelumbus/rdkit-pypi","commit":"6f6c943af023dd5db36b164ad0013442f8997983"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":4.1,"checks":[{"name":"Maintained","score":3,"reason":"3 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 3","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Code-Review","score":0,"reason":"Found 0/14 approved changesets -- score normalized to 0","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/check_rdkit_version.yml:1","Warn: no topLevel permission defined: .github/workflows/test_rdkit.yml:1","Warn: topLevel 'contents' permission set to 'write': .github/workflows/wheels.yml:12","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/check_rdkit_version.yml:12: update your workflow using https://app.stepsecurity.io/secureworkflow/kuelumbus/rdkit-pypi/check_rdkit_version.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/check_rdkit_version.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/kuelumbus/rdkit-pypi/check_rdkit_version.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/check_rdkit_version.yml:38: update your workflow using https://app.stepsecurity.io/secureworkflow/kuelumbus/rdkit-pypi/check_rdkit_version.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test_rdkit.yml:17: update your workflow using https://app.stepsecurity.io/secureworkflow/kuelumbus/rdkit-pypi/test_rdkit.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test_rdkit.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/kuelumbus/rdkit-pypi/test_rdkit.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/wheels.yml:135: update your workflow using https://app.stepsecurity.io/secureworkflow/kuelumbus/rdkit-pypi/wheels.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/wheels.yml:142: update your workflow using https://app.stepsecurity.io/secureworkflow/kuelumbus/rdkit-pypi/wheels.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/wheels.yml:149: update your workflow using https://app.stepsecurity.io/secureworkflow/kuelumbus/rdkit-pypi/wheels.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/wheels.yml:183: update your workflow using https://app.stepsecurity.io/secureworkflow/kuelumbus/rdkit-pypi/wheels.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/wheels.yml:185: update your workflow using https://app.stepsecurity.io/secureworkflow/kuelumbus/rdkit-pypi/wheels.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/wheels.yml:191: update your workflow using https://app.stepsecurity.io/secureworkflow/kuelumbus/rdkit-pypi/wheels.yml/main?enable=pin","Warn: pipCommand not pinned by hash: .github/workflows/test_rdkit.yml:28","Warn: pipCommand not pinned by hash: .github/workflows/test_rdkit.yml:32","Warn: pipCommand not pinned by hash: .github/workflows/wheels.yml:177","Info:   0 out of   9 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   2 third-party GitHubAction dependencies pinned","Info:   0 out of   3 pipCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"Vulnerabilities","score":10,"reason":"0 existing vulnerabilities detected","details":null,"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE.md:0","Info: FSF or OSI recognized license: MIT License: LICENSE.md:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 18 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}}]},"last_synced_at":"2025-08-20T16:51:18.432Z","repository_id":37438640,"created_at":"2025-08-20T16:51:18.432Z","updated_at":"2025-08-20T16:51:18.432Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30018497,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-02T17:00:27.440Z","status":"ssl_error","status_checked_at":"2026-03-02T17:00:03.402Z","response_time":60,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cheminformatics","pypi","pypi-package","python","python-library","rdkit"],"created_at":"2025-01-22T16:16:41.425Z","updated_at":"2026-03-02T20:01:05.925Z","avatar_url":"https://github.com/kuelumbus.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🔥 RDKit Python Wheels\n\nThis repository holds the code to build [RDKit](https://github.com/rdkit/rdkit) platform wheels for Linux, macOS, and Windows on Github Action and Circle CI. The wheels contain the compiled platform-specific dynamic libraries (`*.so`, `*.dylib`, and `*.dll`) and are available at [PyPI](https://pypi.org/project/rdkit/). RDKit can easily be installed using\n\n```sh\npip install rdkit\n```\n\nPlease open an issue if you find something missing or not working as expected.\n\n\n[![PyPI version shields.io](https://img.shields.io/pypi/v/rdkit.svg?style=for-the-badge\u0026logo=PyPI\u0026logoColor=blue)](https://pypi.python.org/pypi/rdkit/)\n[![PyPI download day](https://img.shields.io/pypi/dm/rdkit.svg?style=for-the-badge\u0026logo=PyPI)](https://pypi.python.org/pypi/rdkit/)\n[![PyPI download month](https://img.shields.io/pypi/dw/rdkit.svg?style=for-the-badge\u0026logo=PyPI)](https://pypi.python.org/pypi/rdkit/)\n[![PyPI download day](https://img.shields.io/pypi/dd/rdkit.svg?style=for-the-badge\u0026logo=PyPI)](https://pypi.python.org/pypi/rdkit/)\n![GitHub Repo stars](https://img.shields.io/github/stars/kuelumbus/rdkit-pypi?style=for-the-badge\u0026logo=github)\n## Available Builds\n\n| OS      | Arch    | Bit | Conditions                                          | 3.8            | 3.9 | 3.10 | 3.11 | 3.12 | 3.13 | 3.14 | CI             |\n| ------- | ------- | --- | --------------------------------------------------- | -------------- | --- | ---- | ---- | ---- | ---- | ---- | -------------- |\n| Linux   | intel   | 64  | glibc \u003e= 2.28 (e.g., Ubuntu 18.04+, CentOS 6+, ...) | last: 2024.3.5 | last: 2025.9.2    | ✔️    | ✔️    | ✔️    | ✔️    | ✔️    | Github Actions |\n| Linux   | aarch64 | 64  | glibc \u003e= 2.28 (e.g., Raspberry Pi, ...)             | last: 2024.3.5 | last: 2025.9.2   | ✔️    | ✔️    | ✔️    | ✔️    | ✔️    | Circle CI      |\n| macOS   | intel   | 64  | \u003e= macOS 10.15                                      | last: 2024.3.5 | last: 2025.9.2   | last: 2025.9.3    | last: 2025.9.3    | last: 2025.9.3    | last: 2025.9.3    | last: 2025.9.3    | Github Actions |\n| macOS   | armv8   | 64  | \u003e= macOS 11, M-Hardware                             | last: 2024.3.5 | last: 2025.9.2   | ✔️    | ✔️    | ✔️    | ✔️    | ✔️    | Github Actions | \n| Windows | intel   | 64  |                                                     | last: 2024.3.5 | last: 2025.9.2   | ✔️    | ✔️    | ✔️    | ✔️    | ✔️    | Github Actions |\n\n## Installation\n\n### PIP\n\n```bash\npython -m pip install rdkit\npython -c \"from rdkit import Chem; print(Chem.MolToMolBlock(Chem.MolFromSmiles('C1CCC1')))\"\n```\n\n### [uv](https://docs.astral.sh/uv/getting-started/installation/)\n\n```bash\nuv add rdkit\nuv run python -c \"from rdkit import Chem; print(Chem.MolToMolBlock(Chem.MolFromSmiles('C1CCC1')))\"\n```\n\n## Local builds on Linux\n\n`cibuildwheel` requires `patchelf` (`apt install patchelf`)\n\n```bash\npython3 -m pip install cibuildwheel\n\ngit clone https://github.com/kuelumbus/rdkit-pypi.git\ncd rdkit-pypi\n\nCIBW_BUILD=cp313-manylinux_x86_64 python3 -m cibuildwheel --platform linux --output-dir wheelhouse --config-file pyproject.toml\n```\n\nReplace `*` in `cp*-manylinux_x86_64` with `310`, `311`, `312`, `313`, or `314` to build for different Python","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkuelumbus%2Frdkit-pypi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkuelumbus%2Frdkit-pypi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkuelumbus%2Frdkit-pypi/lists"}