Metadata-Version: 1.1
Name: yoinkery
Version: 0.3
Summary: Yoinking data from rasterized images
Home-page: http://yoinkery.com
Author: Matt Terry
Author-email: matt.terry@gmail.com
License: Modified BSD
Description: Data Extraction Tools
        
        Yoink is a tool for extracting data from rasterized images.  It currently
        supports interactively picking points from line plots.  It also supports
        extracting the scalar field from a colormapped image.  Yoink builds on top
        matplotlib and is platform and rendering backend independent.
        
        Please refer to the online documentation at http://yoinkery.com/
        
        Follow development at https://github.com/mrterry/yoink
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Scientific/Engineering :: Visualization
Classifier: Topic :: Utilities
Requires: numpy
Requires: scipy
Requires: matplotlib
