Metadata-Version: 1.1
Name: plugz
Version: 0.1.2
Summary: Plugin framework that simplifies plugin support in your tools
Home-page: https://github.com/mistermatti/plugz
Author: Matti Gruener
Author-email: matti@mistermatti.com
License: BSD
Description: ===============================
        plugz
        ===============================
        
        .. image:: https://badge.fury.io/py/plugz.png
            :target: http://badge.fury.io/py/plugz
        
        .. image:: https://travis-ci.org/mistermatti/plugz.png?branch=master
                :target: https://travis-ci.org/mistermatti/plugz
        
        .. image:: https://pypip.in/d/plugz/badge.png
                :target: https://pypi.python.org/pypi/plugz
        
        
        Plugin framework that simplifies plugin support in your tools
        
        * Free software: BSD license
        * Documentation: http://plugz.readthedocs.org.
        
        Features
        --------
        
        * Lets you register custom plugin types and plugins
        * Loading mechanism for plugins of a specific type in given locations
        
        
        
        
        History
        -------
        
        0.1.0 (2014-01-11)
        ---------------------
        
        * First release on PyPI.
Keywords: plugz
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
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
