Tinche / aiofiles

File support for asyncio
Apache License 2.0
2.67k stars 149 forks source link

Can we get an update release on pypi #65

Closed yatmanov closed 4 years ago

yatmanov commented 5 years ago

It would be nice to get access to latest changes made in project through installing the package from pypi.

xsduan commented 5 years ago

I'd just like to mention that if the current owners aren't able to find time to maintain the project, I can take over management of this project, either temporarily or permanently. I have a few use cases in the next month or two that would benefit from more standard modules dealing with file I/O being patched into async and I would prefer not to have to monkey patch the library.

robguinness commented 5 years ago

I'd just like to mention that if the current owners aren't able to find time to maintain the project, I can take over management of this project, either temporarily or permanently. I have a few use cases in the next month or two that would benefit from more standard modules dealing with file I/O being patched into async and I would prefer not to have to monkey patch the library.

Not an ideal solution, but you could fork it and submit the fork to PyPi. I would use it!

cgarciae commented 4 years ago

I what @xsduan proposes makes more sense. This library has relatively good use by the asyncio ecosystem, creating a fork might cause confusion.

robguinness commented 4 years ago

I what @xsduan proposes makes more sense. This library has relatively good use by the asyncio ecosystem, creating a fork might cause confusion.

I agree, but doesn't this require that @Tinche elevate @xsduan to maintainter?

mdsitton commented 4 years ago

I've attempted to prod him on twitter about it https://twitter.com/mdsitton/status/1246684524622295040

Tinche commented 4 years ago

0.5.0 is out!