Swiftpack.co - Nef10/SwiftBeanCountParser as Swift Package

Swiftpack.co is a collection of thousands of indexed Swift packages. Search packages.
See all packages published by Nef10.
Nef10/SwiftBeanCountParser v0.1.8
Parser to parse plain text into a ledger model
⭐️ 1
🕓 4 weeks ago
.package(url: "https://github.com/Nef10/SwiftBeanCountParser.git", from: "v0.1.8")

SwiftBeanCountParser

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 is the parser of SwiftBeanCount. It takes a string or a file and returns a Ledger (from SwiftBeanCountModel).

How

Either call Parser.parse(contentOf: URL) or Parser.parse(string: String). You can check out the complete documentation here.

Usage

The library supports the Swift Package Manger, so simply add a dependency in your Package.swift:

.package(url: "https://github.com/Nef10/SwiftBeanCountParser.git", .exact("X.Y.Z")),

Note: as per semantic versioning all versions changes < 1.0.0 can be breaking, so please use .exact for now

GitHub

link
Stars: 1
Last commit: 4 weeks ago
Advertisement: IndiePitcher.com - Cold Email Software for Startups

Release Notes

0.1.8 Bump model version
3 years ago

Update SwiftBeanCountModel to 0.1.6

Swiftpack is being maintained by Petr Pavlik | @ptrpavlik | @swiftpackco | API | Analytics