{"id":25439619,"url":"https://github.com/brthor/bitbucket-pipelines-python-postgres-redis","last_synced_at":"2025-06-24T23:08:04.322Z","repository":{"id":74586924,"uuid":"78274888","full_name":"brthor/bitbucket-pipelines-python-postgres-redis","owner":"brthor","description":"Bitbucket Pipelines template with python 2.7, Postgresql and redis 2.8","archived":false,"fork":false,"pushed_at":"2017-01-07T11:29:28.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-15T09:43:27.852Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/brthor.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,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2017-01-07T11:23:21.000Z","updated_at":"2017-02-21T22:27:44.000Z","dependencies_parsed_at":"2023-02-27T03:01:30.244Z","dependency_job_id":null,"html_url":"https://github.com/brthor/bitbucket-pipelines-python-postgres-redis","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/brthor/bitbucket-pipelines-python-postgres-redis","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brthor%2Fbitbucket-pipelines-python-postgres-redis","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brthor%2Fbitbucket-pipelines-python-postgres-redis/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brthor%2Fbitbucket-pipelines-python-postgres-redis/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brthor%2Fbitbucket-pipelines-python-postgres-redis/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/brthor","download_url":"https://codeload.github.com/brthor/bitbucket-pipelines-python-postgres-redis/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brthor%2Fbitbucket-pipelines-python-postgres-redis/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261771141,"owners_count":23207221,"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-02-17T10:19:55.243Z","updated_at":"2025-06-24T23:08:04.312Z","avatar_url":"https://github.com/brthor.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Bitbucket Pipelines Template\n\nPython, Postgresql, and Redis are included. Use this template for your `bitbucket-pipelines.yml`\n\n```\nimage: brthornbury/bitbucket-pipelines-python-postgres-redis\n\npipelines:\n  default:\n    - step:\n        script: # Modify the commands below to build your repository.\n          - /etc/init.d/postgresql start # starting the service\n          - sudo -u postgres sh -c 'createuser root \u0026 createdb testdb' # creating a root user \n          - sudo -u postgres psql -c \"ALTER USER root PASSWORD 'password';\" # setting up the root password\n          - redis-server --daemonize yes\n          - pip install psycopg2 redis\n          - python test.py\n```\n\nSee the main repository on bitbucket, where the above pipeline file is used to test this template.\n\n[https://bitbucket.org/brthornbury/bitbucket-pipelines-python-postgres-redis](https://bitbucket.org/brthornbury/bitbucket-pipelines-python-postgres-redis)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrthor%2Fbitbucket-pipelines-python-postgres-redis","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbrthor%2Fbitbucket-pipelines-python-postgres-redis","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrthor%2Fbitbucket-pipelines-python-postgres-redis/lists"}