{"id":39734787,"url":"https://github.com/wyattowalsh/macaron","last_synced_at":"2026-01-18T11:04:28.264Z","repository":{"id":262104589,"uuid":"854874945","full_name":"wyattowalsh/macaron","owner":"wyattowalsh","description":"a python cookiecutter project boilerplate using the best tools","archived":false,"fork":false,"pushed_at":"2025-08-05T08:42:10.000Z","size":6167,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-05T10:13:32.851Z","etag":null,"topics":["cookiecutter","cookiecutter-pypackage","cookiecutter-python","cookiecutter-python3","cookiecutter-template","docusaurus","fastapi","github-actions","loguru","makefile","poetry","pyenv","rich","scss","shadcn-ui","typer","typer-cli"],"latest_commit_sha":null,"homepage":"https://macaron.w4w.dev","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/wyattowalsh.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":"2024-09-09T23:13:17.000Z","updated_at":"2025-04-07T19:07:39.000Z","dependencies_parsed_at":"2024-11-10T15:37:26.100Z","dependency_job_id":"89877a28-5f34-42a0-b57c-a4bfa47786bf","html_url":"https://github.com/wyattowalsh/macaron","commit_stats":null,"previous_names":["wyattowalsh/macaron"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/wyattowalsh/macaron","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wyattowalsh%2Fmacaron","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wyattowalsh%2Fmacaron/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wyattowalsh%2Fmacaron/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wyattowalsh%2Fmacaron/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wyattowalsh","download_url":"https://codeload.github.com/wyattowalsh/macaron/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wyattowalsh%2Fmacaron/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28535156,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-18T10:13:46.436Z","status":"ssl_error","status_checked_at":"2026-01-18T10:13:11.045Z","response_time":98,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["cookiecutter","cookiecutter-pypackage","cookiecutter-python","cookiecutter-python3","cookiecutter-template","docusaurus","fastapi","github-actions","loguru","makefile","poetry","pyenv","rich","scss","shadcn-ui","typer","typer-cli"],"created_at":"2026-01-18T11:04:26.107Z","updated_at":"2026-01-18T11:04:28.255Z","avatar_url":"https://github.com/wyattowalsh.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align='center'\u003e\n    \u003cimg src=\"./docs/static/img/banner.png\" alt=\"macaron project banner\" /\u003e\n    \u003ch1\u003e🍪 macaron\u003c/h1\u003e\n    \u003cp\u003e\u003cem\u003eA cookiecutter bundle of the best Python project resources\u003c/em\u003e\u003c/p\u003e\n\u003c/div\u003e\n\n\u003cdiv align=\"center\"\u003e\n\n[![License: GPL-3.0](https://img.shields.io/badge/License-GPL%203.0-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)\n[![Documentation](https://img.shields.io/badge/docs-w4w.dev%2Fmacaron-blue)](https://w4w.dev/macaron)\n[![GitHub Issues](https://img.shields.io/github/issues/wyattowalsh/macaron)](https://github.com/wyattowalsh/macaron/issues)\n\n\u003c/div\u003e\n\n## 🚀 Quick Start\n\nMake sure you have [pipx](https://github.com/pypa/pipx) installed, then run:\n\n```bash\npipx install cookiecutter\npipx run cookiecutter gh:wyattowalsh/macaron\n```\n\n## 🛠️ Development Environment Setup\n\nThe project includes a comprehensive environment setup script (`setup_env.sh`) that configures a complete development environment.\n\n### Features\n\n- Flexible configuration via command line arguments, environment variables, config files\n- Parallel component installation with dependency resolution\n- Smart version detection and management\n- Automatic retry mechanism for failed installations\n- Progress tracking with resume capability\n- Atomic shell configuration management\n- Cross-platform package management\n- Comprehensive logging and debugging support\n- CI/CD optimized with automated mode\n- Cross-platform support (Linux, macOS)\n\n### Usage\n\nBasic setup:\n\n```bash\n./scripts/setup_env.sh\n```\n\nOptions:\n\n- `-h, --help`: Show help message\n- `-v, --version`: Show script version\n- `-s, --skip-checks`: Skip system requirement checks\n- `-d, --debug`: Enable debug mode\n- `-r, --resume`: Resume from last successful step\n\n### Configuration\n\nThe setup script can be configured through multiple methods (in order of precedence):\n\n1. Command line arguments\n2. Environment variables\n3. Configuration file (.setupenv.conf)\n4. Project files (cookiecutter.json, pyproject.toml)\n5. Default values\n\n## 📚 Documentation\n\nFor complete documentation, please visit [macaron.w4w.dev](https://macaron.w4w.dev)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwyattowalsh%2Fmacaron","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwyattowalsh%2Fmacaron","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwyattowalsh%2Fmacaron/lists"}