{"id":29084639,"url":"https://github.com/marimo-team/marimo-poetry-starter-template","last_synced_at":"2025-06-27T22:10:52.525Z","repository":{"id":271941204,"uuid":"915048275","full_name":"marimo-team/marimo-poetry-starter-template","owner":"marimo-team","description":"marimo + poetry starter template","archived":false,"fork":false,"pushed_at":"2025-06-22T12:11:54.000Z","size":6,"stargazers_count":3,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-22T13:21:45.340Z","etag":null,"topics":["marimo","marimo-notebook","marimo-starter-template"],"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/marimo-team.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-01-10T21:16:26.000Z","updated_at":"2025-05-28T16:12:44.000Z","dependencies_parsed_at":"2025-01-10T22:33:50.108Z","dependency_job_id":"b0d24500-eddb-429b-a9fc-2e5639940625","html_url":"https://github.com/marimo-team/marimo-poetry-starter-template","commit_stats":null,"previous_names":["marimo-team/marimo-poetry-starter-template"],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/marimo-team/marimo-poetry-starter-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marimo-team%2Fmarimo-poetry-starter-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marimo-team%2Fmarimo-poetry-starter-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marimo-team%2Fmarimo-poetry-starter-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marimo-team%2Fmarimo-poetry-starter-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/marimo-team","download_url":"https://codeload.github.com/marimo-team/marimo-poetry-starter-template/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marimo-team%2Fmarimo-poetry-starter-template/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262341643,"owners_count":23296072,"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","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":["marimo","marimo-notebook","marimo-starter-template"],"created_at":"2025-06-27T22:10:51.773Z","updated_at":"2025-06-27T22:10:52.501Z","avatar_url":"https://github.com/marimo-team.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# marimo + Poetry Starter Template\n\nA starter template for [marimo](https://marimo.io) notebooks using [Poetry](https://python-poetry.org) for dependency and project management. This template provides a modern Python development setup with best practices for notebook development.\n\n## Features\n\n- 🚀 Python 3.12+ support\n- 📦 Dependency management with Poetry\n- 🧪 Testing setup with pytest\n- 🎯 Code quality with Ruff (linting + formatting)\n- 👷 CI/CD with GitHub Actions\n- 📓 Interactive notebook development with marimo\n\n## Prerequisites\n\n- Python 3.12 or higher\n- [Poetry](https://python-poetry.org/docs/#installation) installed\n\n## Getting Started\n\n1. Clone this repository:\n\n   ```bash\n   git clone https://github.com/yourusername/marimo-poetry-starter-template\n   cd marimo-poetry-starter-template\n   ```\n\n2. Install dependencies:\n\n   ```bash\n   poetry install\n   ```\n\n3. Run the marimo editor:\n\n   ```bash\n   poetry run marimo edit\n   ```\n\n## Development\n\n### Running Tests\n\n```bash\n# Run testing in your regular python files\npoetry run pytest tests\n# Running testing in your marimo notebooks\npoetry run pytest src\n```\n\n### Linting and formatting\n\n```bash\npoetry run ruff check .\npoetry run ruff format .\n```\n\n### Pre-commit hooks\n\n```bash\npoetry run pre-commit install\npoetry run pre-commit run --all-files\n```\n\n## Project Structure\n\n```markdown\n├── .github/            # GitHub Actions workflows\n├── src/               # Source code\n│   ├── app.py        # Sample marimo notebook\n│   └── utils.py      # Utility functions\n├── tests/            # Test files\n├── pyproject.toml    # Project configuration\n└── poetry.lock       # Dependency lock file\n```\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarimo-team%2Fmarimo-poetry-starter-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmarimo-team%2Fmarimo-poetry-starter-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarimo-team%2Fmarimo-poetry-starter-template/lists"}