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
- Host: GitHub
- URL: https://github.com/fenhl/python-xdg-basedir
- Owner: fenhl
- License: mit
- Created: 2013-09-17T23:49:28.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2019-06-16T08:08:32.000Z (almost 7 years ago)
- Last Synced: 2025-02-05T03:46:33.698Z (over 1 year ago)
- Topics: python-library, python3, xdg-basedir
- Language: Python
- Homepage:
- Size: 18.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/)