{"id":20314572,"url":"https://github.com/release-engineering/pushsource","last_synced_at":"2025-04-11T17:20:22.924Z","repository":{"id":36996547,"uuid":"240985049","full_name":"release-engineering/pushsource","owner":"release-engineering","description":"A library to load push items from a variety of sources","archived":false,"fork":false,"pushed_at":"2025-04-08T20:27:33.000Z","size":5728,"stargazers_count":3,"open_issues_count":1,"forks_count":25,"subscribers_count":11,"default_branch":"master","last_synced_at":"2025-04-10T15:04:46.642Z","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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-02-16T23:49:05.000Z","updated_at":"2025-04-08T20:27:37.000Z","dependencies_parsed_at":"2023-09-27T00:51:26.423Z","dependency_job_id":"2f7439f0-fef8-4406-98b0-3d933d65a242","html_url":"https://github.com/release-engineering/pushsource","commit_stats":{"total_commits":383,"total_committers":22,"mean_commits":17.40909090909091,"dds":0.5744125326370757,"last_synced_commit":"fd62dcdfc16170c24dd0130f57c3ebdf8aa1a8df"},"previous_names":[],"tags_count":68,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/release-engineering%2Fpushsource","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/release-engineering%2Fpushsource/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/release-engineering%2Fpushsource/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/release-engineering%2Fpushsource/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/release-engineering","download_url":"https://codeload.github.com/release-engineering/pushsource/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248447609,"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:53.485Z","updated_at":"2025-04-11T17:20:22.898Z","avatar_url":"https://github.com/release-engineering.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"pushsource\n==========\n\nA Python library for collecting content from various sources, used by\n[release-engineering](https://github.com/release-engineering) publishing tools.\n\n[![PyPI](https://img.shields.io/pypi/v/pushsource)](https://pypi.org/project/pushsource/)\n![Build Status](https://github.com/release-engineering/pushsource/actions/workflows/tox-test.yml/badge.svg)\n\n- [Source](https://github.com/release-engineering/pushsource)\n- [Documentation](https://release-engineering.github.io/pushsource/)\n\n\nInstallation\n------------\n\nInstall the `pushsource` package from PyPI.\n\n```\npip install pushsource\n```\n\n\nUsage Example\n-------------\n\n```python\nfrom pushsource import Source\n\n# Get a source of content; sources and their parameters can be\n# specified by URL. This source will use a couple of RPMs from\n# Fedora koji as the content source.\nwith Source.get('koji:https://koji.fedoraproject.org/kojihub?rpm=python3-3.7.5-2.fc31.x86_64.rpm,python3-3.7.5-2.fc31.src.rpm') as source:\n  # Iterate over the content and do something with it:\n  for push_item in source:\n    publish(push_item)\n```\n\nDevelopment\n-----------\n\nPatches may be contributed via pull requests to\nhttps://github.com/release-engineering/pushsource.\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%2Fpushsource","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frelease-engineering%2Fpushsource","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frelease-engineering%2Fpushsource/lists"}