api-sports-io-nfl


Nameapi-sports-io-nfl JSON
Version 0.0.2 PyPI version JSON
download
home_pagehttps://github.com/ianpittwood/api-sports-io-nfl
SummaryAPI Wrapper for api-sports.io's NFL feeds.
upload_time2024-01-16 13:40:28
maintainerIan Pittwood
docs_urlNone
authorIan Pittwood
requires_python>=3.10,<4.0
licenseApache 2.0
keywords api sports nfl api-sports.io football american football gridiron
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # api-sports-io-nfl
An unofficial Python API wrapper for [api-sports.io's NFL feeds](https://api-sports.io/documentation/nfl/v1).

## Installation
```bash
pip install api-sports-io-nfl
```

## Usage
```python
from api_sports_io_nfl import ApiNfl

# Initialize the API wrapper with your API key
api = ApiNfl(api_key='YOUR_API_KEY')

# Make your calls!
teams = api.teams(league=api.Leagues.NFL)
```


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/ianpittwood/api-sports-io-nfl",
    "name": "api-sports-io-nfl",
    "maintainer": "Ian Pittwood",
    "docs_url": null,
    "requires_python": ">=3.10,<4.0",
    "maintainer_email": "pittwoodian@gmail.com",
    "keywords": "api,sports,nfl,api-sports.io,football,american football,gridiron",
    "author": "Ian Pittwood",
    "author_email": "pittwoodian@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/8d/ba/63ee42630eacbdbce753637fd9cd8969307f93f6aa5773019269380b784d/api_sports_io_nfl-0.0.2.tar.gz",
    "platform": null,
    "description": "# api-sports-io-nfl\nAn unofficial Python API wrapper for [api-sports.io's NFL feeds](https://api-sports.io/documentation/nfl/v1).\n\n## Installation\n```bash\npip install api-sports-io-nfl\n```\n\n## Usage\n```python\nfrom api_sports_io_nfl import ApiNfl\n\n# Initialize the API wrapper with your API key\napi = ApiNfl(api_key='YOUR_API_KEY')\n\n# Make your calls!\nteams = api.teams(league=api.Leagues.NFL)\n```\n\n",
    "bugtrack_url": null,
    "license": "Apache 2.0",
    "summary": "API Wrapper for api-sports.io's NFL feeds.",
    "version": "0.0.2",
    "project_urls": {
        "Homepage": "https://github.com/ianpittwood/api-sports-io-nfl",
        "Repository": "https://github.com/ianpittwood/api-sports-io-nfl"
    },
    "split_keywords": [
        "api",
        "sports",
        "nfl",
        "api-sports.io",
        "football",
        "american football",
        "gridiron"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "09f68bc39b79cf6fef3a817cc98459f7c31f81fbb426c9a501c7940ef9ab9409",
                "md5": "3dd0c49d07131255848d706d196be8c7",
                "sha256": "a976b9f216e92252ab7fcd23437c2a825ca17db26330e66c7f76bfeda64554b3"
            },
            "downloads": -1,
            "filename": "api_sports_io_nfl-0.0.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "3dd0c49d07131255848d706d196be8c7",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10,<4.0",
            "size": 10386,
            "upload_time": "2024-01-16T13:40:26",
            "upload_time_iso_8601": "2024-01-16T13:40:26.984692Z",
            "url": "https://files.pythonhosted.org/packages/09/f6/8bc39b79cf6fef3a817cc98459f7c31f81fbb426c9a501c7940ef9ab9409/api_sports_io_nfl-0.0.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8dba63ee42630eacbdbce753637fd9cd8969307f93f6aa5773019269380b784d",
                "md5": "63022cd6a961b4573e82826b5439696f",
                "sha256": "95a2022fca1d752611ed5160f0e18af45c8b6c878cd405541512c15cb694a73c"
            },
            "downloads": -1,
            "filename": "api_sports_io_nfl-0.0.2.tar.gz",
            "has_sig": false,
            "md5_digest": "63022cd6a961b4573e82826b5439696f",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10,<4.0",
            "size": 9631,
            "upload_time": "2024-01-16T13:40:28",
            "upload_time_iso_8601": "2024-01-16T13:40:28.012969Z",
            "url": "https://files.pythonhosted.org/packages/8d/ba/63ee42630eacbdbce753637fd9cd8969307f93f6aa5773019269380b784d/api_sports_io_nfl-0.0.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-01-16 13:40:28",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "ianpittwood",
    "github_project": "api-sports-io-nfl",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "api-sports-io-nfl"
}
        
Elapsed time: 0.16862s