Variables defined by the XDG Base Directory Specification
Project description
xdg is a tiny Python module which provides the variables defined by the XDG Base Directory Specification, to save you from duplicating the same snippet of logic in every Python utility you write that deals with user cache, configuration, or data files. It has no external dependencies.
Installation
To install the latest release from PyPI, use pip:
pip install xdg
Alternatively, since xdg is only a single file you may prefer to just copy xdg.py from the source distribution into your project.
Usage
from xdg import (XDG_CACHE_HOME, XDG_CONFIG_DIRS, XDG_CONFIG_HOME,
XDG_DATA_DIRS, XDG_DATA_HOME, XDG_RUNTIME_DIR)
XDG_CACHE_HOME, XDG_CONFIG_HOME, and XDG_DATA_HOME are strings containing the value of the environment variable of the same name, or the default defined in the specification if the environment variable is unset or empty.
XDG_CONFIG_DIRS and XDG_DATA_DIRS are lists of strings containing the value of the environment variable of the same name split on colons, or the default defined in the specification if the environment variable is unset or empty.
XDG_RUNTIME_DIR is a string containing the value of the environment variable of the same name, or None if the environment variable is unset.
Copyright
Copyright © 2016-2017 Scott Stevenson.
xdg is distributed under the terms of the ISC licence.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file xdg-2.0.0.tar.gz.
File metadata
- Download URL: xdg-2.0.0.tar.gz
- Upload date:
- Size: 3.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
04fc739dc673c60abb81d222a84e6d575573fb51a74d962deaa06e2524dce667
|
|
| MD5 |
73a0a4fcfffab6210e3c6e84ac2df32b
|
|
| BLAKE2b-256 |
ed24e5158f328946219ba270c6f093608d32a973d725f40af966d5ea2102fe8b
|
File details
Details for the file xdg-2.0.0-py2.py3-none-any.whl.
File metadata
- Download URL: xdg-2.0.0-py2.py3-none-any.whl
- Upload date:
- Size: 4.9 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
83fb55b3ba957f8eb5dec17afce3c1bc625ee2ef24aa3f5fa453d696a4669c10
|
|
| MD5 |
309cc527689e0ac75ec2b90fc45cb6ca
|
|
| BLAKE2b-256 |
d9224bbfb927cae2bbc2c5b047a27480f28ca788f4689fe3399722d4c963d35f
|