Skip to content

Commit 95a38aa

Browse files
committed
Small project updates
1 parent f45e127 commit 95a38aa

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

.editorconfig

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,6 @@ end_of_line = lf
1010

1111
[Makefile]
1212
indent_style = tab
13+
14+
[{*.yaml, *.yml}]
15+
indent_size = 2

README.md

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

3-
Apify SDK is the core set of tools and utilities that we've built to help make your interaction with the [Apify Platform](https://apify.com) easier.
4-
It's still under heavy development, check back in a few weeks if you want to use it!
3+
The Apify SDK for Python is the official library to create [Apify Actors](https://docs.apify.com/platform/actors) in Python.
4+
It provides useful features like actor lifecycle management, local storage emulation, and actor event handling.
5+
6+
If you just need to access the [Apify API](https://docs.apify.com/api/v2) from your Python applications,
7+
check out the [Apify Client for Python](https://docs.apify.com/api/client/python) instead.
58

69
## Installation
710

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
author_email='[email protected]',
2525
url='https://github.com/apify/apify-sdk-python',
2626
project_urls={
27-
'Documentation': 'https://docs.apify.com/apify-sdk-python',
27+
'Documentation': 'https://docs.apify.com/sdk/python/',
2828
'Source': 'https://github.com/apify/apify-sdk-python',
2929
'Issue tracker': 'https://github.com/apify/apify-sdk-python/issues',
3030
'Apify Homepage': 'https://apify.com',

0 commit comments

Comments
 (0)