aiopath icon indicating copy to clipboard operation
aiopath copied to clipboard

📁 Asynchronous pathlib for Python

Results 17 aiopath issues
Sort by recently updated
recently updated
newest added

Using aiopath 0.6.11 in a Starlette project. Used `await path.resolve()` Think this is on you: ``` /.venv/lib/python3.11/site-packages/aiopath/path.py:571 in resolve 568 │ 569 │ # Now we have no symlinks in...

hi! this should fix https://github.com/alexdelorenzo/aiopath/issues/30, probably you forgot some backporting :)

Thanks for the library! It has pretty good type annotations already. Unfortunately, mypy (and other checkers) cannot use this info without `py.typed` marker. The PR adds the required file to...

I found that there was another similar project to this called aiopathlib which is now deprecated in favor of anyio.Path. Are there any particular pros and cons of this project...

Any plan to support python >=3.7 ?

It would be great to create a conda-forge package.

Python 3.11 appears to have removed a private class [this library](https://github.com/alexdelorenzo/aiopath/blob/1d4e9159663867dc3be326d02e2f7045c2db1f5e/aiopath/path.py#L2) depends on: ``` Traceback (most recent call last): File ".../myapp.py", line 6, in from aiopath import AsyncPath File ".../.venv/lib/python3.11/site-packages/aiopath/__init__.py",...