{"id":16087225,"url":"https://github.com/nef10/swiftbeancountparser","last_synced_at":"2025-10-13T13:36:38.996Z","repository":{"id":40325596,"uuid":"110626322","full_name":"Nef10/SwiftBeanCountParser","owner":"Nef10","description":"Parser to parse plain text into a ledger model","archived":false,"fork":false,"pushed_at":"2025-09-08T06:31:52.000Z","size":957,"stargazers_count":2,"open_issues_count":2,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-13T13:36:37.868Z","etag":null,"topics":["parser","plaintext-accounting","swiftbeancount"],"latest_commit_sha":null,"homepage":"https://github.com/Nef10/SwiftBeanCount","language":"Swift","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/Nef10.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2017-11-14T01:53:34.000Z","updated_at":"2025-09-08T06:31:55.000Z","dependencies_parsed_at":"2023-02-12T13:47:17.946Z","dependency_job_id":"dc9b604a-a3a0-4caa-bf51-adffcf84d277","html_url":"https://github.com/Nef10/SwiftBeanCountParser","commit_stats":{"total_commits":200,"total_committers":4,"mean_commits":50.0,"dds":"0.46499999999999997","last_synced_commit":"8703202492c04d0075941594f6d60232bc7a8ec7"},"previous_names":[],"tags_count":28,"template":false,"template_full_name":null,"purl":"pkg:github/Nef10/SwiftBeanCountParser","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nef10%2FSwiftBeanCountParser","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nef10%2FSwiftBeanCountParser/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nef10%2FSwiftBeanCountParser/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nef10%2FSwiftBeanCountParser/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Nef10","download_url":"https://codeload.github.com/Nef10/SwiftBeanCountParser/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nef10%2FSwiftBeanCountParser/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279015351,"owners_count":26085684,"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-10-13T02:00:06.723Z","response_time":61,"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":["parser","plaintext-accounting","swiftbeancount"],"created_at":"2024-10-09T13:28:49.867Z","updated_at":"2025-10-13T13:36:38.946Z","avatar_url":"https://github.com/Nef10.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SwiftBeanCountParser\n\n[![CI Status](https://github.com/Nef10/SwiftBeanCountParser/workflows/CI/badge.svg?event=push)](https://github.com/Nef10/SwiftBeanCountParser/actions?query=workflow%3A%22CI%22) [![Documentation percentage](https://nef10.github.io/SwiftBeanCountParser/badge.svg)](https://nef10.github.io/SwiftBeanCountParser/) [![License: MIT](https://img.shields.io/github/license/Nef10/SwiftBeanCountParser)](https://github.com/Nef10/SwiftBeanCountParser/blob/main/LICENSE) [![Latest version](https://img.shields.io/github/v/release/Nef10/SwiftBeanCountParser?label=SemVer\u0026sort=semver)](https://github.com/Nef10/SwiftBeanCountParser/releases) ![platforms supported: linux | macOS | iOS | watchOS | tvOS](https://img.shields.io/badge/platform-linux%20%7C%20macOS%20%7C%20iOS%20%7C%20watchOS%20%7C%20tvOS-blue) ![SPM compatible](https://img.shields.io/badge/SPM-compatible-blue)\n\n### ***This project is part for SwiftBeanCount, please check out the main documentation [here](https://github.com/Nef10/SwiftBeanCount).***\n\n## What\n\nThis is the parser of SwiftBeanCount. It takes a string or a file and returns a `Ledger` (from [SwiftBeanCountModel](https://github.com/Nef10/SwiftBeanCountModel)).\n\n## How\n\nEither call `Parser.parse(contentOf: URL)` or `Parser.parse(string: String)`. You can check out the complete documentation [here](https://nef10.github.io/SwiftBeanCountParser/).\n\n## Usage\n\nThe library supports the Swift Package Manger, so simply add a dependency in your `Package.swift`:\n\n```\n.package(url: \"https://github.com/Nef10/SwiftBeanCountParser.git\", .exact(\"X.Y.Z\")),\n```\n\n*Note: as per semantic versioning all versions changes \u003c 1.0.0 can be breaking, so please use `.exact` for now*\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnef10%2Fswiftbeancountparser","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnef10%2Fswiftbeancountparser","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnef10%2Fswiftbeancountparser/lists"}