{ "info": { "author": "Timothy Ng", "author_email": "hello@timothyng.xyz", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3.5", "Topic :: Software Development :: Libraries" ], "description": "pyfootball\n============\n.. image:: https://readthedocs.org/projects/pyfootball/badge/?version=latest\n :target: http://pyfootball.readthedocs.io/en/latest/?badge=latest\n :alt: Documentation Status\n\n.. image:: https://travis-ci.org/xozzo/pyfootball.svg?branch=develop\n :target: https://travis-ci.org/xozzo/pyfootball\n :alt: Travis CI Status\n\npyfootball is a client library for `football-data.org `_ written in Python.\n\nYou can familiarize yourself with pyfootball's API with the `documentation `_.\n\nRequirements\n---------------\n\n* A valid API key for football-data. You can request for one at ``_.\n* Python 3.5+\n* The ``requests`` library. pip should handle this for you when installing pyfootball.\n\nInstallation\n---------------\n::\n\n pip install pyfootball\n\nExample Usage\n------------------\n::\n\n >>> import pyfootball\n >>> f = pyfootball.Football(api_key='your_api_key')\n >>> bayern = f.get_team(5)\n >>> bayern.market_value\n 582,225,000 \u20ac\n\nSupport\n----------\nIf you encounter any bugs, please let me know by `creating an issue `_ or tweeting at me `@timorthi `_. \n\nContributing\n---------------\nPlease see the repository's `CONTRIBUTING` file.\n\nLicense\n----------\nThe project is licensed under the MIT license.\n", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/xozzo/pyfootball", "keywords": "api wrapper client library football data", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "pyfootball", "package_url": "https://pypi.org/project/pyfootball/", "platform": "", "project_url": "https://pypi.org/project/pyfootball/", "project_urls": { "Homepage": "https://github.com/xozzo/pyfootball" }, "release_url": "https://pypi.org/project/pyfootball/1.0.1/", "requires_dist": null, "requires_python": "", "summary": "A client library for the football-data.org REST API", "version": "1.0.1" }, "last_serial": 2462397, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "afdd8c458b01af677f1b4bf487d92379", "sha256": "2e33bb5f7f6235da63aa03c46f272aa2578b3808cb5e25dcd798843885e400dc" }, "downloads": -1, "filename": "pyfootball-1.0.0.tar.gz", "has_sig": false, "md5_digest": "afdd8c458b01af677f1b4bf487d92379", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6599, "upload_time": "2016-10-17T07:06:21", "url": "https://files.pythonhosted.org/packages/33/ef/24f0dc8a600b02cce059eaa556e662498d6d3fc4c8fad9c7ee46a0cbae5e/pyfootball-1.0.0.tar.gz" } ], "1.0.1": [ { "comment_text": "", "digests": { "md5": "9faf15aa3aef2f9899f7f480ce1ef6e9", "sha256": "172d2518b434ee16d0e3c94b3439e543cc6dbee059c1fbda969862ee5ab86804" }, "downloads": -1, "filename": "pyfootball-1.0.1.tar.gz", "has_sig": false, "md5_digest": "9faf15aa3aef2f9899f7f480ce1ef6e9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8476, "upload_time": "2016-11-15T18:23:27", "url": "https://files.pythonhosted.org/packages/9a/2f/ad1df4997a7386305ea45fa7c5da6dc3f829f5a808db2d3c24321ae24ce0/pyfootball-1.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "9faf15aa3aef2f9899f7f480ce1ef6e9", "sha256": "172d2518b434ee16d0e3c94b3439e543cc6dbee059c1fbda969862ee5ab86804" }, "downloads": -1, "filename": "pyfootball-1.0.1.tar.gz", "has_sig": false, "md5_digest": "9faf15aa3aef2f9899f7f480ce1ef6e9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8476, "upload_time": "2016-11-15T18:23:27", "url": "https://files.pythonhosted.org/packages/9a/2f/ad1df4997a7386305ea45fa7c5da6dc3f829f5a808db2d3c24321ae24ce0/pyfootball-1.0.1.tar.gz" } ] }