{"id":15629011,"url":"https://github.com/pwwang/pyppl_export","last_synced_at":"2025-10-06T07:57:15.782Z","repository":{"id":76855219,"uuid":"229981999","full_name":"pwwang/pyppl_export","owner":"pwwang","description":null,"archived":false,"fork":false,"pushed_at":"2020-06-06T05:10:41.000Z","size":40,"stargazers_count":1,"open_issues_count":1,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-29T18:14:03.266Z","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/pwwang.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":"2019-12-24T17:43:54.000Z","updated_at":"2021-09-10T00:10:00.000Z","dependencies_parsed_at":null,"dependency_job_id":"1552be58-4d06-4619-9aa7-1ff322d83a94","html_url":"https://github.com/pwwang/pyppl_export","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/pwwang/pyppl_export","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pwwang%2Fpyppl_export","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pwwang%2Fpyppl_export/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pwwang%2Fpyppl_export/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pwwang%2Fpyppl_export/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pwwang","download_url":"https://codeload.github.com/pwwang/pyppl_export/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pwwang%2Fpyppl_export/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278577933,"owners_count":26009701,"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","status":"online","status_checked_at":"2025-10-06T02:00:05.630Z","response_time":65,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2024-10-03T10:25:19.325Z","updated_at":"2025-10-06T07:57:15.760Z","avatar_url":"https://github.com/pwwang.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# pyppl_export\n\nExport outputs generated by PyPPL pipelines:\n\n1. export whole output to a directory\n2. export partial output to a directory\n3. resume process from export directory\n\n```python\n# export all output\nPyPPL(config_export_dir = './export')\n\n# export output with key outfile1\n# pXXX.output = 'outfile1:file:..., outfile2:file:...'\nPyPPL(config_export_dir = './export', config_export_part = 'outfile1')\n\n# export output with .txt files only\nPyPPL(config_export_dir = './export', config_export_part = '*.txt')\n\n# export output with output key \"outfile\"\nPyPPL(config_export_dir = './export', config_export_part = 'outfile')\n# Use proc and job data to select\nPyPPL(config_export_dir = './export', config_export_part = '*.{{args.ext}}')\n\n# use export directory to make cache job cached\nPyPPL(config_export_dir = './export', cache = 'export')\n\n# copy the output to export directory\nPyPPL(config_export_dir = './export', config_export_how = 'copy')\n# move, but keep symblic links in the output directory\nPyPPL(config_export_dir = './export', config_export_how = 'move')\n# gzip single file and tar-gzip the directory\nPyPPL(config_export_dir = './export', config_export_how = 'gz')\n# Just create symblic links in export directory\nPyPPL(config_export_dir = './export', config_export_how = 'link')\n# Don't overwrite existing files\nPyPPL(config_export_dir = './export', config_export_ow = False)\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpwwang%2Fpyppl_export","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpwwang%2Fpyppl_export","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpwwang%2Fpyppl_export/lists"}