Prepare PyPI installation

This commit is contained in:
Yohann D'ANELLO
2020-10-08 17:20:28 +02:00
parent 1b0beacd61
commit 354b8d2101
3 changed files with 134 additions and 0 deletions

6
README.rst Normal file
View File

@ -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...