{"id":16341820,"url":"https://github.com/adimit/libledger","last_synced_at":"2025-11-05T13:30:35.278Z","repository":{"id":66452569,"uuid":"231837546","full_name":"adimit/libledger","owner":"adimit","description":"experimental (de)serialisation support for ledger like files in Dart","archived":false,"fork":false,"pushed_at":"2020-03-05T22:03:31.000Z","size":132,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-15T16:42:31.895Z","etag":null,"topics":["accounting","dart","ledger","ledger-cli"],"latest_commit_sha":null,"homepage":null,"language":"Dart","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/adimit.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}},"created_at":"2020-01-04T22:29:54.000Z","updated_at":"2020-02-13T12:03:42.000Z","dependencies_parsed_at":"2023-02-22T12:00:35.643Z","dependency_job_id":null,"html_url":"https://github.com/adimit/libledger","commit_stats":{"total_commits":129,"total_committers":2,"mean_commits":64.5,"dds":0.2945736434108527,"last_synced_commit":"b392f9fc45ac8ebb2daf2f357a52fe77d96386b1"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adimit%2Flibledger","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adimit%2Flibledger/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adimit%2Flibledger/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adimit%2Flibledger/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/adimit","download_url":"https://codeload.github.com/adimit/libledger/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239460962,"owners_count":19642500,"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":["accounting","dart","ledger","ledger-cli"],"created_at":"2024-10-11T00:00:27.507Z","updated_at":"2025-11-05T13:30:35.237Z","avatar_url":"https://github.com/adimit.png","language":"Dart","readme":"[![Build Status](https://travis-ci.com/adimit/libledger.svg?branch=master)](https://travis-ci.com/adimit/libledger)\n\n-----\n\n# Description\n\nExperimental parsing support for the [ledger](https://www.ledger-cli.org/) file\nformat.\n\n# License\n\nMIT. See the `LICENSE` file.\n\n## Usage\n\nA simple usage example:\n\n```dart\nimport 'package:libledger/libledger.dart';\n\nmain() {\n  final someString = // get from file\n  final parseResult = parseTransactions(someString)\n  if (parseResult is ParseSuccess) {\n    // handle success case. Transactions are in parseResult.transactions\n  } else {\n    // handle error case. You can use parseResult.positionDescription, and parseResult.message.\n  }\n}\n```\n\n## Features and bugs\n\nPlease file feature requests and bugs at the [issue tracker][tracker].\n\n[tracker]: https://github.com/adimit/libledger/issues\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadimit%2Flibledger","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fadimit%2Flibledger","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadimit%2Flibledger/lists"}