commit 1b0beacd61fed5cd7b0277364582b1280dd8a0fc Author: Yohann D'ANELLO Date: Thu Oct 8 17:12:55 2020 +0200 :tada: Init Git project 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