sportify


Namesportify JSON
Version 0.9.0 PyPI version JSON
download
home_pageNone
SummaryFetch sports data from CLI
upload_time2024-12-11 19:50:18
maintainerNone
docs_urlNone
authorNone
requires_python>=3.7
licenseMIT License Copyright (c) 2024 Jacob Alexander Thompson Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
keywords application athletics cli data espn executable sports
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Sportify

Sportify is a Python-based command-line interface (CLI) application that fetches and displays real-time sports data. Whether you're interested in scores, team stats, player information, or upcoming fixtures, Sportify provides a convenient way to access the latest sports updates from your terminal.

## Features (Work-in-progress)

- Fetch live scores for various sports.
- Get detailed stats on teams and players.
- View schedules for upcoming matches and events.
- Filter data by league, team, or player.
- User-friendly CLI commands with customizable options.

## Installation

To install Sportify, ensure you have Python 3.7 or higher installed on your machine.

### Pip

Recommended:
```bash
pipx install sportify
```

Otherwise:
```bash
pip install sportify
```

### Source

> [!IMPORTANT]
> Requires `build`
> ```
> pip install build
> ```

1. Clone the repository:
    ```bash
    git clone https://github.com/jacob-thompson/sportify.git
    cd sportify
    ```

2. Build the application:
    ```bash
    python3 -m build
    ```

3. Install the application:
    ```bash
    pipx install dist/*.tar.gz
    ```
    ```bash
    pip install dist/*.tar.gz
    ```

## Usage

```bash
sportify
```

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "sportify",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "\"Jacob A. Thompson\" <jacobalthompson@gmail.com>",
    "keywords": "application, athletics, cli, data, espn, executable, sports",
    "author": null,
    "author_email": "\"Jacob A. Thompson\" <jacobalthompson@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/fa/e1/c4b413cb316f42810947708e3c43a660622d57e3aa7c1baae2d1f33da571/sportify-0.9.0.tar.gz",
    "platform": null,
    "description": "# Sportify\n\nSportify is a Python-based command-line interface (CLI) application that fetches and displays real-time sports data. Whether you're interested in scores, team stats, player information, or upcoming fixtures, Sportify provides a convenient way to access the latest sports updates from your terminal.\n\n## Features (Work-in-progress)\n\n- Fetch live scores for various sports.\n- Get detailed stats on teams and players.\n- View schedules for upcoming matches and events.\n- Filter data by league, team, or player.\n- User-friendly CLI commands with customizable options.\n\n## Installation\n\nTo install Sportify, ensure you have Python 3.7 or higher installed on your machine.\n\n### Pip\n\nRecommended:\n```bash\npipx install sportify\n```\n\nOtherwise:\n```bash\npip install sportify\n```\n\n### Source\n\n> [!IMPORTANT]\n> Requires `build`\n> ```\n> pip install build\n> ```\n\n1. Clone the repository:\n    ```bash\n    git clone https://github.com/jacob-thompson/sportify.git\n    cd sportify\n    ```\n\n2. Build the application:\n    ```bash\n    python3 -m build\n    ```\n\n3. Install the application:\n    ```bash\n    pipx install dist/*.tar.gz\n    ```\n    ```bash\n    pip install dist/*.tar.gz\n    ```\n\n## Usage\n\n```bash\nsportify\n```\n",
    "bugtrack_url": null,
    "license": "MIT License  Copyright (c) 2024 Jacob Alexander Thompson  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:  The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.  THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.",
    "summary": "Fetch sports data from CLI",
    "version": "0.9.0",
    "project_urls": {
        "Bug Reports": "https://github.com/jacob-thompson/sportify/issues",
        "Homepage": "https://github.com/jacob-thompson/sportify"
    },
    "split_keywords": [
        "application",
        " athletics",
        " cli",
        " data",
        " espn",
        " executable",
        " sports"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0ab00f775b29f69893098077be4f8cf51cc9ca6e6ac97dbb8c8aaa425dfed8ba",
                "md5": "bc281a8bcf8f8a1bd316305844e41660",
                "sha256": "615e5c5a38d3025857ef118d77f0660f3d3c0df3258295c7c73b037518f75de5"
            },
            "downloads": -1,
            "filename": "sportify-0.9.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "bc281a8bcf8f8a1bd316305844e41660",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 6372,
            "upload_time": "2024-12-11T19:50:16",
            "upload_time_iso_8601": "2024-12-11T19:50:16.739870Z",
            "url": "https://files.pythonhosted.org/packages/0a/b0/0f775b29f69893098077be4f8cf51cc9ca6e6ac97dbb8c8aaa425dfed8ba/sportify-0.9.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fae1c4b413cb316f42810947708e3c43a660622d57e3aa7c1baae2d1f33da571",
                "md5": "d466b908f91fa2fe13dbdd1a631355b8",
                "sha256": "ef612937c2e367e743989d5467ab185d1d6958ffbe96b1fbedd5009cc79e53eb"
            },
            "downloads": -1,
            "filename": "sportify-0.9.0.tar.gz",
            "has_sig": false,
            "md5_digest": "d466b908f91fa2fe13dbdd1a631355b8",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 5214,
            "upload_time": "2024-12-11T19:50:18",
            "upload_time_iso_8601": "2024-12-11T19:50:18.844731Z",
            "url": "https://files.pythonhosted.org/packages/fa/e1/c4b413cb316f42810947708e3c43a660622d57e3aa7c1baae2d1f33da571/sportify-0.9.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-12-11 19:50:18",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "jacob-thompson",
    "github_project": "sportify",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "sportify"
}
        
Elapsed time: 0.41581s