This project is part for SwiftBeanCount, please check out the main documentation here.
This are utility methods for the SwiftBeanCountParser, which are useful for other SwiftBeanCount projects which need to parse certain strings outside of a ledger file, e.g. Importer or Downloader.
Check out the complete documentation of all offered methods here.
The library supports the Swift Package Manger, so simply add a dependency in your Package.swift
:
.package(url: "https://github.com/Nef10/SwiftBeanCountParserUtils.git", from: "1.0.0"),