{"id":20325325,"url":"https://github.com/ericfrancis12/stripol","last_synced_at":"2026-04-15T20:31:39.090Z","repository":{"id":257798138,"uuid":"862108493","full_name":"EricFrancis12/stripol","owner":"EricFrancis12","description":"An extremely simple \u0026 easy-to-use string interpolation package.","archived":false,"fork":false,"pushed_at":"2024-12-02T17:44:43.000Z","size":13,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-04T10:32:56.067Z","etag":null,"topics":["string-interpolation","string-manipulation"],"latest_commit_sha":null,"homepage":"","language":"Go","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/EricFrancis12.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}},"created_at":"2024-09-24T03:49:41.000Z","updated_at":"2024-12-02T17:44:46.000Z","dependencies_parsed_at":null,"dependency_job_id":"be334092-4c2d-4181-9871-a61a92042584","html_url":"https://github.com/EricFrancis12/stripol","commit_stats":null,"previous_names":["ericfrancis12/stripol"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/EricFrancis12/stripol","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EricFrancis12%2Fstripol","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EricFrancis12%2Fstripol/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EricFrancis12%2Fstripol/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EricFrancis12%2Fstripol/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/EricFrancis12","download_url":"https://codeload.github.com/EricFrancis12/stripol/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EricFrancis12%2Fstripol/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31859211,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-15T15:24:51.572Z","status":"ssl_error","status_checked_at":"2026-04-15T15:24:39.138Z","response_time":63,"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":["string-interpolation","string-manipulation"],"created_at":"2024-11-14T19:39:29.365Z","updated_at":"2026-04-15T20:31:39.073Z","avatar_url":"https://github.com/EricFrancis12.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# StrIpol\n\nAn extremely simple \u0026 easy-to-use string interpolation package.\n\n## Example\n\n```go\npackage main\n\nimport (\n    \"fmt\"\n\n    \"github.com/EricFrancis12/stripol\"\n)\n\nfunc main() {\n    s := stripol.New(\"{{\", \"}}\")\n\n    s.RegisterVar(\"NAME\", \"Mike Tyson\")\n    s.RegisterVar(\"PET\", \"tiger\")\n\n    str := \"{{ NAME }} has a pet {{ PET }}.\"\n    result := s.Eval(str)\n\n    fmt.Println(result)\n    // Mike Tyson has a pet tiger.\n}\n```\n\n## Installation\n\n```bash\ngo get github.com/EricFrancis12/stripol\n```\n\n## Testing\n\n```bash\nmake test\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fericfrancis12%2Fstripol","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fericfrancis12%2Fstripol","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fericfrancis12%2Fstripol/lists"}