Skip to content

Commit eaa4609

Browse files
committed
docs: Add shields to README
1 parent 7e4e5da commit eaa4609

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Apify SDK for Python
22

3+
<p align=center>
4+
<a href="https://badge.fury.io/py/apify" rel="nofollow">
5+
<img src="https://badge.fury.io/py/apify.svg" alt="PyPI version" style="max-width: 100%;">
6+
</a>
7+
<a href="https://pypi.org/project/apify/" rel="nofollow">
8+
<img src="https://img.shields.io/pypi/dm/apify" alt="PyPI - Downloads" style="max-width: 100%;">
9+
</a>
10+
<a href="https://pypi.org/project/apify/" rel="nofollow">
11+
<img src="https://img.shields.io/pypi/pyversions/apify" alt="PyPI - Python Version" style="max-width: 100%;">
12+
</a>
13+
<a href="https://discord.gg/jyEM2PRvMU" rel="nofollow">
14+
<img src="https://img.shields.io/discord/801163717915574323?label=discord" alt="Chat on discord" style="max-width: 100%;">
15+
</a>
16+
</p>
17+
318
The Apify SDK for Python is the official library to create [Apify Actors](https://docs.apify.com/platform/actors)
419
in Python. It provides useful features like Actor lifecycle management, local storage emulation, and Actor
520
event handling.

0 commit comments

Comments
 (0)