Metadata-Version: 1.1
Name: python-dbusmock
Version: 0.0.3
Summary: Mock D-Bus objects
Home-page: https://launchpad.net/python-dbusmock
Author: Martin Pitt
Author-email: martin.pitt@ubuntu.com
License: LGPL 3+
Description: With this program/Python library you can easily
        create mock objects on D-Bus.  This is useful for writing tests for
        software which talks to D-Bus services such as upower, systemd, ConsoleKit,
        gnome-session or others, and it is hard (or impossible without root
        privileges) to set the state of the real services to what you expect in
        your tests.
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Other Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: POSIX :: BSD
Classifier: Operating System :: Unix
Classifier: Topic :: Software Development :: Quality Assurance
Classifier: Topic :: Software Development :: Testing
Classifier: Topic :: Software Development :: Libraries :: Python Modules
