alexdelorenzo / aiopath

📁 Asynchronous pathlib for Python
https://alexdelorenzo.dev
GNU Lesser General Public License v3.0
162 stars 6 forks source link

How does this project relate to anyio.Path? #27

Open rkhwaja opened 1 year ago

rkhwaja commented 1 year ago

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 vs anyio.Path?