Metadata-Version: 1.1
Name: parseudev
Version: 0.7.0
Summary: parsing of udev and sysfs artifacts
Home-page: https://pythonhosted.org/parseudev/
Author: Anne Mulhern
Author-email: mulhern@cs.wisc.edu
License: LGPL
Description: parseudev
        =========
        
        Purpose
        -------
        A small library for parsing, and giving some semantics to, those strings that
        end up in udev or sysfs.
        
        Motivation
        ----------
        Parsing and understanding these strings is a general requirement for a lot of
        different programs. The format of most of these strings is poorly documented,
        and so is their meaning, so they represent a moving target that many
        applications miss.
        
Platform: Linux
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: System :: Hardware
Classifier: Topic :: System :: Operating System Kernels :: Linux
