# HG changeset patch # User Peter Sanchez # Date 1603397687 25200 # Thu Oct 22 13:14:47 2020 -0700 # Node ID 2e7de35853dcc18813bb1da8c30d99aa9e258365 # Parent 9a828a730b1a4a98c1420216473bd9751b297784 Additional README update diff --git a/README.md b/README.md --- a/README.md +++ b/README.md @@ -5,10 +5,17 @@ **Version:** 5.0 -**Author:** Peter Sanchez () - () + +**Project Links:** [Issues][issues] - [Mailing List][pinbox] - +[Contributing](#contributing) -Dependencies -============ +**Author:** Peter Sanchez () - +() + +[issues]: https://todo.code.netlandish.com/~netlandish/sendypy [pinbox]: +https://lists.code.netlandish.com/~netlandish/public-inbox + +# Dependencies - It was written for Python 3.6+ - Depends on the requests module @@ -30,8 +37,7 @@ please ensure that you account for the new ordering of variables. This new variable was added in Sendy v2.1.2.6 -Installation -============ +# Installation PIP: @@ -48,8 +54,7 @@ installs site-packages directory or set your \$PYTHONPATH environment variable to include a directory where the impersonate directory lives. -Use -=== +# Use All the variables and response values are described in the [Sendy API docs](https://sendy.co/api) diff --git a/README.rst b/README.rst --- a/README.rst +++ b/README.rst @@ -5,9 +5,15 @@ **Version:** 5.0 +**Project Links:** [Issues][issues] - [Mailing List][pinbox] - +`Contributing <#contributing>`__ + **Author:** Peter Sanchez (http://www.petersanchez.com) - (http://www.netlandish.com) +[issues]: https://todo.code.netlandish.com/~netlandish/sendypy [pinbox]: +https://lists.code.netlandish.com/~netlandish/public-inbox + Dependencies ============