Metadata-Version: 2.1
Name: fhs-paths
Version: 0.1
Summary: module for using the FHS and XDG basedir paths.
Home-page: https://github.com/wijnen/python-fhs
Author: Bas Wijnen
Author-email: wijnen@debian.org
License: AGPL3+
Project-URL: Bug Tracker, https://github.com/wijnen/python-fhs/issues
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)
Classifier: Intended Audience :: Developers
Classifier: Development Status :: 4 - Beta
Classifier: Operating System :: OS Independent
Requires-Python: >=3
Description-Content-Type: text/plain
License-File: debian/copyright

This module makes it easy for Python programs to use FHS paths and XDG basedir
paths.  It allows reading and writing configuration, data, cache, log and spool
files, and using lock files.


