An open API service indexing awesome lists of open source software.

https://github.com/fenhl/python-xdg-basedir

an implementation of the XDG Base Directory specification in Python
https://github.com/fenhl/python-xdg-basedir

python-library python3 xdg-basedir

Last synced: about 1 year ago
JSON representation

an implementation of the XDG Base Directory specification in Python

Awesome Lists containing this project

README

          

**python-xdg-basedir** is a Python module which facilitates easy access to the directories defined in the [XDG Base Directory](http://standards.freedesktop.org/basedir-spec/basedir-spec-latest.html) specification, with the exception of `$XDG_RUNTIME_DIR`.

This is `python-xdg-basedir` version 0.17.0 ([semver](http://semver.org/)).

# Requirements

* Python 3.5
* For the `lazy_json` functionality, [lazyjson](https://github.com/fenhl/lazyjson) 2
* For the `json_async` and `read_async` functionality, [aiofiles](https://pypi.org/project/aiofiles/)