swehockey-scraper


Nameswehockey-scraper JSON
Version 0.6 PyPI version JSON
download
home_pagehttps://github.com/msjoelin/swehockey_scraper
SummaryFunctions to scrape ice hockey data and statistics from swehockey
upload_time2023-01-01 09:26:46
maintainer
docs_urlNone
authorMarcus Sjölin
requires_python
licenseMIT
keywords ice hockey scraping sport analytics shl analys ishockey hockeyallsvenskan
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # swehockey_scraper
Package to scrape swehockey for ice hockey data and stats

## Getting started
Package can be installed with pip  
```pip install swehockey_scraper```

In python, import module with  
```import swehockey.swehockey_scraper as swe```

See description of functions in package with  
```help(swe)```

Functions can be used together and input and output is linked. 


# swehockey_scraper
Package to scrape hockey data from swehockey

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/msjoelin/swehockey_scraper",
    "name": "swehockey-scraper",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "ice hockey,scraping,sport analytics,shl,analys,ishockey,hockeyallsvenskan",
    "author": "Marcus Sj\u00f6lin",
    "author_email": "marcussjolin89@gmail.com",
    "download_url": "https://pypi.org/project/swehockey_scraper/",
    "platform": null,
    "description": "# swehockey_scraper\r\nPackage to scrape swehockey for ice hockey data and stats\r\n\r\n## Getting started\r\nPackage can be installed with pip  \r\n```pip install swehockey_scraper```\r\n\r\nIn python, import module with  \r\n```import swehockey.swehockey_scraper as swe```\r\n\r\nSee description of functions in package with  \r\n```help(swe)```\r\n\r\nFunctions can be used together and input and output is linked. \r\n\r\n\r\n# swehockey_scraper\r\nPackage to scrape hockey data from swehockey\r\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Functions to scrape ice hockey data and statistics from swehockey",
    "version": "0.6",
    "split_keywords": [
        "ice hockey",
        "scraping",
        "sport analytics",
        "shl",
        "analys",
        "ishockey",
        "hockeyallsvenskan"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "md5": "57f043680c1945e5ef8bac31b8caa292",
                "sha256": "42ea3df1418ddfd2ad0491df344fd2cdd9634d0aaf7cc8310467e411c819ffd4"
            },
            "downloads": -1,
            "filename": "swehockey_scraper-0.6-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "57f043680c1945e5ef8bac31b8caa292",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 4801,
            "upload_time": "2023-01-01T09:26:46",
            "upload_time_iso_8601": "2023-01-01T09:26:46.338837Z",
            "url": "https://files.pythonhosted.org/packages/48/86/7a1067f326e1d0d8ecf3773312aa6509c4d696ea57b7239abf45687ac208/swehockey_scraper-0.6-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-01-01 09:26:46",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "msjoelin",
    "github_project": "swehockey_scraper",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "swehockey-scraper"
}
        
Elapsed time: 0.02533s