Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/sebastienrousseau/pain001.github.io

Source code of Pain001.com. Pain001 is a powerful Python library that enables you to create ISO 20022-compliant payment files directly from CSV or SQLite Data Files.
https://github.com/sebastienrousseau/pain001.github.io

Last synced: about 1 month ago
JSON representation

Source code of Pain001.com. Pain001 is a powerful Python library that enables you to create ISO 20022-compliant payment files directly from CSV or SQLite Data Files.

Awesome Lists containing this project

README

        

Logo of Pain001

# pain001.com - Official Website 🌏

A unique toolkit to support ISO 20022 Adoption and Migration for Cross-Border Payments.

## 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/pain001.github.io.git
```

3. Change into the repository directory:

```shell
cd pain001.github.io
```

1. Generate the static site:

```shell
ssg -n=docs -c=_posts -t=_layouts -o=output -s=public
```

[00]: https://shokunin.one "Shokunin Static Site Generator (SSG)"
[01]: https://www.rust-lang.org/learn/get-started "Rust Getting started guide"