Skip to content

Releases: alexdelorenzo/aiopath

v0.3.2

10 Mar 01:38
Compare
Choose a tag to compare

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

09 Mar 02:30
Compare
Choose a tag to compare

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

08 Mar 23:10
Compare
Choose a tag to compare

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

08 Mar 21:04
Compare
Choose a tag to compare

This is the initial release.

You can install this version like so:

$ python3 -m pip install aiopath==0.1.2