espn-api-orm


Nameespn-api-orm JSON
Version 0.0.5 PyPI version JSON
download
home_pageNone
SummaryA Python interface for the ESPN API
upload_time2024-06-18 20:09:01
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
licenseNone
keywords data science orm sports
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # espn-api-orm

ESPN API Object-Relational Mapper (ORM) is a Python package that makes it easy to interact with the ESPN API. It provides an ORM-like interface on top of the API endpoints, making it more intuitive for Python developers. List of endpoints: https://gist.github.com/nntrn/ee26cb2a0716de0947a0a4e9a157bc1c

## Installation

You can install ESPN API ORM using pip:

```bash
pip install espn-api-orm
```
## Usage

- BaseAPI -> SportAPI -> LeagueAPI -> SeasonAPI
- SeasonAPI -> TeamsAPI
- SeasonAPI -> VenueAPI
- SeasonAPI -> CalendarAPI -> ScoreboardAPI
- ScoreboardAPI -> EventsAPI

## Features
- Easy API interaction: The emphasis is on making ESPN API easy to use for Python developers.
- ORM-like interface: Binding API endpoints to Python classes, giving an ORM-like feel.
- Comprehensive coverage: Covers all ESPN API endpoints.

## Contributing
We appreciate any contributions. Please feel free to fork and create a Pull Request for any changes/updates.

## Publishing

Auto publish available through GitHub Actions and Pypi

Local publishing (include token in rc)

1. ```python -m build```

2. ```twine upload dist/*```

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "espn-api-orm",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "data science, ORM, sports",
    "author": null,
    "author_email": "TheEdgePredictor <theedgepredictor@gmail.com>, Charlie Sergeant <charlesdsgt@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/a5/16/725a09a799b00d4e2fe8daec9e5428f1eb0805d922ea9e708afbab36ea68/espn_api_orm-0.0.5.tar.gz",
    "platform": null,
    "description": "# espn-api-orm\n\nESPN API Object-Relational Mapper (ORM) is a Python package that makes it easy to interact with the ESPN API. It provides an ORM-like interface on top of the API endpoints, making it more intuitive for Python developers. List of endpoints: https://gist.github.com/nntrn/ee26cb2a0716de0947a0a4e9a157bc1c\n\n## Installation\n\nYou can install ESPN API ORM using pip:\n\n```bash\npip install espn-api-orm\n```\n## Usage\n\n- BaseAPI -> SportAPI -> LeagueAPI -> SeasonAPI\n- SeasonAPI -> TeamsAPI\n- SeasonAPI -> VenueAPI\n- SeasonAPI -> CalendarAPI -> ScoreboardAPI\n- ScoreboardAPI -> EventsAPI\n\n## Features\n- Easy API interaction: The emphasis is on making ESPN API easy to use for Python developers.\n- ORM-like interface: Binding API endpoints to Python classes, giving an ORM-like feel.\n- Comprehensive coverage: Covers all ESPN API endpoints.\n\n## Contributing\nWe appreciate any contributions. Please feel free to fork and create a Pull Request for any changes/updates.\n\n## Publishing\n\nAuto publish available through GitHub Actions and Pypi\n\nLocal publishing (include token in rc)\n\n1. ```python -m build```\n\n2. ```twine upload dist/*```\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "A Python interface for the ESPN API",
    "version": "0.0.5",
    "project_urls": {
        "Homepage": "https://github.com/theedgepredictor/espn-api-orm",
        "Issues": "https://github.com/theedgepredictor/espn-api-orm/issues",
        "Repository": "https://github.com/theedgepredictor/espn-api-orm"
    },
    "split_keywords": [
        "data science",
        " orm",
        " sports"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d9ffe694172fbdbf2e160bcfd7eeeb770e919475c307845ed9f79b694fab4aec",
                "md5": "aa2e8336d8b11c05b82e9fd919ca563c",
                "sha256": "58def8e1482697642a5ef432fe05fec6a2eb63efe013eace134b36b55dc4b50d"
            },
            "downloads": -1,
            "filename": "espn_api_orm-0.0.5-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "aa2e8336d8b11c05b82e9fd919ca563c",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 18134,
            "upload_time": "2024-06-18T20:08:59",
            "upload_time_iso_8601": "2024-06-18T20:08:59.637791Z",
            "url": "https://files.pythonhosted.org/packages/d9/ff/e694172fbdbf2e160bcfd7eeeb770e919475c307845ed9f79b694fab4aec/espn_api_orm-0.0.5-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a516725a09a799b00d4e2fe8daec9e5428f1eb0805d922ea9e708afbab36ea68",
                "md5": "27ce62a8018b4c8fe79f95cbf8d97bee",
                "sha256": "07ab3319ec21550535f449c73e6ce733378edd822164ff3d478058159db16ba7"
            },
            "downloads": -1,
            "filename": "espn_api_orm-0.0.5.tar.gz",
            "has_sig": false,
            "md5_digest": "27ce62a8018b4c8fe79f95cbf8d97bee",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 13425,
            "upload_time": "2024-06-18T20:09:01",
            "upload_time_iso_8601": "2024-06-18T20:09:01.149369Z",
            "url": "https://files.pythonhosted.org/packages/a5/16/725a09a799b00d4e2fe8daec9e5428f1eb0805d922ea9e708afbab36ea68/espn_api_orm-0.0.5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-06-18 20:09:01",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "theedgepredictor",
    "github_project": "espn-api-orm",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "espn-api-orm"
}
        
Elapsed time: 0.26453s