{"id":25506,"url":"https://github.com/dry-python/lambdas","last_synced_at":"2026-07-21T12:20:18.998Z","repository":{"id":40418289,"uuid":"216362017","full_name":"dry-python/lambdas","owner":"dry-python","description":"Write short and fully-typed lambdas where you need them.","archived":false,"fork":false,"pushed_at":"2023-12-11T18:03:10.000Z","size":648,"stargazers_count":280,"open_issues_count":15,"forks_count":6,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-08-29T14:32:13.603Z","etag":null,"topics":["composition","dry-python","fp","functional-programming","lambda","lambdas","mypy","mypy-plugins","mypy-stubs","python","python3"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dry-python.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","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},"funding":{"github":"dry-python","open_collective":"dry-python"}},"created_at":"2019-10-20T12:57:31.000Z","updated_at":"2025-08-06T10:41:24.000Z","dependencies_parsed_at":"2023-02-17T08:35:32.288Z","dependency_job_id":"4b29830b-5ca1-42ad-bd9f-7f2caceab7e9","html_url":"https://github.com/dry-python/lambdas","commit_stats":{"total_commits":97,"total_committers":5,"mean_commits":19.4,"dds":"0.38144329896907214","last_synced_commit":"eb89d3704eec9c0683b2e058ebadc9bc28feb055"},"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/dry-python/lambdas","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dry-python%2Flambdas","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dry-python%2Flambdas/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dry-python%2Flambdas/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dry-python%2Flambdas/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dry-python","download_url":"https://codeload.github.com/dry-python/lambdas/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dry-python%2Flambdas/sbom","scorecard":{"id":357224,"data":{"date":"2025-08-11","repo":{"name":"github.com/dry-python/lambdas","commit":"eb89d3704eec9c0683b2e058ebadc9bc28feb055"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":3,"checks":[{"name":"Code-Review","score":5,"reason":"Found 4/8 approved changesets -- score normalized to 5","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Maintained","score":0,"reason":"0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/test.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/dry-python/lambdas/test.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:17: update your workflow using https://app.stepsecurity.io/secureworkflow/dry-python/lambdas/test.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:25: update your workflow using https://app.stepsecurity.io/secureworkflow/dry-python/lambdas/test.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/test.yml:51: update your workflow using https://app.stepsecurity.io/secureworkflow/dry-python/lambdas/test.yml/master?enable=pin","Warn: downloadThenRun not pinned by hash: .github/workflows/test.yml:23","Info:   0 out of   3 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   1 third-party GitHubAction dependencies pinned","Info:   0 out of   1 downloadThenRun dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: BSD 2-Clause \"Simplified\" License: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":0,"reason":"branch protection not enabled on development/release branches","details":["Warn: branch protection not enabled for branch 'master'"],"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 26 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}},{"name":"Vulnerabilities","score":0,"reason":"18 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: PYSEC-2024-230 / GHSA-248v-346w-9cwc","Warn: Project is vulnerable to: PYSEC-2024-4 / GHSA-2mqj-m65w-jghx","Warn: Project is vulnerable to: GHSA-cwvm-v4w8-q58c","Warn: Project is vulnerable to: PYSEC-2024-60 / GHSA-jjg7-2v4v-x38h","Warn: Project is vulnerable to: GHSA-cpwx-vrp4-4pq7","Warn: Project is vulnerable to: GHSA-gmj6-6f8f-6699","Warn: Project is vulnerable to: GHSA-h5c8-rqwp-cp95","Warn: Project is vulnerable to: GHSA-h75v-3vvj-5mfj","Warn: Project is vulnerable to: GHSA-q2x7-8rv6-6q7h","Warn: Project is vulnerable to: GHSA-9hjg-9r4m-mvj7","Warn: Project is vulnerable to: GHSA-9wx4-h78v-vm56","Warn: Project is vulnerable to: PYSEC-2025-49 / GHSA-5rjg-fvgr-3xxf","Warn: Project is vulnerable to: GHSA-cx63-2mw6-8hw5","Warn: Project is vulnerable to: GHSA-34jh-p97f-mpxf","Warn: Project is vulnerable to: PYSEC-2023-212 / GHSA-g4mx-q9vg-27p4","Warn: Project is vulnerable to: GHSA-pq67-6m6q-mj2v","Warn: Project is vulnerable to: PYSEC-2023-192 / GHSA-v845-jxx5-vc9f","Warn: Project is vulnerable to: GHSA-jfmj-5v4g-7637"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}}]},"last_synced_at":"2025-08-18T09:54:23.212Z","repository_id":40418289,"created_at":"2025-08-18T09:54:23.212Z","updated_at":"2025-08-18T09:54:23.212Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":276874673,"owners_count":25720236,"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-09-25T02:00:09.612Z","response_time":80,"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":["composition","dry-python","fp","functional-programming","lambda","lambdas","mypy","mypy-plugins","mypy-stubs","python","python3"],"created_at":"2024-01-12T16:51:08.254Z","updated_at":"2025-09-25T06:27:39.006Z","avatar_url":"https://github.com/dry-python.png","language":"Python","project_url":"https://opencollective.ecosyste.ms/api/v1/projects/25506","html_url":"https://opencollective.ecosyste.ms/projects/25506","collective":{"id":1667,"uuid":"53kzxy4v-07wlr6mz-r7eqmj9n-o8agdbe5","slug":"dry-python","name":"dry-python","description":"A set of libraries for pluggable business logic components","website":"https://dry-python.org/","github":"dry-python","twitter":"dry_py","repository_url":null,"social_links":[{"type":"WEBSITE","url":"https://dry-python.org/"},{"type":"TWITTER","url":"https://twitter.com/dry_py"},{"type":"GITHUB","url":"https://github.com/dry-python"}],"currency":"USD","projects_count":10,"last_synced_at":"2026-07-27T12:15:17.583Z","created_at":"2024-01-10T13:17:50.536Z","updated_at":"2026-07-27T12:15:17.739Z","transactions_count":67,"balance":131.47000000000003,"account_type":"COLLECTIVE","owner":{"login":"dry-python","name":"dry-python","uuid":"37993755","kind":"organization","description":"A set of libraries for pluggable business logic components.","email":"mail@sobolevn.me","website":"https://dry-labs.github.io","location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/37993755?v=4","repositories_count":10,"last_synced_at":"2026-01-29T13:51:54.074Z","metadata":{"has_sponsors_listing":true,"funding":{"github":"dry-python","open_collective":"dry-python","custom":"https://boosty.to/sobolevn"}},"html_url":"https://github.com/dry-python","funding_links":["https://github.com/sponsors/dry-python","https://opencollective.com/dry-python","https://boosty.to/sobolevn"],"total_stars":5412,"followers":353,"following":0,"created_at":"2022-11-13T16:20:47.472Z","updated_at":"2026-01-29T13:51:54.074Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dry-python","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dry-python/repositories"},"last_project_activity_at":"2025-10-21T07:03:57.000Z","archived":false,"no_funding":false,"no_license":false,"host":"opensource","collective_created_at":"2020-03-17T10:41:37.482Z","collective_updated_at":"2021-06-16T09:29:46.242Z","html_url":"https://opencollective.com/dry-python","icon_url":"https://images.opencollective.com/dry-python/logo/40.png","total_donations":2122.9,"total_expenses":-2146.0400000000004,"current_balance":131.47000000000003,"api_url":"https://opencollective.ecosyste.ms/api/v1/collectives/dry-python","url":"https://opencollective.ecosyste.ms/collectives/dry-python","projects_url":"https://opencollective.ecosyste.ms/api/v1/collectives/dry-python/projects"}}