ports/sysutils/py-platformdirs/pkg/DESCR

10 lines
455 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
A small Python module for determining appropriate platform-specific dirs,
e.g. system and user directories for data, config, cache, logs, etc.
When writing desktop application, finding the right location for these
varies per platform. Even for single-platform apps, there may by plenty
of nuances in figuring out the right location (e.g. they vary between
different versions of Windows, etc).
platformdirs will help you choose an appropriate directory.