Skip to content

Reusable utility methods from the SwiftBeanCountParser

License

Notifications You must be signed in to change notification settings

Nef10/SwiftBeanCountParserUtils

Repository files navigation

SwiftBeanCountParserUtils

CI Status Documentation percentage License: MIT Latest version platforms supported: linux | macOS | iOS | watchOS | tvOS SPM compatible

This project is part for SwiftBeanCount, please check out the main documentation here.

What

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.

How

Check out the complete documentation of all offered methods here.

Usage

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"),