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