Skip to content

Commit

Permalink
Small project updates
Browse files Browse the repository at this point in the history
  • Loading branch information
fnesveda committed Mar 3, 2023
1 parent f45e127 commit 95a38aa
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,6 @@ end_of_line = lf

[Makefile]
indent_style = tab

[{*.yaml, *.yml}]
indent_size = 2
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
# Apify SDK for Python

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.
It's still under heavy development, check back in a few weeks if you want to use it!
The Apify SDK for Python is the official library to create [Apify Actors](https://docs.apify.com/platform/actors) in Python.
It provides useful features like actor lifecycle management, local storage emulation, and actor event handling.

If you just need to access the [Apify API](https://docs.apify.com/api/v2) from your Python applications,
check out the [Apify Client for Python](https://docs.apify.com/api/client/python) instead.

## Installation

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
author_email='[email protected]',
url='https://github.com/apify/apify-sdk-python',
project_urls={
'Documentation': 'https://docs.apify.com/apify-sdk-python',
'Documentation': 'https://docs.apify.com/sdk/python/',
'Source': 'https://github.com/apify/apify-sdk-python',
'Issue tracker': 'https://github.com/apify/apify-sdk-python/issues',
'Apify Homepage': 'https://apify.com',
Expand Down

0 comments on commit 95a38aa

Please sign in to comment.