tox-dev / platformdirs

A small Python module for determining appropriate platform-specific dirs, e.g. a "user data dir".
https://platformdirs.readthedocs.io
MIT License
568 stars 49 forks source link

Allow working without ctypes #275

Closed youknowone closed 5 months ago

youknowone commented 5 months ago

ctypes in windows is perfectly optional, but it doesn't fall back to other methods when import ctypes fails.

youknowone commented 5 months ago

Thanks! I added test for all platforms to prevent regression because other platforms are already safe to work without ctypes