From 17f03764a4bae20e107de674a07775fd140f38c1 Mon Sep 17 00:00:00 2001 From: William Bergamin Date: Tue, 9 Jan 2024 12:56:40 -0500 Subject: [PATCH 1/4] Update README.md --- README.md | 40 +++++++++++++++++++++++----------------- 1 file changed, 23 insertions(+), 17 deletions(-) diff --git a/README.md b/README.md index 03a48d16..37f3d7a5 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,31 @@ -# Python Slack SDK +

Python Slack SDK

+ +
+ + CI Build + + + Codecov + + + Pepy Total Downlods + +
+ + PyPI - Version + + + Python Version + + + Documentation + +
The Slack platform offers several APIs to build apps. Each Slack API delivers part of the capabilities from the platform, so that you can pick just those that fit for your needs. This SDK offers a corresponding package for each of Slack’s APIs. They are small and powerful when used independently, and work seamlessly when used together, too. **Comprehensive documentation on using the Slack Python can be found at [https://slack.dev/python-slack-sdk/](https://slack.dev/python-slack-sdk/)** -[![pypi package][pypi-image]][pypi-url] -[![Build Status][build-image]][build-url] -[![Python Version][python-version]][pypi-url] -[![codecov][codecov-image]][codecov-url] -[![contact][contact-image]][contact-url] - Whether you're building a custom app for your team, or integrating a third party service into your Slack workflows, Slack Developer Kit for Python allows you to leverage the flexibility of Python to get your project up and running as quickly as possible. The **Python Slack SDK** allows interaction with: @@ -280,15 +296,6 @@ helpful and collaborative way. -[pypi-image]: https://badge.fury.io/py/slack-sdk.svg -[pypi-url]: https://pypi.org/project/slack-sdk/ -[python-version]: https://img.shields.io/pypi/pyversions/slack-sdk.svg -[build-image]: https://github.com/slackapi/python-slack-sdk/workflows/CI%20Build/badge.svg -[build-url]: https://github.com/slackapi/python-slack-sdk/actions?query=workflow%3A%22CI+Build%22 -[codecov-image]: https://codecov.io/gh/slackapi/python-slack-sdk/branch/main/graph/badge.svg -[codecov-url]: https://codecov.io/gh/slackapi/python-slack-sdk -[contact-image]: https://img.shields.io/badge/contact-support-green.svg -[contact-url]: https://slack.com/support [slackclientv1]: https://github.com/slackapi/python-slackclient/tree/v1 [api-methods]: https://api.slack.com/methods [rtm-docs]: https://api.slack.com/rtm @@ -299,4 +306,3 @@ helpful and collaborative way. [slack-community]: https://slackcommunity.com/ [files_upload_v2]: https://github.com/slackapi/python-slack-sdk/releases/tag/v3.19.0 [aiohttp]: https://aiohttp.readthedocs.io/ -[urllib]: https://docs.python.org/3/library/urllib.request.html From 0eda0ae095c462d78f57e63a8bd2ad8bb8084426 Mon Sep 17 00:00:00 2001 From: William Bergamin Date: Tue, 9 Jan 2024 12:58:24 -0500 Subject: [PATCH 2/4] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 37f3d7a5..eb4669d4 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -

Python Slack SDK

+

Python Slack SDK

-
+

CI Build @@ -15,7 +15,7 @@ PyPI - Version - Python Version + Python Version Documentation From 259c50ee59b4935fc5c4cce9c60aa67aa9f6eb83 Mon Sep 17 00:00:00 2001 From: William Bergamin Date: Tue, 9 Jan 2024 13:06:21 -0500 Subject: [PATCH 3/4] Update README.md --- README.md | 22 ++++++++-------------- 1 file changed, 8 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index eb4669d4..f20e80a8 100644 --- a/README.md +++ b/README.md @@ -1,26 +1,20 @@ -

Python Slack SDK

+

Python Slack SDK

- CI Build - + CI Build - Codecov - + Codecov - Pepy Total Downlods - + Pepy Total Downloads
- PyPI - Version - + PyPI - Version - Python Version - + Python Versions - Documentation - -

+ Documentation +

The Slack platform offers several APIs to build apps. Each Slack API delivers part of the capabilities from the platform, so that you can pick just those that fit for your needs. This SDK offers a corresponding package for each of Slack’s APIs. They are small and powerful when used independently, and work seamlessly when used together, too. From df17867f0eedf811bb404d3bd714b2334f557adf Mon Sep 17 00:00:00 2001 From: William Bergamin Date: Tue, 9 Jan 2024 13:07:23 -0500 Subject: [PATCH 4/4] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index f20e80a8..15dc25bf 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,8 @@ The Slack platform offers several APIs to build apps. Each Slack API delivers pa **Comprehensive documentation on using the Slack Python can be found at [https://slack.dev/python-slack-sdk/](https://slack.dev/python-slack-sdk/)** +--- + Whether you're building a custom app for your team, or integrating a third party service into your Slack workflows, Slack Developer Kit for Python allows you to leverage the flexibility of Python to get your project up and running as quickly as possible. The **Python Slack SDK** allows interaction with: