{"id":30019033,"url":"https://github.com/reactivebayes/messagepassingrulesbase.jl","last_synced_at":"2026-02-11T12:31:30.837Z","repository":{"id":306915459,"uuid":"1027648302","full_name":"ReactiveBayes/MessagePassingRulesBase.jl","owner":"ReactiveBayes","description":"A base package that defines methods for message passing rules and factor nodes within ReactiveMP.jl","archived":false,"fork":false,"pushed_at":"2025-08-19T06:25:36.000Z","size":225,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-08-26T02:25:00.209Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Julia","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/ReactiveBayes.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-07-28T10:21:05.000Z","updated_at":"2025-07-28T11:18:36.000Z","dependencies_parsed_at":"2025-07-28T12:35:20.269Z","dependency_job_id":"f7d9af01-aee3-4643-bace-43f39cc446fa","html_url":"https://github.com/ReactiveBayes/MessagePassingRulesBase.jl","commit_stats":null,"previous_names":["reactivebayes/messagepassingrulesbase.jl"],"tags_count":0,"template":false,"template_full_name":"ReactiveBayes/PackageTemplate","purl":"pkg:github/ReactiveBayes/MessagePassingRulesBase.jl","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ReactiveBayes%2FMessagePassingRulesBase.jl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ReactiveBayes%2FMessagePassingRulesBase.jl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ReactiveBayes%2FMessagePassingRulesBase.jl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ReactiveBayes%2FMessagePassingRulesBase.jl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ReactiveBayes","download_url":"https://codeload.github.com/ReactiveBayes/MessagePassingRulesBase.jl/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ReactiveBayes%2FMessagePassingRulesBase.jl/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29332977,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-11T06:13:03.264Z","status":"ssl_error","status_checked_at":"2026-02-11T06:12:55.843Z","response_time":97,"last_error":"SSL_read: 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":[],"created_at":"2025-08-06T00:43:44.910Z","updated_at":"2026-02-11T12:31:30.821Z","avatar_url":"https://github.com/ReactiveBayes.png","language":"Julia","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MessagePassingRulesBase\n\n[![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://username.github.io/MessagePassingRulesBase.jl/stable/)\n[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://username.github.io/MessagePassingRulesBase.jl/dev/)\n[![Build Status](https://github.com/username/MessagePassingRulesBase.jl/actions/workflows/CI.yml/badge.svg?branch=main)](https://github.com/username/MessagePassingRulesBase.jl/actions/workflows/CI.yml?query=branch%3Amain)\n[![Coverage](https://codecov.io/gh/username/MessagePassingRulesBase.jl/branch/main/graph/badge.svg)](https://codecov.io/gh/username/MessagePassingRulesBase.jl)\n[![Aqua](https://raw.githubusercontent.com/JuliaTesting/Aqua.jl/master/badge.svg)](https://github.com/JuliaTesting/Aqua.jl)\n\n## About\n\nThis is a template for creating new Julia packages. When you create a repository from this template, a GitHub action will automatically:\n\n1. Update the package name to match your repository name\n2. Generate a new UUID for your package\n3. Replace placeholder values with appropriate defaults\n4. Rename source files to match your package name\n\n## Features\n\n- Comprehensive CI setup with GitHub Actions\n- Documentation generation with Documenter.jl\n- Test suite with TestItemRunner.jl and Aqua.jl\n- Code quality checks with JET.jl\n- Benchmarking setup\n- Standardized project structure\n\n## How to Use\n\n1. Click \"Use this template\" to create a new repository\n2. Create a Personal Access Token (PAT) and add it to your repository (see section below)\n3. Wait for the initialization workflow to complete\n4. Clone your new repository\n5. Start developing your package!\n\n## Required: Personal Access Token Setup\n\nFor the initialization workflow to work properly, you need to set up a Personal Access Token (PAT):\n\n1. Create a Personal Access Token:\n   - Go to your GitHub account → Settings → Developer settings → Personal access tokens → Tokens (classic)\n   - Click \"Generate new token\" (classic)\n   - Give it a descriptive name (e.g., \"Package Template Initialize\")\n   - Set an appropriate expiration\n   - Select the `repo` and `workflow` scopes (full control of repositories and workflows)\n   - Click \"Generate token\"\n   - Copy the generated token (you won't see it again!)\n\n2. Add the token to your repository:\n   - Go to your newly created repository\n   - Go to Settings → Secrets and variables → Actions\n   - Click \"New repository secret\"\n   - Name: `PAT_TOKEN`\n   - Value: paste your copied token\n   - Click \"Add secret\"\n\nThis token allows the initialization workflow to commit changes to workflow files in your repository.\n\n## Custom Configuration\n\nAfter creating your repository, you may want to:\n\n- Update author information in `Project.toml`\n- Modify documentation settings in `docs/make.jl`\n- Adjust CI settings in `.github/workflows/`\n- Edit or extend the test suite in `test/`\n\n## License\n\nThis template is licensed under MIT (see the LICENSE file). You are free to choose a different license for your own package.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freactivebayes%2Fmessagepassingrulesbase.jl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Freactivebayes%2Fmessagepassingrulesbase.jl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freactivebayes%2Fmessagepassingrulesbase.jl/lists"}