{ "info": { "author": "Matt Rasmussen", "author_email": "rasmus@mit.edu", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Environment :: Console", "Environment :: Win32 (MS Windows)", "Environment :: X11 Applications", "Intended Audience :: Developers", "Intended Audience :: Education", "Intended Audience :: End Users/Desktop", "Intended Audience :: Science/Research", "License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)", "Operating System :: MacOS :: MacOS X", "Operating System :: Microsoft :: Windows", "Operating System :: POSIX", "Programming Language :: C++", "Programming Language :: Python", "Topic :: Artistic Software", "Topic :: Education", "Topic :: Multimedia :: Graphics", "Topic :: Scientific/Engineering :: Visualization" ], "description": "SUMMON is a python extension module that provides rapid prototyping of\n 2D visualizations. By heavily relying on the python scripting language,\n SUMMON allows the user to rapidly prototype a custom visualization for\n their data, without the overhead of designing a graphical user\n interface or recompiling native code. By simplifying the task of\n designing a visualization, users can spend more time on understanding\n their data. \n\n SUMMON is designed to be a fast interface for developing interactive\n visualizations (via scene graphs) for OpenGL. Although python libraries\n already exist for accessing OpenGL, python is relatively slow for\n real-time interaction with large visualizations (trees with 100,000\n leaves, sparse matrices with a million non-zeros, etc.). Therefore, with\n SUMMON all real-time interaction is handled with compiled native C++\n code (via extension module). Python is only executed in the construction\n and occasional interaction with the visualization. This arrangement\n provides the best of both worlds. \n\n SUMMON was designed with several philosophies. First, a scripting\n language (Python) is used to speed up the development process and avoid\n overhead such as code compilation. Second, design of graphical user\n interfaces should be minimized. Designing a good interface takes\n planning and time to layout buttons, scrollbars, and dialog boxes. Yet\n a poor interface is very painful to work with. Even when one has a good\n interface, rarely can it be automated for batch mode. Instead, SUMMON\n relies on the Python prompt for most interaction. This allows the\n users direct access to the underlying code, which is more expressive,\n and can be automated through scripting.", "description_content_type": null, "docs_url": null, "download_url": "http://people.csail.mit.edu/rasmus/summon/download/summon-1.8.10.tar.gz", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://people.csail.mit.edu/rasmus/summon/", "keywords": null, "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "summon", "package_url": "https://pypi.org/project/summon/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/summon/", "project_urls": { "Download": "http://people.csail.mit.edu/rasmus/summon/download/summon-1.8.10.tar.gz", "Homepage": "http://people.csail.mit.edu/rasmus/summon/" }, "release_url": "https://pypi.org/project/summon/1.8.10/", "requires_dist": null, "requires_python": null, "summary": "A general 2D visualization prototyping module", "version": "1.8.10" }, "last_serial": 322910, "releases": { "1.6": [], "1.6.1": [], "1.7": [], "1.7.1": [], "1.7.2": [], "1.8": [], "1.8.1": [], "1.8.10": [], "1.8.2": [], "1.8.3": [], "1.8.4": [], "1.8.5": [], "1.8.6": [], "1.8.7": [], "1.8.8": [], "1.8.9": [] }, "urls": [] }