{"id":13741666,"url":"https://github.com/massivefermion/birl","last_synced_at":"2025-04-06T09:11:09.155Z","repository":{"id":65046860,"uuid":"581255290","full_name":"massivefermion/birl","owner":"massivefermion","description":"datetime handling for gleam","archived":false,"fork":false,"pushed_at":"2024-12-18T17:44:43.000Z","size":5464,"stargazers_count":79,"open_issues_count":8,"forks_count":12,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-30T08:11:50.016Z","etag":null,"topics":["date","datetime","duration","erlang","gleam","javascript","monotonic","time"],"latest_commit_sha":null,"homepage":"https://hex.pm/packages/birl","language":"Gleam","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/massivefermion.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":"2022-12-22T17:23:49.000Z","updated_at":"2025-02-24T21:33:51.000Z","dependencies_parsed_at":"2023-09-22T22:41:25.251Z","dependency_job_id":"da074c44-c129-4c77-ba69-ad13bc90037c","html_url":"https://github.com/massivefermion/birl","commit_stats":null,"previous_names":[],"tags_count":42,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/massivefermion%2Fbirl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/massivefermion%2Fbirl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/massivefermion%2Fbirl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/massivefermion%2Fbirl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/massivefermion","download_url":"https://codeload.github.com/massivefermion/birl/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247457803,"owners_count":20941906,"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":["date","datetime","duration","erlang","gleam","javascript","monotonic","time"],"created_at":"2024-08-03T04:01:01.540Z","updated_at":"2025-04-06T09:11:09.110Z","avatar_url":"https://github.com/massivefermion.png","language":"Gleam","funding_links":[],"categories":["Packages"],"sub_categories":["Time"],"readme":"![birl](https://raw.githubusercontent.com/massivefermion/birl/main/banner.png)\n\n[![Package Version](https://img.shields.io/hexpm/v/birl)](https://hex.pm/packages/birl)\n[![Hex Docs](https://img.shields.io/badge/hex-docs-ffaff3)](https://hexdocs.pm/birl/)\n\n# birl\n\nDate/Time handling for gleam\n\n## \u003cimg width=32 src=\"https://raw.githubusercontent.com/massivefermion/birl/main/icon.png\"\u003e Quick start\n\n```sh\ngleam run   # Run the project\ngleam test  # Run the tests\ngleam shell # Run an Erlang shell\n```\n\n## \u003cimg width=32 src=\"https://raw.githubusercontent.com/massivefermion/birl/main/icon.png\"\u003e Installation\n\nThis package can be added to your Gleam project:\n\n```sh\ngleam add birl\n```\n\nand its documentation can be found at \u003chttps://hexdocs.pm/birl\u003e.\n\n## \u003cimg width=32 src=\"https://raw.githubusercontent.com/massivefermion/birl/main/icon.png\"\u003e Usage\n\n```gleam\nimport birl\nimport birl/duration\n\npub fn main() {\n    let now = birl.now()\n    let two_weeks_later = birl.add(now, duration.weeks(2))\n    birl.to_iso8601(two_weeks_later)\n}\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmassivefermion%2Fbirl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmassivefermion%2Fbirl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmassivefermion%2Fbirl/lists"}