{"id":20314467,"url":"https://github.com/release-engineering/pushcollector","last_synced_at":"2025-04-11T17:17:24.340Z","repository":{"id":35010892,"uuid":"196285448","full_name":"release-engineering/pushcollector","owner":"release-engineering","description":"A Python library to collect information from push tasks","archived":false,"fork":false,"pushed_at":"2025-01-22T21:39:51.000Z","size":555,"stargazers_count":1,"open_issues_count":1,"forks_count":11,"subscribers_count":9,"default_branch":"master","last_synced_at":"2025-03-25T13:11:28.509Z","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":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/release-engineering.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null}},"created_at":"2019-07-10T22:59:47.000Z","updated_at":"2025-01-22T21:39:55.000Z","dependencies_parsed_at":"2023-02-17T01:40:19.279Z","dependency_job_id":null,"html_url":"https://github.com/release-engineering/pushcollector","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/release-engineering%2Fpushcollector","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/release-engineering%2Fpushcollector/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/release-engineering%2Fpushcollector/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/release-engineering%2Fpushcollector/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/release-engineering","download_url":"https://codeload.github.com/release-engineering/pushcollector/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248447600,"owners_count":21105140,"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-14T18:15:29.811Z","updated_at":"2025-04-11T17:17:24.308Z","avatar_url":"https://github.com/release-engineering.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"pushcollector\n=============\n\nA Python library for collecting information from push tasks, used by\n[release-engineering](https://github.com/release-engineering) publishing tools.\n\n[![Build Status](https://travis-ci.org/release-engineering/pushcollector.svg?branch=master)](https://travis-ci.org/release-engineering/pushcollector)\n[![Coverage Status](https://coveralls.io/repos/github/release-engineering/pushcollector/badge.svg?branch=master)](https://coveralls.io/github/release-engineering/pushcollector?branch=master)\n\n- [Source](https://github.com/release-engineering/pushcollector)\n- [Documentation](https://release-engineering.github.io/pushcollector/)\n- [PyPI](https://pypi.org/project/pushcollector)\n\n\nInstallation\n------------\n\nInstall the `pushcollector` package from PyPI.\n\n```\npip install pushcollector\n```\n\n\nUsage Example\n-------------\n\n```python\nfrom pushcollector import Collector\n\n# Get an instance of a collector; the concrete backend returned\n# may differ per execution environment\ncollector = Collector.get()\n\n# Save a log file\ncollector.attach_file('pushlog.json', json.dumps(somedata)).result()\n\n# Append to a log file\ncollector.append_file('pushlog.txt', sometext).result()\n\n# Save some push item(s)\ncollector.update_push_items(items).result()\n```\n\nDevelopment\n-----------\n\nPatches may be contributed via pull requests to\nhttps://github.com/release-engineering/pushcollector.\n\nAll changes must pass the automated test suite, along with various static\nchecks.\n\nThe [Black](https://black.readthedocs.io/) code style is enforced.\nEnabling autoformatting via a pre-commit hook is recommended:\n\n```\npip install -r requirements-dev.txt\npre-commit install\n```\n\nLicense\n-------\n\nThis program is free software: you can redistribute it and/or modify\nit under the terms of the GNU General Public License as published by\nthe Free Software Foundation, either version 3 of the License, or\n(at your option) any later version.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frelease-engineering%2Fpushcollector","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frelease-engineering%2Fpushcollector","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frelease-engineering%2Fpushcollector/lists"}