{ "info": { "author": "Wicher Minnaard", "author_email": "wicher@gavagai.eu", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Other Environment", "Intended Audience :: Developers", "License :: Public Domain", "Operating System :: POSIX", "Programming Language :: Python", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Topic :: Multimedia :: Graphics", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "gpw - gnuplot wrapper module for interfacing Python with gnuplot.\r\n-----------------------------------------------------------------------\r\nby Wicher Minnaard \r\n\r\nThis is public domain software.\r\n\r\nDifference with gnuplot-py: This module does not need numpy. Also, this module \r\ndoesn't offer tight integration with gnuplot.\r\n\r\nThe main problem this module solves is that gnuplot needs a) data, b) instructions, and generates c) graph output. a) comes from files, b) can be fed in stdin, and c) can be written to stdout and used in your Python code.\r\n\r\nFor instance, you may want to feed data from Python into gnuplot according to\r\nsome dynamically generated instructions, catch some SVG back in a Python string, and push that out over HTTP without messing with temporary files.\r\n\r\nBut if you want to feed _data_ from Python into gnuplot, then you must use temporary files because stdin is reserved for instructions.\r\n\r\nThis module employs filesystem FIFOs and doesn't write data to disk.\r\n\r\n\r\nThis version works with Python 2.7 and 3.1+.", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "", "keywords": "gnuplot", "license": "Public domain", "maintainer": "", "maintainer_email": "", "name": "gpw", "package_url": "https://pypi.org/project/gpw/", "platform": "Unix or Unix-ish", "project_url": "https://pypi.org/project/gpw/", "project_urls": null, "release_url": "https://pypi.org/project/gpw/0.2/", "requires_dist": null, "requires_python": null, "summary": "A simple wrapper for Gnuplot", "version": "0.2" }, "last_serial": 1737797, "releases": { "0.2": [ { "comment_text": "", "digests": { "md5": "009af28946e3542f571eec02f655cdde", "sha256": "dce41e94f82f38a77544316859d0231707b5c0cd36950f33ebaaa954d3127231" }, "downloads": -1, "filename": "gpw-0.2.tar.gz", "has_sig": false, "md5_digest": "009af28946e3542f571eec02f655cdde", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3241, "upload_time": "2015-09-25T08:05:04", "url": "https://files.pythonhosted.org/packages/70/84/809b575dd1cd9282445660aad61cb555342eb57b02053be94989d076a8fd/gpw-0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "009af28946e3542f571eec02f655cdde", "sha256": "dce41e94f82f38a77544316859d0231707b5c0cd36950f33ebaaa954d3127231" }, "downloads": -1, "filename": "gpw-0.2.tar.gz", "has_sig": false, "md5_digest": "009af28946e3542f571eec02f655cdde", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3241, "upload_time": "2015-09-25T08:05:04", "url": "https://files.pythonhosted.org/packages/70/84/809b575dd1cd9282445660aad61cb555342eb57b02053be94989d076a8fd/gpw-0.2.tar.gz" } ] }