{ "info": { "author": "amosbastian", "author_email": "amosbastian@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7" ], "description": "

\n A Python package for https://understat.com/.\n
\n
\n \n \n \n \n \n \n \n \n

\n\n## Installing understat\n\nThe recommended way to install understat is via `pip`.\n\n pip install understat\n\nTo install it directly from GitHub you can do the following:\n\n git clone git://github.com/amosbastian/understat.git\n\nYou can also install a [.tar file](https://github.com/requests/requests/tarball/master)\nor [.zip file](https://github.com/requests/requests/tarball/master)\n\n $ curl -OL https://github.com/amosbastian/understat/tarball/master\n $ curl -OL https://github.com/amosbastian/understat/zipball/master # Windows\n\nOnce it has been downloaded you can easily install it using `pip`::\n\n $ cd understat\n $ pip install .\n\n## Usage\n\nAn example of using `Understat` can be found below:\n\n import asyncio\n import json\n\n import aiohttp\n\n from understat import Understat\n\n\n async def main():\n async with aiohttp.ClientSession() as session:\n understat = Understat(session)\n data = await understat.get_league_players(\"epl\", 2018, {\"team_title\": \"Manchester United\"})\n print(json.dumps(data))\n\n\n if __name__ == \"__main__\":\n loop = asyncio.get_event_loop()\n loop.run_until_complete(main())\n\n\n## Contributing\n\n1. Fork the repository on GitHub.\n2. Run the tests with `pytest tests/` to confirm they all pass on your system.\n If the tests fail, then try and find out why this is happening. If you aren't\n able to do this yourself, then don't hesitate to either create an issue on\n GitHub, or send an email to [amosbastian@gmail.com](mailto:amosbastian@gmail.com>).\n3. Either create your feature and then write tests for it, or do this the other\n way around.\n4. Run all tests again with with `pytest tests/` to confirm that everything\n still passes, including your newly added test(s).\n5. Create a pull request for the main repository's `master` branch.\n\n## Documentation\n\nDocumentation and examples for **understat** can be found at http://understat.readthedocs.io/en/latest/.\n\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/amosbastian/understat", "keywords": "fpl fantasy premier league understat football", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "understat", "package_url": "https://pypi.org/project/understat/", "platform": "", "project_url": "https://pypi.org/project/understat/", "project_urls": { "Documentation": "http://fpl.readthedocs.io/en/latest/", "Homepage": "https://github.com/amosbastian/understat", "Source": "https://github.com/amosbastian/fpl" }, "release_url": "https://pypi.org/project/understat/0.1.2/", "requires_dist": [ "aiohttp", "bs4", "codecov", "pytest-aiohttp", "pytest-cov", "pytest-mock", "pytest" ], "requires_python": "", "summary": "A Python wrapper for https://understat.com/", "version": "0.1.2" }, "last_serial": 5738912, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "85b4472972fef555924ba7fa5abd2f3d", "sha256": "397ada6cb76be633d73feb51ea662abd8e815c9ed408a19ea06a30200601ddad" }, "downloads": -1, "filename": "understat-0.1.0-py3-none-any.whl", "has_sig": false, "md5_digest": "85b4472972fef555924ba7fa5abd2f3d", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 5629, "upload_time": "2019-03-07T01:44:05", "url": "https://files.pythonhosted.org/packages/d1/60/8bf8b9d92bb1261ec51035f404da155a1a085a79a41bc57efe73b2d3b04d/understat-0.1.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "668fe9fd6ba4ac288a6a538ff4ca000b", "sha256": "4ac6671b5f347d6ce5170bfa3c23e4c6a825324a31c10d0e16852b3430ab62d1" }, "downloads": -1, "filename": "understat-0.1.0.tar.gz", "has_sig": false, "md5_digest": "668fe9fd6ba4ac288a6a538ff4ca000b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4175, "upload_time": "2019-03-07T01:44:07", "url": "https://files.pythonhosted.org/packages/98/1d/9b7c5107b218c7d4182dca443eb7af8bf0691d1e2eecb3c38e2987432410/understat-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "90a2984b512ea7c5e62045ea6bb2ed52", "sha256": "ffb3df22272dbc8f38d81f6253bce68f14ff7a7af948aad99d33a88704d82748" }, "downloads": -1, "filename": "understat-0.1.1-py3-none-any.whl", "has_sig": false, "md5_digest": "90a2984b512ea7c5e62045ea6bb2ed52", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 6447, "upload_time": "2019-03-19T20:37:18", "url": "https://files.pythonhosted.org/packages/cb/c3/883c038d8d1bdadb9f535987908f123983375ab7306d4f20eaef350b5ade/understat-0.1.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "44ca3f88c654d39378ce7750be130b47", "sha256": "a4ce93de261c8057a6b22e023d9b6a53d0f1f6d380bc3c4e1154f9752fcb6a5a" }, "downloads": -1, "filename": "understat-0.1.1.tar.gz", "has_sig": false, "md5_digest": "44ca3f88c654d39378ce7750be130b47", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4723, "upload_time": "2019-03-19T20:37:20", "url": "https://files.pythonhosted.org/packages/5c/15/71c04d06375ca9a9ab2c773a03080d21c91353d4819ede459973f4ed5981/understat-0.1.1.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "690ffb3893d8f93babfcdc17b7eb4f83", "sha256": "b80ebfac7ae397346723e4f303547033a1ea93f980b8a84b4eefa272a6d56bb7" }, "downloads": -1, "filename": "understat-0.1.2-py3-none-any.whl", "has_sig": false, "md5_digest": "690ffb3893d8f93babfcdc17b7eb4f83", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 6608, "upload_time": "2019-08-27T18:41:18", "url": "https://files.pythonhosted.org/packages/58/ba/a3420577ec0755ff773fb2d23e07530adbb571b47218a54c49a098367683/understat-0.1.2-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "d485fb04832d03ff3be3569508abac01", "sha256": "aeb00968e3fa6e665b3e61d64901446b856206027cbeba82f11be111ef47fba4" }, "downloads": -1, "filename": "understat-0.1.2.tar.gz", "has_sig": false, "md5_digest": "d485fb04832d03ff3be3569508abac01", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4873, "upload_time": "2019-08-27T18:41:20", "url": "https://files.pythonhosted.org/packages/e4/5a/5b37127402b6dd4d706026d81a1e5b6b6574cb217d5403442d8a47330eb5/understat-0.1.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "690ffb3893d8f93babfcdc17b7eb4f83", "sha256": "b80ebfac7ae397346723e4f303547033a1ea93f980b8a84b4eefa272a6d56bb7" }, "downloads": -1, "filename": "understat-0.1.2-py3-none-any.whl", "has_sig": false, "md5_digest": "690ffb3893d8f93babfcdc17b7eb4f83", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 6608, "upload_time": "2019-08-27T18:41:18", "url": "https://files.pythonhosted.org/packages/58/ba/a3420577ec0755ff773fb2d23e07530adbb571b47218a54c49a098367683/understat-0.1.2-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "d485fb04832d03ff3be3569508abac01", "sha256": "aeb00968e3fa6e665b3e61d64901446b856206027cbeba82f11be111ef47fba4" }, "downloads": -1, "filename": "understat-0.1.2.tar.gz", "has_sig": false, "md5_digest": "d485fb04832d03ff3be3569508abac01", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4873, "upload_time": "2019-08-27T18:41:20", "url": "https://files.pythonhosted.org/packages/e4/5a/5b37127402b6dd4d706026d81a1e5b6b6574cb217d5403442d8a47330eb5/understat-0.1.2.tar.gz" } ] }