{"id":24583491,"url":"https://github.com/parrotmac/poetrypg","last_synced_at":"2025-03-17T17:14:33.523Z","repository":{"id":36989762,"uuid":"479876965","full_name":"parrotmac/poetrypg","owner":"parrotmac","description":"Python Poetry image with basic requirements for a PostgreSQL app","archived":false,"fork":false,"pushed_at":"2023-08-23T04:47:35.000Z","size":53,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-01-24T04:46:39.384Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://hub.docker.com/r/isaacp/poetrypg/tags","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/parrotmac.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":"2022-04-10T00:39:25.000Z","updated_at":"2023-03-04T04:43:24.000Z","dependencies_parsed_at":"2023-02-12T17:20:20.013Z","dependency_job_id":null,"html_url":"https://github.com/parrotmac/poetrypg","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/parrotmac%2Fpoetrypg","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/parrotmac%2Fpoetrypg/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/parrotmac%2Fpoetrypg/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/parrotmac%2Fpoetrypg/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/parrotmac","download_url":"https://codeload.github.com/parrotmac/poetrypg/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244075636,"owners_count":20393979,"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":"2025-01-24T04:46:49.546Z","updated_at":"2025-03-17T17:14:33.506Z","avatar_url":"https://github.com/parrotmac.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# poetrypg\n\nPrebuilt Poetry images that aspire to have the prerequisites available for a Python-based PostgreSQL app.\n\nThe main target for this container is to be used as a basis for things like Django or SQLAlchemy that connect to a PostgreSQL DB and are using Poetry.\n\n### Goals\n- [x] Auto-update from Poetry versions\n- [ ] Auto-update from Python versions\n- [ ] Auto-update from Debian \u0026 Alpine versions\n\nSince these containers are, in turn, based on other containers, we'll probably need a way to query the DockerHub API for avaialble versions.\n\n### Example Usage\n\n```dockerfile\nFROM isaacp/poetrypg:1.1.13-py3.9.12-alpine # Or, ya know, whatever version\n\n# This will be our example app's home\nWORKDIR /app\n\nCOPY pyproject.toml poetry.lock ./\n\n# Install dependencies\nRUN poetry install --no-ansi --no-dev\n\n# Copy all your project files\n# While this can be done earlier, it can be convienient to cache the above steps since they may take longer to complete.\nCOPY . ./\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fparrotmac%2Fpoetrypg","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fparrotmac%2Fpoetrypg","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fparrotmac%2Fpoetrypg/lists"}