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
115 stars 11 forks source link

Add Poetry Support #184

Closed DanielAvdar closed 1 week ago

DanielAvdar commented 6 months ago

Migrate to Poetry for packaging and dependency management #156

vdusek commented 6 months ago

Hi @DanielAvdar, migration to Poetry was planned in Q2-Q3 of this year, after we thoroughly tested it in our internal repositories. Also, I believe twine could be replaced by poetry as well. Definitely, thank you for the contribution, however, we'll come back to this PR in a few months, once migration to Poetry in SDK is on the table.

DanielAvdar commented 6 months ago

Hi @DanielAvdar, migration to Poetry was planned in Q2-Q3 of this year, after we thoroughly tested it in our internal repositories. Also, I believe twine could be replaced by poetry as well. Definitely, thank you for the contribution, however, we'll come back to this PR in a few months, once migration to Poetry in SDK is on the table.

@vdusek Indeed, Twine can be replaced. This PR simply adds Poetry support, and everything else should work the same as before.

vdusek commented 1 week ago

Closing as Poetry was added in https://github.com/apify/apify-sdk-python/pull/247.