Metadata-Version: 1.1
Name: paramtk
Version: 0.8
Summary: Optional Tkinter interface for Param
Home-page: http://ioam.github.com/paramtk/
Author: IOAM
Author-email: developers@topographica.org
License: BSD
Description: ParamTk is an optional Tkinter interface to Param, allowing easy
        construction of GUIs from existing code.
        
        Please see http://ioam.github.com/paramtk/ for documentation and
        examples.
        
        
        Installation
        ============
        
        ParamTk depends on Tkinter (usually included as standard with Python),
        PIL with its Tk interface (http://www.pythonware.com/products/pil/),
        and Param (http://ioam.github.com/param/).
        
        Official releases of ParamTk are available at
        http://pypi.python.org/pypi/paramtk, and can be installed along with
        depedencies via ``pip install paramtk`` or ``easy_install paramtk``.
        
        Alternatively, after seperately installing the dependencies, ParamTk
        can be installed via ``python setup.py install``.
        
Platform: Windows
Platform: Mac OS X
Platform: Linux
Classifier: License :: OSI Approved :: BSD License
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python :: 2.5
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Software Development :: Libraries
Requires: PIL (>=1.1.6)
Requires: param (>=0.0.1)
