{ "info": { "author": "Leo Saffin", "author_email": "string_buster@hotmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 2 - Pre-Alpha", "License :: OSI Approved :: MIT License", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 3", "Topic :: Scientific/Engineering :: Visualization" ], "description": "pygame_plot\n===========\n\n.. image:: https://img.shields.io/pypi/v/pygame_plot.svg\n :target: https://pypi.python.org/pypi/pygame_plot\n :alt: Latest PyPI version\n\n\nQuick visualization of data using pygame with a matplotlib style\n\nUsage\n-----\n.. code-block:: python\n\n import numpy as np\n import pygame_plot\n\n data = np.random.rand(10, 10, 500, 500)\n pygame_plot.pcolor(data)\n\n\n\n\nInstallation\n------------\n.. code-block:: bash\n\n $ pip install pygame_plot\n\nRequirements\n^^^^^^^^^^^^\nThis package requires pygame, matplotlib and numpy to work\n\nLicence\n-------\n\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/LSaffin/pygame_plot", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "pygame-plot", "package_url": "https://pypi.org/project/pygame-plot/", "platform": "", "project_url": "https://pypi.org/project/pygame-plot/", "project_urls": { "Homepage": "https://github.com/LSaffin/pygame_plot" }, "release_url": "https://pypi.org/project/pygame-plot/0.1/", "requires_dist": [ "pygame", "matplotlib", "numpy" ], "requires_python": "", "summary": "Quick visualization of data using pygame with a matplotlib style", "version": "0.1" }, "last_serial": 4769190, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "39111a63af3ada289f1216167ffe23fa", "sha256": "813f5605b0198f54481b7170af9419a025bdc59860cdb4865c9b8b0351511969" }, "downloads": -1, "filename": "pygame_plot-0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "39111a63af3ada289f1216167ffe23fa", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 3961, "upload_time": "2019-02-01T17:03:55", "url": "https://files.pythonhosted.org/packages/8f/6b/a66e8107e0016aebeccb49422e7e9e0c3c7f481b5e29853f943525ccb695/pygame_plot-0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "ebadb5db76ef00a1e47e12c48394359f", "sha256": "c79b5da071fe3866c413bd170020ffb883c1dd3555061cec5fbc17a8ad38afbc" }, "downloads": -1, "filename": "pygame_plot-0.1.tar.gz", "has_sig": false, "md5_digest": "ebadb5db76ef00a1e47e12c48394359f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2975, "upload_time": "2019-02-01T17:03:57", "url": "https://files.pythonhosted.org/packages/39/b2/0770c7a3459dbb354ad32aef7466bc372bdf66bb5a6b2fde5d7bfc3856cb/pygame_plot-0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "39111a63af3ada289f1216167ffe23fa", "sha256": "813f5605b0198f54481b7170af9419a025bdc59860cdb4865c9b8b0351511969" }, "downloads": -1, "filename": "pygame_plot-0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "39111a63af3ada289f1216167ffe23fa", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 3961, "upload_time": "2019-02-01T17:03:55", "url": "https://files.pythonhosted.org/packages/8f/6b/a66e8107e0016aebeccb49422e7e9e0c3c7f481b5e29853f943525ccb695/pygame_plot-0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "ebadb5db76ef00a1e47e12c48394359f", "sha256": "c79b5da071fe3866c413bd170020ffb883c1dd3555061cec5fbc17a8ad38afbc" }, "downloads": -1, "filename": "pygame_plot-0.1.tar.gz", "has_sig": false, "md5_digest": "ebadb5db76ef00a1e47e12c48394359f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2975, "upload_time": "2019-02-01T17:03:57", "url": "https://files.pythonhosted.org/packages/39/b2/0770c7a3459dbb354ad32aef7466bc372bdf66bb5a6b2fde5d7bfc3856cb/pygame_plot-0.1.tar.gz" } ] }