{"id":26642952,"url":"https://github.com/dideler/money.ex","last_synced_at":"2026-06-05T11:31:31.562Z","repository":{"id":237017323,"uuid":"793633866","full_name":"dideler/money.ex","owner":"dideler","description":"Very simple library for money representation in Elixir","archived":false,"fork":false,"pushed_at":"2025-12-11T16:17:58.000Z","size":36,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-05-27T03:07:08.782Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://hexdocs.pm/money_ex","language":"Elixir","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/dideler.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-04-29T15:32:30.000Z","updated_at":"2025-12-11T16:18:02.000Z","dependencies_parsed_at":"2025-12-11T21:06:51.813Z","dependency_job_id":null,"html_url":"https://github.com/dideler/money.ex","commit_stats":null,"previous_names":["dideler/money.ex"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/dideler/money.ex","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dideler%2Fmoney.ex","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dideler%2Fmoney.ex/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dideler%2Fmoney.ex/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dideler%2Fmoney.ex/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dideler","download_url":"https://codeload.github.com/dideler/money.ex/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dideler%2Fmoney.ex/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33939225,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-05T02:00:06.157Z","response_time":120,"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":[],"created_at":"2025-03-24T19:28:38.991Z","updated_at":"2026-06-05T11:31:31.540Z","avatar_url":"https://github.com/dideler.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"# money.ex\n\nSimple lightweight library for money representation in Elixir.\n\nNot yet recommended for use in production while major version is 0.\nCurrently dog-fooding the library in a personal project.\n\n## Installation\n\nAdd `money_ex` to your list of dependencies in `mix.exs`, then run `mix deps.get`.\n\nFrom [Hex](https://hex.pm/packages/money_ex):\n\n```elixir\ndef deps do\n  [\n    {:money_ex, \"~\u003e 0.3.0\"}\n  ]\nend\n```\n\nFrom GitHub:\n\n```elixir\ndef deps do\n  [\n    {:money_ex, github: \"dideler/money.ex\"}\n  ]\nend\n```\n\nFrom Git:\n\n```elixir\ndef deps do\n  [\n    {:money_ex, git: \"https://github.com/dideler/money.ex.git\", tag: \"0.3.0\"}\n  ]\nend\n```\n\nThe docs can be found at [https://hexdocs.pm/money_ex](https://hexdocs.pm/money_ex).\n\n## Goals\n\n- Keep it lightweight, minimal use of dependencies\n- Keep it simple, prefer design decisions that reduce complexity\n- Keep it reasonably fast and performant but not at the expense of simplicity\n- Extendable and configurable, building blocks instead of trying to do everything\n\n## Anti-goals\n\n- Out of the box support for every currency, avoid maintenance hell\n- Cryptocurrency support, only focused on fiat currencies for now\n- Decimal or arbitrary precision for internal representation\n\n## Roadmap\n\n- initialise: ~~new~~, parse (maybe)\n- predicates: ~~equals?~~, ~~zero?~~, ~~positive?~~, ~~negative?~~, ~~gt?~~, ~~lt?~~ ~~ge?/gte?~~ ~~le?/lte?~~ ~~eq?~~ ~~ne?~~, ~~pos?~~, ~~neg?~~\n- operations: ~~add~~, ~~mul~~, ~~div~~, ~~sub~~, ~~abs~~, ~~convert~~, ~~compare~~, ~~split~~, ~~allocate~~\n- presenters: ~~symbol~~, ~~name~~, ~~code~~, ~~to_s/to_string~~\n- extendability: user-defined currencies, conversion rates, rounding strategy\n- documentation: @docs for public API, organise with :group tag, doctests\n- continuous delivery: dialyzer, credo, publish alias, warnings as errors\n- protocols: ~~String.Chars~~, Inspect, Jason.Encoder, Ecto.Type\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdideler%2Fmoney.ex","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdideler%2Fmoney.ex","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdideler%2Fmoney.ex/lists"}