{"id":25604354,"url":"https://github.com/sixpounder/pigeon","last_synced_at":"2026-04-26T11:30:19.937Z","repository":{"id":256213514,"uuid":"854320307","full_name":"sixpounder/pigeon","owner":"sixpounder","description":"Java library of types for never-throw oriented programming","archived":false,"fork":false,"pushed_at":"2024-12-11T00:50:34.000Z","size":108,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-12-11T01:18:56.599Z","etag":null,"topics":["java","never-throw","utility"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sixpounder.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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":"2024-09-09T00:20:12.000Z","updated_at":"2024-12-11T00:50:37.000Z","dependencies_parsed_at":"2024-12-11T01:18:31.010Z","dependency_job_id":"e0f45ce4-e146-4032-8724-3de0a6386bd5","html_url":"https://github.com/sixpounder/pigeon","commit_stats":null,"previous_names":["sixpounder/pigeon"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sixpounder%2Fpigeon","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sixpounder%2Fpigeon/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sixpounder%2Fpigeon/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sixpounder%2Fpigeon/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sixpounder","download_url":"https://codeload.github.com/sixpounder/pigeon/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240058639,"owners_count":19741492,"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","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":["java","never-throw","utility"],"created_at":"2025-02-21T17:32:12.256Z","updated_at":"2026-04-26T11:30:19.866Z","avatar_url":"https://github.com/sixpounder.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Pigeon\n\n**Pigeon** is a Java library that provides a safer, exception-free approach to error handling. It leverages *never-throw* oriented types, such as `Result` and `Option`, to manage success and failure explicitly, inspired by functional programming paradigms. With Pigeon, errors are no longer hidden behind exceptions, promoting cleaner, more maintainable code by making error handling a core part of the type system.\n\n## Features\n\n- **Never-throw philosophy:** Avoids traditional exception handling in favor of `Result` and `Option` types, ensuring all outcomes are explicitly handled.\n- **Core types:**\n    - `Result\u003cT, E\u003e`: Represents an operation's success (`Ok\u003cT\u003e`) or failure (`Err\u003cE\u003e`).\n    - `Option\u003cT\u003e`: Encapsulates a value (`Some\u003cT\u003e`) or the absence of one (`None`).\n- **Utility types**:\n    - `Metadata\u003cT\u003e`: Decorates a type with metadata\n- **Chainable API:** Methods are designed to be easily composed and chained, leading to concise and expressive code.\n- **Explicit error handling:** Prevents silent failures and ensures all potential errors are addressed at compile time.\n- **Functional approach:** Aligns with functional programming practices, encouraging pure functions and immutability.\n\n## Installation\n\nTo use Pigeon in your project, add the following dependency to your `pom.xml` (for Maven):\n\n```xml\n\u003cdependency\u003e\n    \u003cgroupId\u003eorg.storynode\u003c/groupId\u003e\n    \u003cartifactId\u003epigeon\u003c/artifactId\u003e\n    \u003cversion\u003e0.1.0\u003c/version\u003e\n\u003c/dependency\u003e\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsixpounder%2Fpigeon","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsixpounder%2Fpigeon","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsixpounder%2Fpigeon/lists"}