{"id":16505557,"url":"https://github.com/davidbrochart/rightside","last_synced_at":"2026-06-08T12:32:49.656Z","repository":{"id":88094164,"uuid":"132331516","full_name":"davidbrochart/rightside","owner":"davidbrochart","description":null,"archived":false,"fork":false,"pushed_at":"2018-05-13T16:29:55.000Z","size":8,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-11-29T09:10:29.403Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/davidbrochart.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":"2018-05-06T11:19:50.000Z","updated_at":"2018-05-13T16:29:57.000Z","dependencies_parsed_at":"2023-05-18T07:16:13.075Z","dependency_job_id":null,"html_url":"https://github.com/davidbrochart/rightside","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/davidbrochart/rightside","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidbrochart%2Frightside","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidbrochart%2Frightside/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidbrochart%2Frightside/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidbrochart%2Frightside/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/davidbrochart","download_url":"https://codeload.github.com/davidbrochart/rightside/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidbrochart%2Frightside/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34063150,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-08T02:00:07.615Z","response_time":111,"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":"2024-10-11T15:12:24.407Z","updated_at":"2026-06-08T12:32:49.639Z","avatar_url":"https://github.com/davidbrochart.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"A tiny template engine that doesn't invite itself inside your code, but gently shows on the right side.\n\n```python\nimport rightside\n\ntext = '''\\\nThis is just to show what you can do with rightside.\n\nYou can filter lines,\nremove unwanted ones,                       *if* a == 3\nand keep only the ones that you want.       *elif* a + 1 == 3\n\nYou can word1 word2.                        *for* word1, word2 in [('replace', 'things'), ('repeat', 'them')]\n\n                                            *for* _ in range(3):\nYou can repeat/replace conditionally (_).       *if* _ == 1\n                                            *endfor*\n'''\n\nrightside.a = 2\nprint(rightside.process(text))\n```\n\n```\nThis is just to show what you can do with rightside.\n\nYou can filter lines,\nand keep only the ones that you want.\n\nYou can replace things.\nYou can repeat them.\n\nYou can repeat/replace conditionally (1).\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavidbrochart%2Frightside","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdavidbrochart%2Frightside","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavidbrochart%2Frightside/lists"}