Metadata-Version: 1.0
Name: pluginbuilder
Version: 1.0.0
Summary: Create standalone Mac OS X plugins with Python
Home-page: http://bitbucket.org/hsoft/pluginbuilder
Author: Virgil Dupras
Author-email: hsoft@hardcoded.net
License: MIT or PSF License
Download-URL: http://pypi.python.org/pypi/pluginbuilder
Description: pluginbuilder - Create standalone Mac OS X plugins with Python
        ==============================================================
        
        pluginbuilder is a Python package which will allow you to make standalone plugins from Python 
        scripts. This plugin can then be used by an Objective-C application (through ``NSBundle``). 
        pluginbuilder is a fork of `py2app`_, but without the distutils based command or the ability to 
        create application bundles.
        
        For installation information, refer to the documentation in the "doc" folder (you need Sphinx to
        build it). The documentation is also available online at http://www.hardcoded.net/docs/pluginbuilder .
        
        .. _`py2app`: http://bitbucket.org/ronaldoussoren/py2app
        
Platform: MacOS X
Classifier: Environment :: Console
Classifier: Environment :: MacOS X :: Cocoa
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Objective C
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Software Development :: User Interfaces
Classifier: Topic :: Software Development :: Build Tools
