Metadata-Version: 1.1
Name: boomslang
Version: 1.0
Summary: A thin layer over matplotlib that simplifies creation of common plots
Home-page: http://code.google.com/p/boomslang/
Author: Alex Rasmussen
Author-email: alexras@acm.org
License: BSD
Download-URL: http://boomslang.googlecode.com/files/boomslang-0.6b.tar.gz
Description: I created Boomslang to decrease the amount of boilerplate
        code I had to write when producing graphs for research papers. Boomslang
        treats data and plots separately and encapsulates them both in objects,
        giving the programmer the ability to author modular, re-usable graphing
        code.
Keywords: matplotlib
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Other Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires: matplotlib
