{"id":14065278,"url":"https://github.com/abilian/buildstr","last_synced_at":"2025-07-09T20:32:34.410Z","repository":{"id":144719055,"uuid":"614508494","full_name":"abilian/buildstr","owner":"abilian","description":null,"archived":false,"fork":false,"pushed_at":"2023-08-08T13:23:13.000Z","size":59,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-06-09T07:59:10.021Z","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":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/abilian.png","metadata":{"files":{"readme":"README.md","changelog":"HISTORY.rst","contributing":"CONTRIBUTING.rst","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":"AUTHORS.rst","dei":null}},"created_at":"2023-03-15T18:17:59.000Z","updated_at":"2023-04-20T02:34:09.000Z","dependencies_parsed_at":"2024-02-15T00:45:00.636Z","dependency_job_id":"0009edb8-d08a-4956-ab32-e99edb242bb4","html_url":"https://github.com/abilian/buildstr","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/abilian/buildstr","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abilian%2Fbuildstr","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abilian%2Fbuildstr/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abilian%2Fbuildstr/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abilian%2Fbuildstr/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/abilian","download_url":"https://codeload.github.com/abilian/buildstr/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abilian%2Fbuildstr/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264502663,"owners_count":23618670,"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":[],"created_at":"2024-08-13T07:04:24.338Z","updated_at":"2025-07-09T20:32:34.385Z","avatar_url":"https://github.com/abilian.png","language":"Python","funding_links":[],"categories":["Python"],"sub_categories":[],"readme":"# Fancy Pythonic String Builder\n\n[![image](https://img.shields.io/pypi/v/buildstr.svg)](https://pypi.python.org/pypi/buildstr)\n\n[![image](https://img.shields.io/travis/sfermigier/buildstr.svg)](https://travis-ci.com/sfermigier/buildstr)\n\n[![Documentation Status](https://readthedocs.org/projects/str-builder/badge/?version=latest)](https://str-builder.readthedocs.io/en/latest/?version=latest)\n\n-   Free software: Apache Software License 2.0\n\u003c!-- -   Documentation: \u003chttps://str-builder.readthedocs.io\u003e. --\u003e\n\n## Features\n\n- Builds strings in a pythonic way.\n- We're using the `with` statement to build substrings.\n- Python code can be interleaved with the string building. \n\nUseful for generating code.\n\n## Example\n\n```python\n\nfrom buildstr import Builder\n\nb = Builder(\"A\")\nb \u003c\u003c \"B\"\nwith b(surround=(\"{ \", \" }\"), separator=\"; \") as b1:\n    b1 \u003c\u003c [\"a\", \"b\", \"c\"]\n\nassert b.build() == \"A B { a; b; c }\"\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabilian%2Fbuildstr","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fabilian%2Fbuildstr","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabilian%2Fbuildstr/lists"}