{"id":43881513,"url":"https://github.com/codereport/dovekie","last_synced_at":"2026-02-06T15:29:11.019Z","repository":{"id":230982218,"uuid":"780643262","full_name":"codereport/dovekie","owner":"codereport","description":"A library that defines common SKI combinators from Combinatory Logic.","archived":false,"fork":false,"pushed_at":"2024-04-25T20:12:25.000Z","size":18,"stargazers_count":7,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-27T08:25:28.564Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://pypi.org/project/dovekie","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/codereport.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}},"created_at":"2024-04-01T22:22:23.000Z","updated_at":"2025-09-09T16:45:49.000Z","dependencies_parsed_at":"2024-04-08T19:45:54.483Z","dependency_job_id":"ad729f2d-875d-46ec-8487-c0c5a7010759","html_url":"https://github.com/codereport/dovekie","commit_stats":null,"previous_names":["codereport/dovekie"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/codereport/dovekie","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codereport%2Fdovekie","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codereport%2Fdovekie/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codereport%2Fdovekie/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codereport%2Fdovekie/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codereport","download_url":"https://codeload.github.com/codereport/dovekie/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codereport%2Fdovekie/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29166427,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-06T14:37:12.680Z","status":"ssl_error","status_checked_at":"2026-02-06T14:36:22.973Z","response_time":59,"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":"2026-02-06T15:29:10.265Z","updated_at":"2026-02-06T15:29:11.014Z","avatar_url":"https://github.com/codereport.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# \u003cp align=\"center\"\u003e`dovekie`\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n    \u003ca href=\"https://github.com/codereport/dovekie/issues\" alt=\"contributions welcome\"\u003e\n        \u003cimg src=\"https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat\" /\u003e\u003c/a\u003e\n    \u003ca href=\"https://lbesson.mit-license.org/\" alt=\"MIT license\"\u003e\n        \u003cimg src=\"https://img.shields.io/badge/License-MIT-blue.svg\" /\u003e\u003c/a\u003e    \n    \u003ca href=\"https://www.python.org/\"\u003e\n        \u003cimg src=\"https://img.shields.io/badge/Python-3-ff69b4.svg\"/\u003e\u003c/a\u003e\n    \u003ca href=\"https://github.com/codereport?tab=followers\" alt=\"GitHub followers\"\u003e\n        \u003cimg src=\"https://img.shields.io/github/followers/codereport.svg?style=social\u0026label=Follow\" /\u003e\u003c/a\u003e\n    \u003ca href=\"https://GitHub.com/codereport/dovekie/stargazers/\" alt=\"GitHub stars\"\u003e\n        \u003cimg src=\"https://img.shields.io/github/stars/codereport/dovekie.svg?style=social\u0026label=Star\" /\u003e\u003c/a\u003e\n    \u003ca href=\"https://twitter.com/code_report\" alt=\"Twitter\"\u003e\n        \u003cimg src=\"https://img.shields.io/twitter/follow/code_report.svg?style=social\u0026label=@code_report\" /\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n`dovekie` is a [Python](https://www.python.org/) library that provides SKI combinators from [Combinatory Logic](https://combinatorylogic.com/) and common unary and binary functions that are often used with these combinators. It is the spiritual equivalent of the:\n\n* C++ [`blackbird` library](https://github.com/codereport/blackbird)\n* Rust [`bluebird` library](https://github.com/codereport/bluebird)\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://github.com/codereport/dovekie/assets/36027403/3a51f52e-165c-40e0-a3e0-6318915cef8f\" alt=\"image-removebg-preview\"\u003e\n\u003c/p\u003e\n\nHow to install:\n```bash\npip3 install dovekie\n```\n\nAnd how to use:\n```py\nimport operator as op\nfrom itertools import accumulate\n\nimport dovekie as dk\n\n\ndef mco(xs: list[int]) -\u003e int:\n    return max(accumulate(xs, dk.phi1(op.add, op.mul, dk.r)))\n\nprint(mco([1, 0, 1, 1, 1, 0, 0, 1, 1, 0])) # 3\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodereport%2Fdovekie","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodereport%2Fdovekie","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodereport%2Fdovekie/lists"}