aio-libs / aiodocker

Python Docker API client based on asyncio and aiohttp
Other
425 stars 95 forks source link

Is this project still maintained? #834

Closed Artucuno closed 1 week ago

Artucuno commented 7 months ago

Hey there,

This seems to be the only good Asynchronous implementation of the Docker API. Are there any plans for future updates to add new methods or is this project no longer maintained?

Thanks.

webknjaz commented 7 months ago

Not really, it seems. But if somebody wants to take over, I can arrange that.

PaarthShah commented 2 months ago

I'm interested in potentially contributing; this project is of particular interest to me @webknjaz

achimnol commented 2 months ago

I have been too busy and welcome new maintainers! Though, I'm going to update some bits of this projects, like modernizing CI and merge long-hanging simple pull requests.

webknjaz commented 2 months ago

@PaarthShah looks like you can coordinate with @achimnol. We're both in the aio-libs matrix space, by the way.

Meanwhile, the CI should be still capable of publishing releases to PyPI but I'm trying to track down who has the owner privilege to be able to complete #835 and simplify the configuration.

achimnol commented 2 months ago

Just merged #836 to make the CI working again, catching up 4 years of the GitHub Actions world...

gaby commented 2 months ago

Looking forward to the next release, just found this library and it would be useful to have 💪

webknjaz commented 2 months ago

@achimnol hopefully, I integrated all the release automation bits for tokenless publishing. But plz check the release flow with something like an alpha version, just in case.

achimnol commented 2 months ago

@webknjaz Yep, I'll do a test pre-release this afternoon. 👍🏼

edgarrmondragon commented 1 week ago

With the latest releases out, this can probably be closed