reus


Namereus JSON
Version 1.1.6 PyPI version JSON
download
home_pagehttps://github.com/ian-shepherd/reus
SummaryA package that allows you scrape soccer information
upload_time2024-03-29 01:48:50
maintainerNone
docs_urlNone
authorIan Shepherd
requires_python>=3.10
licenseNone
keywords python fbref fotmob transfermarkt soccer football
VCS
bugtrack_url
requirements pandas numpy requests beautifulsoup4
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
    A package that allows you to pull soccer statistics, player market values, and
     transfer information, primarily from FBref, Fotmob, and Transfermarkt


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/ian-shepherd/reus",
    "name": "reus",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": null,
    "keywords": "python, fbref, fotmob, transfermarkt, soccer, football",
    "author": "Ian Shepherd",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/00/5c/4bf92b4fc73eb2a553696ada793f8527ef701282723cfe2b08612fe1ac74/reus-1.1.6.tar.gz",
    "platform": null,
    "description": "\n    A package that allows you to pull soccer statistics, player market values, and\n     transfer information, primarily from FBref, Fotmob, and Transfermarkt\n\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "A package that allows you scrape soccer information",
    "version": "1.1.6",
    "project_urls": {
        "Homepage": "https://github.com/ian-shepherd/reus"
    },
    "split_keywords": [
        "python",
        " fbref",
        " fotmob",
        " transfermarkt",
        " soccer",
        " football"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7ec8201f75a42ee2381262f29e0e23a95066e93b5274b1a26a5b4727cf60e43f",
                "md5": "648dc58830dee86f780ed0eaf61990ba",
                "sha256": "48e2076b86ec2e05e036d8879aed6b652eb8e440ddc6e7164743e22f117374d2"
            },
            "downloads": -1,
            "filename": "reus-1.1.6-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "648dc58830dee86f780ed0eaf61990ba",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 116798,
            "upload_time": "2024-03-29T01:48:48",
            "upload_time_iso_8601": "2024-03-29T01:48:48.984819Z",
            "url": "https://files.pythonhosted.org/packages/7e/c8/201f75a42ee2381262f29e0e23a95066e93b5274b1a26a5b4727cf60e43f/reus-1.1.6-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "005c4bf92b4fc73eb2a553696ada793f8527ef701282723cfe2b08612fe1ac74",
                "md5": "b1cb65e8ad677a2f3df70905b77b72bb",
                "sha256": "eda1f3c18f6315dbf87efa1ef5645ed46a2426ce8a77f0c88600092366a53f3d"
            },
            "downloads": -1,
            "filename": "reus-1.1.6.tar.gz",
            "has_sig": false,
            "md5_digest": "b1cb65e8ad677a2f3df70905b77b72bb",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 53884,
            "upload_time": "2024-03-29T01:48:50",
            "upload_time_iso_8601": "2024-03-29T01:48:50.662127Z",
            "url": "https://files.pythonhosted.org/packages/00/5c/4bf92b4fc73eb2a553696ada793f8527ef701282723cfe2b08612fe1ac74/reus-1.1.6.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-29 01:48:50",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "ian-shepherd",
    "github_project": "reus",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "pandas",
            "specs": []
        },
        {
            "name": "numpy",
            "specs": []
        },
        {
            "name": "requests",
            "specs": []
        },
        {
            "name": "beautifulsoup4",
            "specs": [
                [
                    "==",
                    "4.10.0"
                ]
            ]
        }
    ],
    "lcname": "reus"
}
        
Elapsed time: 0.22435s