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