From f671c4587dbb974bbd100f3b92c15175eea0b1ec Mon Sep 17 00:00:00 2001 From: William Bergamin Date: Fri, 12 Jan 2024 11:05:22 -0500 Subject: [PATCH] feat: add download badge in readme (#1449) * Update README.md * Update README.md * Update README.md * Update README.md --- README.md | 34 ++++++++++++++++++---------------- 1 file changed, 18 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index 03a48d16..15dc25bf 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,26 @@ -# Python Slack SDK +

Python Slack SDK

+ +

+ + CI Build + + Codecov + + Pepy Total Downloads +
+ + PyPI - Version + + Python Versions + + 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. @@ -280,15 +292,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 +302,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