Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sebastienrousseau/bankstatementparser.github.io
Source code of BankStatementParser.com, the official website of the Bank Statement Parser is a Python library built for Finance and Treasury Professional
https://github.com/sebastienrousseau/bankstatementparser.github.io
bank-statement-parser bank-statements banking banking-applications camt financial-data-extraction python sepa
Last synced: about 1 month ago
JSON representation
Source code of BankStatementParser.com, the official website of the Bank Statement Parser is a Python library built for Finance and Treasury Professional
- Host: GitHub
- URL: https://github.com/sebastienrousseau/bankstatementparser.github.io
- Owner: sebastienrousseau
- License: apache-2.0
- Created: 2023-11-08T21:38:54.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-12T18:36:19.000Z (about 1 year ago)
- Last Synced: 2024-05-02T03:01:11.054Z (7 months ago)
- Topics: bank-statement-parser, bank-statements, banking, banking-applications, camt, financial-data-extraction, python, sepa
- Language: HTML
- Homepage: https://bankstatementparser.com/
- Size: 75.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# bankstatementparser.com - Official Website 🌏
Welcome to the repository for [bankstatementparser.com][00], the digital presence of
Bank Statement Parser, a Python library built for Finance and Treasury Professionals.## Quick Start Guide
Setting up and running the website locally is easy and quick with the
[Shokunin Static Site Generator (SSG)][00].### Prerequisites
Ensure you have the **Rust toolchain** installed. If not, follow the guide on
the [Rust website][01] to set it up.### Installation & Usage
1. Install Shokunin SSG:
```shell
cargo install ssg
```2. Clone the repository
```shell
git clone https://github.com/sebastienrousseau/bankstatementparser.github.io.git
```3. Change into the repository directory:
```shell
cd bankstatementparser.github.io
```4. Generate the static site for bankstatementparser.com:
```shell
ssg -n=docs -c=_posts -t=_layouts -o=output -s=public
```[00]: https://bankstatementparser.com "Bank Statement Parser Official Website"
[01]: https://www.rust-lang.org/learn/get-started "Rust Getting started guide"