{ "info": { "author": "fantomen", "author_email": "olalidmark@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7" ], "description": "Football pitch plot\n=======================\n\nPython library using Plotly for plotting a football pitch with events. Examples can be found here: http://blog.stryktipsetisistastund.se/tag/plotly/\n\nInstallation\n-----------------------\nRequires the plotly lib to be available and set up. See: https://plot.ly/python/getting-started/\n\nUsage\n-----------------------\n\n.. code:: python\n\n from pitchplotter.plotter import Plotter\n\n plotter = Plotter(\"Demo\")\n\n #create array as follows: [xpos, ypos, 'event name', event size]\n demo_arr = [\n [25,50,'Event 1', 34],\n [35,41,'Event 2', 14],\n [20,33,'Event 3', 23],\n [10,52,'Event 4', 56],\n [45,60,'Event 5', 9]\n ]\n\n plotter.add_events(demo_arr, \"Demo events\")\n\n plotter.plot()\n", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/olalidmark/footballpitchplot", "keywords": "football,soccer,metrics,sports,statistics,plotly,plot", "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "footballpitchplot", "package_url": "https://pypi.org/project/footballpitchplot/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/footballpitchplot/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/olalidmark/footballpitchplot" }, "release_url": "https://pypi.org/project/footballpitchplot/0.1/", "requires_dist": null, "requires_python": null, "summary": "Python library using Plotly for plotting a football pitch with events.", "version": "0.1" }, "last_serial": 1679316, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "3b9c9d9f39723e2a966c703cb6f57069", "sha256": "719bb80129263e6e70da84333c637ad1601df6b8eceac42729c87d02bc533311" }, "downloads": -1, "filename": "footballpitchplot-0.1-py2-none-any.whl", "has_sig": false, "md5_digest": "3b9c9d9f39723e2a966c703cb6f57069", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 3246, "upload_time": "2015-08-16T11:42:42", "url": "https://files.pythonhosted.org/packages/20/ac/1939ce1591cf877e480f355beadf3082370dcf427eb3602cda822d6224c3/footballpitchplot-0.1-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "c76421e9653b6e3f19383a25a0184e2e", "sha256": "51e4836f03be8aff1deb39cbcc0a1a1cd7b34da2e74a0209fbe74e4caf5d017b" }, "downloads": -1, "filename": "footballpitchplot-0.1.tar.gz", "has_sig": false, "md5_digest": "c76421e9653b6e3f19383a25a0184e2e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2091, "upload_time": "2015-08-16T11:42:47", "url": "https://files.pythonhosted.org/packages/9a/93/f3dad5bfc97dafa42912d18206c31aa27bc1b6f03ca3c3deed69a648e992/footballpitchplot-0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "3b9c9d9f39723e2a966c703cb6f57069", "sha256": "719bb80129263e6e70da84333c637ad1601df6b8eceac42729c87d02bc533311" }, "downloads": -1, "filename": "footballpitchplot-0.1-py2-none-any.whl", "has_sig": false, "md5_digest": "3b9c9d9f39723e2a966c703cb6f57069", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 3246, "upload_time": "2015-08-16T11:42:42", "url": "https://files.pythonhosted.org/packages/20/ac/1939ce1591cf877e480f355beadf3082370dcf427eb3602cda822d6224c3/footballpitchplot-0.1-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "c76421e9653b6e3f19383a25a0184e2e", "sha256": "51e4836f03be8aff1deb39cbcc0a1a1cd7b34da2e74a0209fbe74e4caf5d017b" }, "downloads": -1, "filename": "footballpitchplot-0.1.tar.gz", "has_sig": false, "md5_digest": "c76421e9653b6e3f19383a25a0184e2e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2091, "upload_time": "2015-08-16T11:42:47", "url": "https://files.pythonhosted.org/packages/9a/93/f3dad5bfc97dafa42912d18206c31aa27bc1b6f03ca3c3deed69a648e992/footballpitchplot-0.1.tar.gz" } ] }