Srstevenson Xdg Versions Save

An implementation of the XDG Base Directory Specification in Python

3.0.1

6 years ago

The encoding of README.rst is now specified when it is opened in setup.py, to resolve an issue encountered when installing xdg with Nix.

1.0.4

6 years ago

With this patch release, xdg now builds paths using the value of $HOME instead of ~.

2.0.0

6 years ago

This major release of xdg drops support for Python 2.

3.0.0

6 years ago

With this major release, xdg now uses platform native directory separators; / on POSIX and \\ on Windows. The XDG specification doesn't say anything about the portability of directory separators, but this change makes xdg more useful on Windows.