From 5aadfcbbbeca1cf8f02536736fe54e5929104865 Mon Sep 17 00:00:00 2001 From: HomiGrotas Date: Tue, 7 Feb 2023 10:21:46 +0200 Subject: [PATCH 1/2] added package label --- README.rst | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 41874d94..6478e3b9 100644 --- a/README.rst +++ b/README.rst @@ -1,5 +1,8 @@ -A wrapper around the Trello API written in Python. Each Trello object is -represented by a corresponding Python object. The attributes of these objects +================================================== +py-trello - A Python wrapper around the Trello API +================================================== + +Each Trello object is represented by a corresponding Python object. The attributes of these objects are cached, but the child objects are not. This can possibly be improved when the API allows for notification subscriptions; this would allow caching (assuming a connection was available to invalidate the cache as appropriate). From 9a484c005f437e2b05c83c32f8b7279e6fa89d5c Mon Sep 17 00:00:00 2001 From: HomiGrotas Date: Tue, 7 Feb 2023 10:22:14 +0200 Subject: [PATCH 2/2] added docs reference --- README.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.rst b/README.rst index 6478e3b9..58961382 100644 --- a/README.rst +++ b/README.rst @@ -82,6 +82,10 @@ Run :: python -m trello oauth + +Docs +==== +`Check out the docs on readthedocs `_ Required Python modules =======================