M README.md +12 -7
@@ 5,10 5,17 @@ Simple module to interface with the Send
**Version:** 5.0
-**Author:** Peter Sanchez (<http://www.petersanchez.com>) - (<http://www.netlandish.com>)
+
+**Project Links:** [Issues][issues] - [Mailing List][pinbox] -
+[Contributing](#contributing)
-Dependencies
-============
+**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
- It was written for Python 3.6+
- Depends on the requests module
@@ 30,8 37,7 @@ Dependencies
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 @@ Place sendy directory in your Python pat
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)
M README.rst +6 -0
@@ 5,9 5,15 @@ Simple module to interface with the Send
**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
============