pypi aiopath 0.5.6
v0.5.6

latest releases: 0.7.7, 0.7.5, 0.7.4...
3 years ago

This release fixes issues #13 on Python 3.7 - 3.9.x.

When using the AsyncPath.open() context manager, the file handle that it yields has read()/write() methods that behave like Python file objects' read() / write() methods.

If you're using Python 3.7 - 3.9.x, you can install this version like so:

$ python3 -m pip install aiopath==0.5.6

Don't miss a new aiopath release

NewReleases is sending notifications on new releases.