{"id":44307630,"url":"https://github.com/curvelogic/eucalypt","last_synced_at":"2026-04-25T21:01:23.662Z","repository":{"id":34190310,"uuid":"127150693","full_name":"curvelogic/eucalypt","owner":"curvelogic","description":"eucalypt tool for generating and transforming YAML, JSON, TOML","archived":false,"fork":false,"pushed_at":"2026-04-20T17:13:48.000Z","size":6407,"stargazers_count":5,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-04-20T17:24:31.974Z","etag":null,"topics":["fp","json","templating","yaml"],"latest_commit_sha":null,"homepage":"https://curvelogic.github.io/eucalypt/","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/curvelogic.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"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,"notice":null,"maintainers":null,"copyright":null,"agents":"AGENTS.md","dco":null,"cla":null}},"created_at":"2018-03-28T14:13:49.000Z","updated_at":"2026-04-20T16:56:12.000Z","dependencies_parsed_at":"2025-07-04T09:28:12.047Z","dependency_job_id":"e277842b-15c9-49a7-bcc1-52388815cdaa","html_url":"https://github.com/curvelogic/eucalypt","commit_stats":null,"previous_names":[],"tags_count":53,"template":false,"template_full_name":null,"purl":"pkg:github/curvelogic/eucalypt","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/curvelogic%2Feucalypt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/curvelogic%2Feucalypt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/curvelogic%2Feucalypt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/curvelogic%2Feucalypt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/curvelogic","download_url":"https://codeload.github.com/curvelogic/eucalypt/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/curvelogic%2Feucalypt/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32276628,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-25T18:29:39.964Z","status":"ssl_error","status_checked_at":"2026-04-25T18:29:32.149Z","response_time":59,"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":["fp","json","templating","yaml"],"created_at":"2026-02-11T03:19:40.333Z","updated_at":"2026-04-25T21:01:23.646Z","avatar_url":"https://github.com/curvelogic.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# eucalypt\n\n[![eucalypt build](https://github.com/curvelogic/eucalypt/actions/workflows/build-rust.yaml/badge.svg)](https://github.com/curvelogic/eucalypt/actions/workflows/build-rust.yaml)\n\n[Eucalypt](https://curvelogic.github.io/eucalypt/) is a tool and a\nsmall functional language for generating, templating, rendering and\nprocessing structured data formats like YAML, JSON and TOML.\n\n## Quick Example\n\n```eu\ntarget-zones: [\"a\", \"b\", \"c\"] map(\"eu-west-1{}\")\n```\n\nRun with `eu example.eu` to produce:\n\n```yaml\ntarget-zones:\n  - eu-west-1a\n  - eu-west-1b\n  - eu-west-1c\n```\n\n## Features\n\n- Concise native syntax for defining data, functions, and operators\n- YAML embedding with `!eu` tags for in-place data manipulation\n- Powerful block (object) manipulation facilities\n- String interpolation and regular expressions\n- Ergonomic command line interface with environment variable access\n- Standard prelude of built-in functions\n\n## Installation\n\n### macOS (Homebrew)\n\n```sh\nbrew install curvelogic/homebrew-tap/eucalypt\n```\n\n### Linux / macOS (install script)\n\n```sh\ncurl -sSf https://raw.githubusercontent.com/curvelogic/eucalypt/master/install.sh | sh\n```\n\nInstalls the latest release binary to `~/.local/bin`. Set `EUCALYPT_INSTALL_DIR` to override.\n\n### From Source\n\n```sh\ncargo install --path .\n```\n\nSee the [documentation](https://curvelogic.github.io/eucalypt/) for\nother installation options.\n\n## Documentation\n\nFull documentation is available at https://curvelogic.github.io/eucalypt/\n\n- [Getting Started](https://curvelogic.github.io/eucalypt/welcome/quick-start.html)\n- [Language Syntax](https://curvelogic.github.io/eucalypt/reference/syntax.html)\n- [Command Line](https://curvelogic.github.io/eucalypt/reference/cli.html)\n- [Prelude Reference](https://curvelogic.github.io/eucalypt/reference/prelude/index.html)\n\n## Development\n\nEucalypt is implemented in Rust (since v0.2) and builds with cargo:\n\n```sh\ncargo build\ncargo test\n```\n\nInstall a local `eu` binary:\n\n```sh\ncargo install --path .\n```\n\n## License\n\nSee [LICENSE](LICENSE) for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcurvelogic%2Feucalypt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcurvelogic%2Feucalypt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcurvelogic%2Feucalypt/lists"}