test_ok1/_pytest/vendored_packages/pluggy-0.4.0.dist-info/METADATA

41 lines
1.3 KiB
Plaintext
Raw Normal View History

Metadata-Version: 2.0
Name: pluggy
2016-09-26 08:12:04 +08:00
Version: 0.4.0
Summary: plugin and hook calling mechanisms for python
2016-09-26 08:12:04 +08:00
Home-page: https://github.com/pytest-dev/pluggy
Author: Holger Krekel
Author-email: holger at merlinux.eu
License: MIT license
Platform: unix
Platform: linux
Platform: osx
Platform: win32
2015-09-28 03:04:29 +08:00
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: POSIX
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Topic :: Software Development :: Testing
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Utilities
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
2015-09-28 03:04:29 +08:00
Classifier: Programming Language :: Python :: 3.5
2016-09-26 08:12:04 +08:00
Plugin registration and hook calling for Python
===============================================
This is the plugin manager as used by pytest but stripped
of pytest specific details.
During the 0.x series this plugin does not have much documentation
except extensive docstrings in the pluggy.py module.