41 lines
1.3 KiB
Plaintext
41 lines
1.3 KiB
Plaintext
Metadata-Version: 2.0
|
|
Name: pluggy
|
|
Version: 0.4.0
|
|
Summary: plugin and hook calling mechanisms for python
|
|
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
|
|
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
|
|
Classifier: Programming Language :: Python :: 3.5
|
|
|
|
|
|
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.
|
|
|
|
|