{"id":21379617,"url":"https://github.com/oldpatricka/bootstrap","last_synced_at":"2025-03-16T10:27:05.541Z","repository":{"id":1781916,"uuid":"2705255","full_name":"oldpatricka/bootstrap","owner":"oldpatricka","description":null,"archived":false,"fork":false,"pushed_at":"2011-11-04T22:10:43.000Z","size":100,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-22T22:31:24.522Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","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/oldpatricka.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2011-11-03T21:18:02.000Z","updated_at":"2013-10-01T19:53:37.000Z","dependencies_parsed_at":"2022-09-07T17:01:49.808Z","dependency_job_id":null,"html_url":"https://github.com/oldpatricka/bootstrap","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oldpatricka%2Fbootstrap","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oldpatricka%2Fbootstrap/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oldpatricka%2Fbootstrap/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oldpatricka%2Fbootstrap/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/oldpatricka","download_url":"https://codeload.github.com/oldpatricka/bootstrap/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243855795,"owners_count":20358880,"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-11-22T10:21:40.441Z","updated_at":"2025-03-16T10:27:05.521Z","avatar_url":"https://github.com/oldpatricka.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# EPU Bootstrap\n\nTemporary home of new EPU bootstrapping code\n\n## Prerequisites\n\npyyaml==3.10\n\n## Usage\n\nTo use this bootstrapping code, you should subclass the bootstrap.Service\nobject, then initialize that object from your main function. In general, this\nwill look something like:\n\nmyservice.py:\n\n    from bootstrap import Service\n\n    class MyService(Service):\n\n        def __init__(self, *args, **kwargs):\n            super(MyService, self).__init__(*args, **kwargs)\n\n            self.log = self.get_logger()\n\n            self.log.info(\"Hello from MyService!\")\n\n\n    MyService()\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foldpatricka%2Fbootstrap","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foldpatricka%2Fbootstrap","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foldpatricka%2Fbootstrap/lists"}