{"id":26152196,"url":"https://github.com/timsueberkrueb/baka","last_synced_at":"2026-04-19T22:12:10.784Z","repository":{"id":93304135,"uuid":"86155432","full_name":"timsueberkrueb/baka","owner":"timsueberkrueb","description":":package: Python scriptable build tool and library","archived":false,"fork":false,"pushed_at":"2017-06-17T13:59:11.000Z","size":71,"stargazers_count":0,"open_issues_count":4,"forks_count":0,"subscribers_count":1,"default_branch":"develop","last_synced_at":"2025-12-13T11:43:38.040Z","etag":null,"topics":["baka","docker","lxc","lxd","python","python3","snapcraft"],"latest_commit_sha":null,"homepage":"","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/timsueberkrueb.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.MIT","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":null,"dco":null,"cla":null}},"created_at":"2017-03-25T12:22:27.000Z","updated_at":"2017-07-15T08:12:12.000Z","dependencies_parsed_at":"2023-03-02T06:30:14.626Z","dependency_job_id":null,"html_url":"https://github.com/timsueberkrueb/baka","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/timsueberkrueb/baka","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timsueberkrueb%2Fbaka","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timsueberkrueb%2Fbaka/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timsueberkrueb%2Fbaka/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timsueberkrueb%2Fbaka/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/timsueberkrueb","download_url":"https://codeload.github.com/timsueberkrueb/baka/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timsueberkrueb%2Fbaka/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32024532,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T20:23:30.271Z","status":"online","status_checked_at":"2026-04-19T02:00:07.110Z","response_time":55,"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":["baka","docker","lxc","lxd","python","python3","snapcraft"],"created_at":"2025-03-11T06:58:31.625Z","updated_at":"2026-04-19T22:12:10.779Z","avatar_url":"https://github.com/timsueberkrueb.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Baka\n\nPython tool and library for continuous, clean builds.\nBaka was primarily designed to be used in combination with Snapcraft.\n\n### Dependencies\n\n* `Python \u003e= 3.5`\n    * with all modules listed as `install_requires` in `setup.py`\n* One of the following backends:\n    * [LXC](https://linuxcontainers.org/)\n    * [Docker](https://www.docker.com/)\n\n### Install\n```sh\ncd baka/\npython3 setup.py install\n```\n\n### Usage\n\n*Note:* Baka is work in progress. API and supported features are subject to change without notice.\n\nCreate a `baka.yml` file.\n```yaml\nname: test-project\nsummary: Test project\ndescription: A test project\nenvironment:\n  scripts:  # Use Python scripts to setup the build environment\n    setup: |\n      baka = require('baka', '0.1.0')\n      print(\"setup\")\n      # Execute commands inside the build container\n      baka.box.run(\"touch\", \"/home/baka/environment_setup\")\njobs:\n  - name: my-job\n    extends: base  # You can use pre-defined jobs (e.g. snapcraft)\n    source: .\n    scripts:\n      setup: |  # Run optional scripts for all build steps\n        print(\"setup\")\n      perform: |\n        baka = require('baka', '0.1.0')\n        print(\"perform\")\n        baka.box.run(\"touch\", \"/home/baka/job_perform\")\n      finish: |\n        baka = require('baka', '0.1.0')\n        print(\"finish\")\n        baka.box.run(\"touch\", \"/home/baka/job_finish\")\n```\nUse the baka tool to run all jobs\n```sh\ncd my-project/\nbaka   # See baka --help\n```\n\n### License\nLicensed under the terms of the MIT license.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftimsueberkrueb%2Fbaka","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftimsueberkrueb%2Fbaka","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftimsueberkrueb%2Fbaka/lists"}