From 987a8fee54f92bdf9f61be5bddfa2793f4076cc8 Mon Sep 17 00:00:00 2001 From: Sebastien Rousseau Date: Sun, 21 May 2023 00:03:35 +0100 Subject: [PATCH 1/2] fix(pain001): website updates --- {public => docs}/index.html | 0 {public => docs}/manifest.json | 0 {public => docs}/pain.001.001.03/index.html | 0 {public => docs}/pain.001.001.03/manifest.json | 0 {public => docs}/pain.001.001.03/rss.xml | 0 {public => docs}/pain.001.001.09/index.html | 0 {public => docs}/pain.001.001.09/manifest.json | 0 {public => docs}/pain.001.001.09/rss.xml | 0 {public => docs}/rss.xml | 0 9 files changed, 0 insertions(+), 0 deletions(-) rename {public => docs}/index.html (100%) rename {public => docs}/manifest.json (100%) rename {public => docs}/pain.001.001.03/index.html (100%) rename {public => docs}/pain.001.001.03/manifest.json (100%) rename {public => docs}/pain.001.001.03/rss.xml (100%) rename {public => docs}/pain.001.001.09/index.html (100%) rename {public => docs}/pain.001.001.09/manifest.json (100%) rename {public => docs}/pain.001.001.09/rss.xml (100%) rename {public => docs}/rss.xml (100%) diff --git a/public/index.html b/docs/index.html similarity index 100% rename from public/index.html rename to docs/index.html diff --git a/public/manifest.json b/docs/manifest.json similarity index 100% rename from public/manifest.json rename to docs/manifest.json diff --git a/public/pain.001.001.03/index.html b/docs/pain.001.001.03/index.html similarity index 100% rename from public/pain.001.001.03/index.html rename to docs/pain.001.001.03/index.html diff --git a/public/pain.001.001.03/manifest.json b/docs/pain.001.001.03/manifest.json similarity index 100% rename from public/pain.001.001.03/manifest.json rename to docs/pain.001.001.03/manifest.json diff --git a/public/pain.001.001.03/rss.xml b/docs/pain.001.001.03/rss.xml similarity index 100% rename from public/pain.001.001.03/rss.xml rename to docs/pain.001.001.03/rss.xml diff --git a/public/pain.001.001.09/index.html b/docs/pain.001.001.09/index.html similarity index 100% rename from public/pain.001.001.09/index.html rename to docs/pain.001.001.09/index.html diff --git a/public/pain.001.001.09/manifest.json b/docs/pain.001.001.09/manifest.json similarity index 100% rename from public/pain.001.001.09/manifest.json rename to docs/pain.001.001.09/manifest.json diff --git a/public/pain.001.001.09/rss.xml b/docs/pain.001.001.09/rss.xml similarity index 100% rename from public/pain.001.001.09/rss.xml rename to docs/pain.001.001.09/rss.xml diff --git a/public/rss.xml b/docs/rss.xml similarity index 100% rename from public/rss.xml rename to docs/rss.xml From 55173ae533c03a75fc2861062f0d4de637482493 Mon Sep 17 00:00:00 2001 From: Sebastien Rousseau Date: Sun, 21 May 2023 00:16:34 +0100 Subject: [PATCH 2/2] feat(pain001): v0.0.17 --- TEMPLATE.md | 2 +- pain001/__init__.py | 2 +- pyproject.toml | 2 +- setup.cfg | 2 +- setup.py | 28 +++++++++++++++++----------- 5 files changed, 21 insertions(+), 15 deletions(-) diff --git a/TEMPLATE.md b/TEMPLATE.md index 3322d62..51643bb 100644 --- a/TEMPLATE.md +++ b/TEMPLATE.md @@ -10,7 +10,7 @@ -# Pain001 (v0.0.16) +# Pain001 (v0.0.17) ![Pain001 banner][banner] diff --git a/pain001/__init__.py b/pain001/__init__.py index 75bcc8d..aec0570 100644 --- a/pain001/__init__.py +++ b/pain001/__init__.py @@ -15,4 +15,4 @@ """The Python pain001 module.""" __all__ = ["pain001"] -__version__ = "0.0.16" +__version__ = "0.0.17" diff --git a/pyproject.toml b/pyproject.toml index 444f096..84a1984 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pain001" -version = "0.0.16" +version = "0.0.17" description = "pain001 is a Python library that makes it easy to automate the creation of ISO20022-compliant payment files directly from a CSV file." authors = ["Sebastien Rousseau "] license = "Apache Software License" diff --git a/setup.cfg b/setup.cfg index 47ec8eb..46038f6 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = pain001 -version = 0.0.16 +version = 0.0.17 author = Sebastian Rousseau author_email = sebastian.rousseau@gmail.com description = pain001 is a Python Library for Automating ISO 20022-Compliant Payment Files Using CSV Data. diff --git a/setup.py b/setup.py index afb1af1..6c18fc4 100644 --- a/setup.py +++ b/setup.py @@ -19,15 +19,18 @@ from setuptools import setup LONG_DESCRIPTION = """ -Pain001 is a Python Library for Automating ISO 20022-Compliant Payment Files -Using CSV Data. +**Pain001** is a Python Library for Automating ISO 20022-Compliant Payment +Files Using CSV Data. + +It offers a streamlined solution for reducing complexity and costs associated +with payment processing. By providing a simple and efficient method to create +ISO 20022-compliant payment files, it eliminates the manual effort of file +creation and validation. This not only saves valuable time and resources but +also minimizes the risk of errors, ensuring accurate and seamless payment +processing. -It offers a streamlined solution for reducing complexity and costs -associated with payment processing. By providing a simple and efficient -method to create ISO 20022-compliant payment files, it eliminates the -manual effort of file creation and validation. This not only saves valuable -time and resources but also minimizes the risk of errors, ensuring accurate and -seamless payment processing. +If you are seeking to simplify and automate your payment processing, consider +leveraging the capabilities of **Pain001**. """.strip() SHORT_DESCRIPTION = """ @@ -38,7 +41,7 @@ TEST_DEPENDENCIES = ["xmlschema>=2.3.0", "pytest>=7.3.1"] -VERSION = "0.0.16" +VERSION = "0.0.17" URL = "https://github.com/sebastienrousseau/pain001" @@ -66,8 +69,11 @@ "Operating System :: MacOS", "Operating System :: Unix", ], - keywords="iso 20022 pain.001 credit transfer financial banking \ - payments csv sepa", + keywords=""" + Pain001, finance python library, ISO 20022, payment files, payment + processing, automate payments, ISO 20022-compliant, SWIFT, SEPA, payment + initiation messages, + """, packages=["pain001"], install_requires=DEPENDENCIES, tests_require=TEST_DEPENDENCIES,