rinkrat


Namerinkrat JSON
Version 0.1.1 PyPI version JSON
download
home_page
SummaryA command line tool to query NHL stats.
upload_time2024-02-04 18:29:54
maintainer
docs_urlNone
authorAlex Reynolds
requires_python>=3.8
license
keywords nhl hockey stats
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # rinkrat
Rinkrat is a command line tool to query the NHL's public API for statistics.

## Install
You can install rinkrat from PyPi

    python -m pip install rinkrat

It is supported by python 3.8 and above.

## Usage

    rinkrat [ command ] [ sub-command ] { parameters }

Rinkrat uses the command line interface to get statistics from the public NHL api. With the current version you can access team standings data and rank it based on several criteria:

### Commands
Commands give you access to different data. Sub-commands determine how that data is organized and presented. For command snippits and descriptions, please see the [commands](docs/commands) directory.

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "rinkrat",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "NHL,hockey,stats",
    "author": "Alex Reynolds",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/81/49/21d1de76574eb185b334809eb05a94f2f5d032283324a9a5199db74da1f4/rinkrat-0.1.1.tar.gz",
    "platform": null,
    "description": "# rinkrat\nRinkrat is a command line tool to query the NHL's public API for statistics.\n\n## Install\nYou can install rinkrat from PyPi\n\n    python -m pip install rinkrat\n\nIt is supported by python 3.8 and above.\n\n## Usage\n\n    rinkrat [ command ] [ sub-command ] { parameters }\n\nRinkrat uses the command line interface to get statistics from the public NHL api. With the current version you can access team standings data and rank it based on several criteria:\n\n### Commands\nCommands give you access to different data. Sub-commands determine how that data is organized and presented. For command snippits and descriptions, please see the [commands](docs/commands) directory.\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "A command line tool to query NHL stats.",
    "version": "0.1.1",
    "project_urls": {
        "Homepage": "https://github.com/reyncode/rinkrat.git",
        "Issues": "https://github.com/reyncode/rinkrat/issues"
    },
    "split_keywords": [
        "nhl",
        "hockey",
        "stats"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d0ca13e6655d2416e14500a4c6e3dabeefc6e922e78350afa82ba8a8a57aa31f",
                "md5": "7df5b9f83a572b1bc9442acce00d6c10",
                "sha256": "57ec2ea07c427ebfc63280212d775c10a9634f07342f4360524d6907b89aa25a"
            },
            "downloads": -1,
            "filename": "rinkrat-0.1.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "7df5b9f83a572b1bc9442acce00d6c10",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 7527,
            "upload_time": "2024-02-04T18:29:52",
            "upload_time_iso_8601": "2024-02-04T18:29:52.916693Z",
            "url": "https://files.pythonhosted.org/packages/d0/ca/13e6655d2416e14500a4c6e3dabeefc6e922e78350afa82ba8a8a57aa31f/rinkrat-0.1.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "814921d1de76574eb185b334809eb05a94f2f5d032283324a9a5199db74da1f4",
                "md5": "5e45eea8480dd05d28a9b980b658fbb3",
                "sha256": "694067e9293e89170fa59cc5f23cb1ce1c1cb984b6b664be1724779f72876cea"
            },
            "downloads": -1,
            "filename": "rinkrat-0.1.1.tar.gz",
            "has_sig": false,
            "md5_digest": "5e45eea8480dd05d28a9b980b658fbb3",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 8513,
            "upload_time": "2024-02-04T18:29:54",
            "upload_time_iso_8601": "2024-02-04T18:29:54.614134Z",
            "url": "https://files.pythonhosted.org/packages/81/49/21d1de76574eb185b334809eb05a94f2f5d032283324a9a5199db74da1f4/rinkrat-0.1.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-04 18:29:54",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "reyncode",
    "github_project": "rinkrat",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [],
    "lcname": "rinkrat"
}
        
Elapsed time: 0.19824s