Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/takluyver/pyxdg
PyXDG provides Python implementations of various freedesktop.org specifications. This is the Giithub mirror.
https://github.com/takluyver/pyxdg
Last synced: 17 days ago
JSON representation
PyXDG provides Python implementations of various freedesktop.org specifications. This is the Giithub mirror.
- Host: GitHub
- URL: https://github.com/takluyver/pyxdg
- Owner: takluyver
- License: other
- Created: 2012-06-12T19:51:29.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2024-03-13T03:06:18.000Z (8 months ago)
- Last Synced: 2024-10-11T19:19:17.466Z (about 1 month ago)
- Language: Python
- Homepage: http://freedesktop.org/wiki/Software/pyxdg
- Size: 610 KB
- Stars: 85
- Watchers: 9
- Forks: 27
- Open Issues: 6
-
Metadata Files:
- Readme: README
- Changelog: ChangeLog
- License: COPYING
- Authors: AUTHORS
Awesome Lists containing this project
README
The XDG Package contains:
- Implementation of the XDG-Base-Directory Standard
http://standards.freedesktop.org/basedir-spec/- Implementation of the XDG-Desktop Standard
http://standards.freedesktop.org/desktop-entry-spec/- Implementation of the XDG-Menu Standard
http://standards.freedesktop.org/menu-spec/- Implementation of the XDG-Icon-Theme Standard
http://standards.freedesktop.org/icon-theme-spec/- Implementation of the XDG-Shared MIME-info Database
http://standards.freedesktop.org/shared-mime-info-spec/- Implementation of the XDG-Recent File Storage Specification
http://standards.freedesktop.org/recent-file-spec/To run the tests, run pytest in the top level directory.