Just stores some dirs
- from Filesystem Hierarchy Standard
- some not so standardized but commonly used too;
- allows you to generate a set of GNU Dirs given the prefix and ABI Triple.
Allows you to select the standardized dirs with just dot notation. IPython auto-completion is supported.
Python >=3.4
.Python 2
is dead, stop raping its corpse. Use2to3
with manual postprocessing to migrate incompatible code to3
. It shouldn't take so much time. For unit-testing you need Python 3.6+ or PyPy3 because theirdict
is ordered and deterministic. Python 3 is also semi-dead, 3.7 is the last minor release in 3.