apify / apify-sdk-python

The Apify SDK for Python is the official library for creating Apify Actors in Python. It provides useful features like actor lifecycle management, local storage emulation, and actor event handling.
https://docs.apify.com/sdk/python
Apache License 2.0
117 stars 11 forks source link

Implement support for local storage emulation #2

Closed fnesveda closed 1 year ago

fnesveda commented 1 year ago

To be able to run actors which use the Python SDK locally, we need the SDK to support emulation of actor storages, same as the JavaScript SDK does.

This entails:

fnesveda commented 1 year ago

Done! 🎉