hockey-rink


Namehockey-rink JSON
Version 1.1.3 PyPI version JSON
download
home_pagehttps://github.com/the-bucketless/hockey_rink
SummaryA Python library for plotting hockey rinks with Matplotlib.
upload_time2024-10-30 20:32:45
maintainerNone
docs_urlNone
authorThe Bucketless
requires_pythonNone
licenseGNU General Public License v3 (GPLv3)
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ![](images/hockey-rink-logo.png)

A Python library for plotting hockey rinks with Matplotlib.

## Installation
```pip install hockey-rink```

## Example Notebooks

### [Drawing](examples/drawing.ipynb)

This notebook shows how to customize rinks and draw them. This includes a dark-theme rink.  

![](images/dark-theme-rink.png)

### [Plotting](examples/plotting.ipynb)

Plotting is mainly done through wrappers for Matplotlib plotting methods. This notebook shows each of the currently available methods.  

![](images/binned-plots.png)

### [Animating](examples/animating.ipynb)

The final example notebook shows how to use the package to make animations.

![](images/animation-example.gif)

## Inspiration
This project was partly inspired by [mplsoccer](https://github.com/andrewRowlinson/mplsoccer).

Hopefully, it can make things a little easier for anyone looking to get involved in hockey analytics.

## Contact
You can find me on twitter [@the_bucketless](https://twitter.com/the_bucketless) or email me at thebucketless@protonmail.com.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/the-bucketless/hockey_rink",
    "name": "hockey-rink",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": null,
    "author": "The Bucketless",
    "author_email": "thebucketless@protonmail.com",
    "download_url": "https://files.pythonhosted.org/packages/b1/2c/d256c367832bafa457a6d6f5d6a2b117e8aae77804218750ce77c8b60fc6/hockey_rink-1.1.3.tar.gz",
    "platform": null,
    "description": "![](images/hockey-rink-logo.png)\r\n\r\nA Python library for plotting hockey rinks with Matplotlib.\r\n\r\n## Installation\r\n```pip install hockey-rink```\r\n\r\n## Example Notebooks\r\n\r\n### [Drawing](examples/drawing.ipynb)\r\n\r\nThis notebook shows how to customize rinks and draw them. This includes a dark-theme rink.  \r\n\r\n![](images/dark-theme-rink.png)\r\n\r\n### [Plotting](examples/plotting.ipynb)\r\n\r\nPlotting is mainly done through wrappers for Matplotlib plotting methods. This notebook shows each of the currently available methods.  \r\n\r\n![](images/binned-plots.png)\r\n\r\n### [Animating](examples/animating.ipynb)\r\n\r\nThe final example notebook shows how to use the package to make animations.\r\n\r\n![](images/animation-example.gif)\r\n\r\n## Inspiration\r\nThis project was partly inspired by [mplsoccer](https://github.com/andrewRowlinson/mplsoccer).\r\n\r\nHopefully, it can make things a little easier for anyone looking to get involved in hockey analytics.\r\n\r\n## Contact\r\nYou can find me on twitter [@the_bucketless](https://twitter.com/the_bucketless) or email me at thebucketless@protonmail.com.\r\n",
    "bugtrack_url": null,
    "license": "GNU General Public License v3 (GPLv3)",
    "summary": "A Python library for plotting hockey rinks with Matplotlib.",
    "version": "1.1.3",
    "project_urls": {
        "Homepage": "https://github.com/the-bucketless/hockey_rink"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b12cd256c367832bafa457a6d6f5d6a2b117e8aae77804218750ce77c8b60fc6",
                "md5": "0d52eb3191e8db3e861e155035eda66b",
                "sha256": "ea7e1169405fc51bb2152bef4ee20ed48ce65eada9aa01c81a12cf8be8df255a"
            },
            "downloads": -1,
            "filename": "hockey_rink-1.1.3.tar.gz",
            "has_sig": false,
            "md5_digest": "0d52eb3191e8db3e861e155035eda66b",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 41449,
            "upload_time": "2024-10-30T20:32:45",
            "upload_time_iso_8601": "2024-10-30T20:32:45.353794Z",
            "url": "https://files.pythonhosted.org/packages/b1/2c/d256c367832bafa457a6d6f5d6a2b117e8aae77804218750ce77c8b60fc6/hockey_rink-1.1.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-10-30 20:32:45",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "the-bucketless",
    "github_project": "hockey_rink",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [],
    "lcname": "hockey-rink"
}
        
Elapsed time: 7.81614s