XDG Base Directory Specification
Lawrence D'Oliveiro
ldo at geek-central.gen.new_zealand
Sun Dec 27 23:31:31 EST 2009
The XDG Base Directory Specification
<http://standards.freedesktop.org/basedir-spec/latest/> seems like the best
idea anyone’s come up with so far to end the dotfile clutter in everyone’s
home directories.
But it needs application software to support it.
I’ve put together a very simple library for Python
<http://github.com/ldo/xdg_base_dir>, though I know it needs a bit more
refinement. I’ve included a sample testbed application to exercise it.
Comments welcome.
More information about the Python-list
mailing list