From 1b0beacd61fed5cd7b0277364582b1280dd8a0fc Mon Sep 17 00:00:00 2001 From: Yohann D'ANELLO Date: Thu, 8 Oct 2020 17:12:55 +0200 Subject: [PATCH] :tada: Init Git project --- .gitignore | 3 +++ README.md | 6 ++++++ sympasoap/__init__.py | 0 3 files changed, 9 insertions(+) create mode 100644 .gitignore create mode 100644 README.md create mode 100644 sympasoap/__init__.py diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..845bc57 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +.idea/ + +venv/ diff --git a/README.md b/README.md new file mode 100644 index 0000000..310cf48 --- /dev/null +++ b/README.md @@ -0,0 +1,6 @@ +# Python Sympa SOAP Wrapper + +Small wrapper that uses [ZEEP](https://pypi.org/project/zeep/) to communicate with a SOAP endpoint linked to a Sympa +server, to let automation in lists creation. + +In dev... diff --git a/sympasoap/__init__.py b/sympasoap/__init__.py new file mode 100644 index 0000000..e69de29