{"id":30760821,"url":"https://github.com/pdimens/brcapps","last_synced_at":"2025-09-04T13:50:48.672Z","repository":{"id":300087187,"uuid":"1005162439","full_name":"pdimens/BRCapps","owner":"pdimens","description":null,"archived":false,"fork":false,"pushed_at":"2025-08-13T16:22:45.000Z","size":113,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-08-13T18:37:33.367Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://pdimens.github.io/BRCapps/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pdimens.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-19T19:17:51.000Z","updated_at":"2025-08-13T16:22:49.000Z","dependencies_parsed_at":"2025-06-19T20:33:34.462Z","dependency_job_id":"0bf62f4d-dd12-46fa-9be4-a4a3e87d594e","html_url":"https://github.com/pdimens/BRCapps","commit_stats":null,"previous_names":["pdimens/brcproto","pdimens/brcapps"],"tags_count":0,"template":false,"template_full_name":"marimo-team/marimo-gh-pages-template","purl":"pkg:github/pdimens/BRCapps","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pdimens%2FBRCapps","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pdimens%2FBRCapps/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pdimens%2FBRCapps/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pdimens%2FBRCapps/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pdimens","download_url":"https://codeload.github.com/pdimens/BRCapps/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pdimens%2FBRCapps/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273619702,"owners_count":25138238,"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-09-04T02:00:08.968Z","response_time":61,"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-09-04T13:50:44.514Z","updated_at":"2025-09-04T13:50:48.656Z","avatar_url":"https://github.com/pdimens.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# BRC Convenience Webapps\nThis repository contains marimo-made interactive web apps to process BRC-specific data. The sections below detail how to add new\napps.\n\n\n## Including data or assets\n\nTo include data or assets in your notebooks, add them to the `public/` directory.\n\nFor example, the `apps/charts.py` notebook loads an image asset from the `public/` directory.\n\n```markdown\n\u003cimg src=\"public/logo.png\" width=\"200\" /\u003e\n```\n\nAnd the `notebooks/penguins.py` notebook loads a CSV dataset from the `public/` directory.\n\n```python\nimport polars as pl\ndf = pl.read_csv(mo.notebook_location() / \"public\" / \"penguins.csv\")\n```\n\n## 🎨 Templates\n\nThis repository includes several templates for the generated site:\n\n1. `index.html.j2` (default): A template with styling and a footer\n2. `bare.html.j2`: A minimal template with basic styling\n3. `tailwind.html.j2`: A minimal and lean template using Tailwind CSS\n\nTo use a specific template, pass the `--template` parameter to the build script:\n\n```bash\nuv run .github/scripts/build.py --template templates/tailwind.html.j2\n```\n\nYou can also create your own custom templates. See the [templates/README.md](templates/README.md) for more information.\n\n## 🧪 Testing\n\nTo test the export process, run `.github/scripts/build.py` from the root directory.\n\n```bash\nuv run .github/scripts/build.py\n```\n\nThis will export all notebooks in a folder called `_site/` in the root directory. Then to serve the site, run:\n\n```bash\npython -m http.server -d _site\n```\n\nThis will serve the site at `http://localhost:8000`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpdimens%2Fbrcapps","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpdimens%2Fbrcapps","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpdimens%2Fbrcapps/lists"}