-
-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Document _path API #41
Comments
This will be done part of #28 |
Great :) |
I recently started adopting app_paths because it promised pathlib support for appdirs. I later learned that platformdirs has superseded appdirs. I searched the readme and docs, but find no examples of getting pathlib objects, so here's one.
|
Also, adding something to the README referencing |
I mean https://platformdirs.readthedocs.io/en/latest/api.html#platformdirs.user_cache_path ? Our README is not the docs. |
The term |
I was looking at the README wondering if you'd add a pathlib API, but then found it was done so in #27. The README could mention this :)
The text was updated successfully, but these errors were encountered: