From b429d06dbd273fea421d2521804a4f6c53b7726b Mon Sep 17 00:00:00 2001 From: vincentf Date: Wed, 28 Aug 2019 16:38:38 -0400 Subject: [PATCH 1/2] add deprecation notice to readme --- README.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.rst b/README.rst index 5097770..798b89b 100644 --- a/README.rst +++ b/README.rst @@ -1,3 +1,10 @@ +This client library has been deprecated. +---------------------------------------- +This library will no longer be supported and does not support OAuth2. ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ +Please visit our `Python Examples` as a reference. +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ + AWeber API Python Library ------------------------- The AWeber API Python Library allows you to quickly get up and running with From 400cc11155a517e50a38c2557788bd0dd586d256 Mon Sep 17 00:00:00 2001 From: vincentf Date: Wed, 28 Aug 2019 16:39:09 -0400 Subject: [PATCH 2/2] fix formatting --- README.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.rst b/README.rst index 798b89b..4882b82 100644 --- a/README.rst +++ b/README.rst @@ -1,9 +1,9 @@ This client library has been deprecated. ----------------------------------------- -This library will no longer be supported and does not support OAuth2. -+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -Please visit our `Python Examples` as a reference. -++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ +------------------------- + +**This library will no longer be supported and does not support OAuth2.** + +**Please visit our Python Public API Examples (https://github.com/aweber/public-api-examples/tree/master/python) as a reference.** AWeber API Python Library -------------------------