{"id":31784848,"url":"https://github.com/lyaguxafrog/python-backend-devcontainers","last_synced_at":"2026-04-11T12:02:42.293Z","repository":{"id":214010729,"uuid":"735459724","full_name":"lyaguxafrog/python-backend-devcontainers","owner":"lyaguxafrog","description":"A simple and convenient template for python-backend applications","archived":false,"fork":false,"pushed_at":"2024-04-22T16:59:55.000Z","size":203,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"release","last_synced_at":"2025-07-11T13:53:16.210Z","etag":null,"topics":["devcontainer","django","django-rest-framework","docker","flask","graphql","python"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/lyaguxafrog.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}},"created_at":"2023-12-25T02:42:04.000Z","updated_at":"2024-04-22T16:51:20.000Z","dependencies_parsed_at":"2023-12-25T06:19:36.993Z","dependency_job_id":"4519dbf6-cad8-45b0-a7a5-d6491adbd0a6","html_url":"https://github.com/lyaguxafrog/python-backend-devcontainers","commit_stats":null,"previous_names":["lyaguxafrog/python-backend-devcontainer","lyaguxafrog/python-backend-devcontainers"],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/lyaguxafrog/python-backend-devcontainers","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lyaguxafrog%2Fpython-backend-devcontainers","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lyaguxafrog%2Fpython-backend-devcontainers/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lyaguxafrog%2Fpython-backend-devcontainers/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lyaguxafrog%2Fpython-backend-devcontainers/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lyaguxafrog","download_url":"https://codeload.github.com/lyaguxafrog/python-backend-devcontainers/tar.gz/refs/heads/release","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lyaguxafrog%2Fpython-backend-devcontainers/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279003726,"owners_count":26083610,"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","status":"online","status_checked_at":"2025-10-10T02:00:06.843Z","response_time":62,"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":["devcontainer","django","django-rest-framework","docker","flask","graphql","python"],"created_at":"2025-10-10T11:22:40.145Z","updated_at":"2025-10-10T11:22:46.109Z","avatar_url":"https://github.com/lyaguxafrog.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"```\n             ____        _   _                   ____             _                  _ \n            |  _ \\ _   _| |_| |__   ___  _ __   | __ )  __ _  ___| | _____ _ __   __| |\n            | |_) | | | | __| '_ \\ / _ \\| '_ \\  |  _ \\ / _` |/ __| |/ / _ \\ '_ \\ / _` |\n            |  __/| |_| | |_| | | | (_) | | | | | |_) | (_| | (__|   \u003c  __/ | | | (_| |\n            |_|    \\__, |\\__|_| |_|\\___/|_| |_| |____/ \\__,_|\\___|_|\\_\\___|_| |_|\\__,_|\n                   |___/                                                               \n                 ____                            _        _                     \n                |  _ \\  _____   _____ ___  _ __ | |_ __ _(_)_ __   ___ _ __ ___ \n                | | | |/ _ \\ \\ / / __/ _ \\| '_ \\| __/ _` | | '_ \\ / _ \\ '__/ __|\n                | |_| |  __/\\ V / (_| (_) | | | | || (_| | | | | |  __/ |  \\__ \\\n                |____/ \\___| \\_/ \\___\\___/|_| |_|\\__\\__,_|_|_| |_|\\___|_|  |___/\n\n```\n# What is it?\n\n**Python Backend Dev containers(PBD)** - is an application for creating custom containers for develop and prodaction.\n\n# How to use?\n\nYou have two ways to use PBD:\n\n## 1. GitHub repo template\n\nYou can use this repository as a [GitHub template](https://docs.github.com/articles/creating-a-repository-from-a-template/)\n\n1. Above the file list, click **Use this template**.\n2. Select **Create a new repository**.\n![example_picture_1](https://docs.github.com/assets/cb-77734/mw-1440/images/help/repository/use-this-template-button.webp)\n\n3. Type a name for your repository, and an optional description.\n\n![example_picture_2](https://docs.github.com/assets/cb-61138/mw-1440/images/help/repository/create-repository-name.webp)\n\n4. Click **Create repository from template.**\n\n5. **Clone** your repository and run:\n```bash\n./pbd.sh --as-template\n```\n\n----\n\n## 2. Install PBD - IN DEVELOP\n\n\u003c!--You can also install PB and use it locally\n\n1. Clone repository\n```bash\ngit clone https://github.com/lyaguxafrog/python-backend-devcontainers\n```\n2. Run install script\n```bash\n./pbd.sh install\n```\n3. Check installation\n```bash\npbd --help # pbd - command in your shell\n```\n\n---\n\n**If you have any questions, ask in the [issue](https://github.com/lyaguxafrog/python-backend-devcontainers/issues)**\n--\u003e\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flyaguxafrog%2Fpython-backend-devcontainers","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flyaguxafrog%2Fpython-backend-devcontainers","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flyaguxafrog%2Fpython-backend-devcontainers/lists"}