{"id":16985406,"url":"https://github.com/fengb/pype","last_synced_at":"2026-04-18T17:37:50.985Z","repository":{"id":145215378,"uuid":"133833414","full_name":"fengb/pype","owner":"fengb","description":"Python pipeline operator","archived":false,"fork":false,"pushed_at":"2018-05-17T15:31:13.000Z","size":1,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-29T11:28:15.166Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fengb.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2018-05-17T15:29:57.000Z","updated_at":"2018-05-17T15:31:14.000Z","dependencies_parsed_at":null,"dependency_job_id":"b24b71ab-67cb-405d-a7f8-93da923350e6","html_url":"https://github.com/fengb/pype","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/fengb/pype","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fengb%2Fpype","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fengb%2Fpype/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fengb%2Fpype/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fengb%2Fpype/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fengb","download_url":"https://codeload.github.com/fengb/pype/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fengb%2Fpype/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31978692,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T17:30:12.329Z","status":"ssl_error","status_checked_at":"2026-04-18T17:29:59.069Z","response_time":103,"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":[],"created_at":"2024-10-14T02:43:24.089Z","updated_at":"2026-04-18T17:37:50.966Z","avatar_url":"https://github.com/fengb.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# pype\n\nSilly experiment to add Elixir's pipeline operator into Python.\n\n## Example usage\n\n```python\n\u003e\u003e\u003e import pype\n\n\u003e\u003e\u003e ([1, 2, 3, 4, 5]\n...   | pype.l(filter, lambda x: x%2 == 1)\n...   | pype.l(map, lambda x: x**2)\n... )\n[1, 9, 25]\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffengb%2Fpype","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffengb%2Fpype","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffengb%2Fpype/lists"}