Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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