{"id":29829863,"url":"https://github.com/pgmpy/causalgraphs","last_synced_at":"2025-10-25T23:02:23.024Z","repository":{"id":306866343,"uuid":"1006359916","full_name":"pgmpy/causalgraphs","owner":"pgmpy","description":"Rust implemention of causal graphs and algorithms","archived":false,"fork":false,"pushed_at":"2025-07-28T04:09:01.000Z","size":73,"stargazers_count":3,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-28T06:16:38.117Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Rust","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/pgmpy.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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}},"created_at":"2025-06-22T04:55:54.000Z","updated_at":"2025-07-28T04:36:03.000Z","dependencies_parsed_at":"2025-07-28T06:26:48.503Z","dependency_job_id":null,"html_url":"https://github.com/pgmpy/causalgraphs","commit_stats":null,"previous_names":["pgmpy/causalgraphs"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/pgmpy/causalgraphs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pgmpy%2Fcausalgraphs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pgmpy%2Fcausalgraphs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pgmpy%2Fcausalgraphs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pgmpy%2Fcausalgraphs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pgmpy","download_url":"https://codeload.github.com/pgmpy/causalgraphs/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pgmpy%2Fcausalgraphs/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267665373,"owners_count":24124522,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-29T02:00:12.549Z","response_time":2574,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2025-07-29T09:41:24.938Z","updated_at":"2025-10-25T23:02:22.860Z","avatar_url":"https://github.com/pgmpy.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CausalGraphs\n\nA cross-language library for working with causal graphs (DAGs) in Rust, Python, and WebAssembly.\n\n## Structure\n\n- **rust_core/**: Core Rust implementation of DAGs and causal graph logic.\n- **python_bindings/**: Python bindings using [PyO3](https://github.com/PyO3/pyo3) and [maturin](https://github.com/PyO3/maturin).\n- **wasm_bindings/**: WebAssembly bindings for use in JavaScript and Node.js environments via [wasm-bindgen](https://rustwasm.github.io/docs/wasm-bindgen/) and [wasm-pack](https://rustwasm.github.io/docs/wasm-pack/)\n- **r_bindings/**: R bindings using [extendr](https://github.com/extendr/extendr).\n\n## Prerequisites\n\nTo build and develop this project locally, you will need:\n* [Rust](https://www.rust-lang.org/tools/install) (stable toolchain)\n* [Python 3.x](https://www.python.org/downloads/) with `pip`\n* [Node.js](https://nodejs.org/) (LTS recommended) with `npm`\n* [R 4.2+](https://www.r-project.org/)\n* [make](https://www.gnu.org/software/make/) (usually pre-installed on Linux/macOS, available via build tools on Windows)\n\n## Supported Platforms\n\nThis library is actively developed and tested on:\n- **Windows** (via WSL, or native MSVC toolchain for Rust + Rtools for R)\n- **Linux** (Ubuntu, other distros)\n- **macOS** \n\n## Quick Start\n\nWe provide a top‑level `Makefile` to save you typing:\n\n- **Build everything** (Rust core + Python + WASM + R):\n\n  ```sh\n  make all\n  ```\n\n- **Run all tests**:\n\n  ```sh\n  make test\n  ```\n\n| Target        | What it does                                     |\n| ------------- | ------------------------------------------------ |\n| `make core`   | Builds only the `rust_core` crate.               |\n| `make python` | Builds \u0026 installs Python bindings.               |\n| `make wasm`   | Builds WASM modules for JS/Node via wasm-pack    |\n| `make r`      | Generates R wrappers via `rextendr::document()`. |\n\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpgmpy%2Fcausalgraphs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpgmpy%2Fcausalgraphs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpgmpy%2Fcausalgraphs/lists"}