{"id":22713551,"url":"https://github.com/program--/pyper","last_synced_at":"2026-04-28T17:06:30.416Z","repository":{"id":243863821,"uuid":"615927794","full_name":"program--/pyper","owner":"program--","description":"ETL toolkit based on DuckDB and PRQL","archived":false,"fork":false,"pushed_at":"2023-03-19T04:49:08.000Z","size":3,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-15T16:12:09.273Z","etag":null,"topics":["duckdb","etl","prql","python"],"latest_commit_sha":null,"homepage":"","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/program--.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}},"created_at":"2023-03-19T04:48:44.000Z","updated_at":"2024-11-05T21:23:16.000Z","dependencies_parsed_at":"2024-06-11T17:15:08.410Z","dependency_job_id":null,"html_url":"https://github.com/program--/pyper","commit_stats":null,"previous_names":["program--/pyper"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/program--/pyper","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/program--%2Fpyper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/program--%2Fpyper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/program--%2Fpyper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/program--%2Fpyper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/program--","download_url":"https://codeload.github.com/program--/pyper/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/program--%2Fpyper/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32390156,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-28T14:34:11.604Z","status":"ssl_error","status_checked_at":"2026-04-28T14:32:37.009Z","response_time":56,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["duckdb","etl","prql","python"],"created_at":"2024-12-10T14:09:32.187Z","updated_at":"2026-04-28T17:06:30.401Z","avatar_url":"https://github.com/program--.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Pyper\n\nAn (experimental) ETL toolkit based on [DuckDB](https://duckdb.org/) and [PRQL](https://prql-lang.org/).\n\n## Usage\n\nPyper relies on YAML to describe workflows. We use pydantic to model how a workflow file should look. Here's an example that showcases a simple workflow:\n\n```yaml\n# myworkflow.yaml\nextract:\n  provider: local\n  uri: file:///mnt/ssd/projects/pyper/invoices.csv\n  register: my_data_source\n\ntransform:\n  lang: prql\n  backend: duckdb\n  query: |\n    from my_data_source\n    filter billing_country == \"USA\"\n    group [customer_id] (\n      aggregate [\n        sum total,\n        count,\n      ]\n    )\n\nload:\n  provider: local\n  uri: file:///mnt/ssd/projects/pyper/invoices_usa.csv\n```\n\nThen, using Python:\n\n```python\nimport pyper\npyper.workflow('myworkflow.yaml').exec()\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprogram--%2Fpyper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fprogram--%2Fpyper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprogram--%2Fpyper/lists"}