Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nef10/swiftbeancountparserutils
Reusable utility methods from the SwiftBeanCountParser
https://github.com/nef10/swiftbeancountparserutils
Last synced: 12 days ago
JSON representation
Reusable utility methods from the SwiftBeanCountParser
- Host: GitHub
- URL: https://github.com/nef10/swiftbeancountparserutils
- Owner: Nef10
- License: mit
- Created: 2021-09-08T07:39:16.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-07-08T01:57:21.000Z (4 months ago)
- Last Synced: 2024-10-10T13:28:33.173Z (29 days ago)
- Language: Swift
- Size: 273 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SwiftBeanCountParserUtils
[![CI Status](https://github.com/Nef10/SwiftBeanCountParserUtils/workflows/CI/badge.svg?event=push)](https://github.com/Nef10/SwiftBeanCountParserUtils/actions?query=workflow%3A%22CI%22) [![Documentation percentage](https://nef10.github.io/SwiftBeanCountParserUtils/badge.svg)](https://nef10.github.io/SwiftBeanCountParserUtils/) [![License: MIT](https://img.shields.io/github/license/Nef10/SwiftBeanCountParserUtils)](https://github.com/Nef10/SwiftBeanCountParserUtils/blob/main/LICENSE) [![Latest version](https://img.shields.io/github/v/release/Nef10/SwiftBeanCountParserUtils?label=SemVer&sort=semver)](https://github.com/Nef10/SwiftBeanCountParserUtils/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)
### ***This project is part for SwiftBeanCount, please check out the main documentation [here](https://github.com/Nef10/SwiftBeanCount).***
## What
This are utility methods for the [SwiftBeanCountParser](https://github.com/Nef10/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](https://nef10.github.io/SwiftBeanCountParserUtils/).
## 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"),
```