Releases: alexdelorenzo/aiopath
Releases · alexdelorenzo/aiopath
v0.3.2
This release makes globbing completely asynchronous by making synchronous os.DirEntry
methods asynchronous.
You can install this version like so:
$ python3 -m pip install aiopath==0.3.2
v0.2.6
This release fixes the AsyncPath.read_text()
coroutine method, and correctly handles its errors
and encoding
parameters.
You can install this version like so:
$ python3 -m pip install aiopath==0.2.6
v0.2.0
This release fixes the AsyncPath.exists()
coroutine method on Windows.
You can install this version like so:
$ python3 -m pip install aiopath==0.2.0
v0.1.2
This is the initial release.
You can install this version like so:
$ python3 -m pip install aiopath==0.1.2