{ "info": { "author": "Vicente Neto", "author_email": "sneto.vicente@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "# Python Cartola FC API\n\n[![PyPi Version](https://img.shields.io/pypi/v/python-cartolafc.svg)](https://pypi.org/project/python-cartolafc/)\n[![Build Status](https://travis-ci.org/vicenteneto/python-cartolafc.svg?branch=master)](https://travis-ci.org/vicenteneto/python-cartolafc)\n[![Coverage Status](https://coveralls.io/repos/github/vicenteneto/python-cartolafc/badge.svg?branch=master)](https://coveralls.io/github/vicenteneto/python-cartolafc?branch=master)\n[![Requirements Status](https://requires.io/github/vicenteneto/python-cartolafc/requirements.svg?branch=master)](https://requires.io/github/vicenteneto/python-cartolafc/requirements/?branch=master)\n[![Development Status](http://img.shields.io/:status-production/stable-brightgreen.svg)](https://github.com/vicenteneto/python-cartolafc)\n[![License](http://img.shields.io/:license-mit-blue.svg)](https://github.com/vicenteneto/python-cartolafc/blob/master/LICENSE)\n\nUma interface em Python para a API Rest do Cartola FC.\n\n\n# \u00cdndice\n\n- [Sobre este projeto](#sobre-este-projeto)\n- [Vers\u00f5es](#versoes)\n- [Instala\u00e7\u00e3o](#instalacao)\n- [Exemplo](#exemplo)\n- [Contribuintes](#contribuintes)\n- [Direitos autorais e licen\u00e7a](#direitos-autorais-e-licenca)\n\n\n## Sobre este projeto\n\nEste projeto \u00e9 uma interface em Python para a API REST do Cartola FC. [Cartola FC](https://cartolafc.globo.com/) \u00e9 um \nesporte fantasy sobre futebol, ou seja, \u00e9 um jogo fict\u00edcio no qual as pessoas montam seus times com jogadores de futebol \nda vida real. Foi lan\u00e7ado no ano de 2005.\n\nCriado e mantido por [Globo.com](http://www.globo.com/) e promovido pelo canal de TV por assinatura \n[Sportv](http://sportv.globo.com/), este jogo de futebol virtual conta com mais de 3 milh\u00f5es de usu\u00e1rios registrados. \nLogo na abertura da temporada 2016, o jogo registrou a sua melhor marca entre times escalados em uma \u00fanica rodada em 12 \nanos de hist\u00f3ria do fantasy, incr\u00edveis 2.723.915 de usu\u00e1rios montaram as suas equipes para a primeira rodada do \nCampeonato Brasileiro de 2016.\n\nFelizmente, os designers forneceram uma excelente e completa interface REST. Essa biblioteca inclui essa interface como \nobjetos de python mais convencionais.\n\n\n## Vers\u00f5es\n\nEste projeto foi testado e funciona em Python 2.7, 3.4, 3.5 e 3.6.\n\n\n## Instala\u00e7\u00e3o\n\nPyPI:\n\n```bash\n $ pip install Python-CartolaFC\n```\n\nOu baixando o c\u00f3digo fonte e executando:\n\n```bash\n $ python setup.py install\n```\n\nVers\u00e3o em desenvolvimento:\n\n```bash\n $ pip install git+https://github.com/vicenteneto/python-cartolafc.git#egg=Python-CartolaFC\n```\n\n\n## Exemplo\n\nA API Python-CartolaFC destina-se a mapear os objetos no CartolaFC (por exemplo, Atleta, Clube, Liga, Equipe) em objetos \nPython facilmente gerenciados:\n\n```python\n>>> import cartolafc\n>>> api = cartolafc.Api()\n>>> time = api.time(nome='Falydos FC')\n>>> time.ultima_pontuacao\n48.889892578125\n>>> time.info.nome\nu'Falydos FC'\n```\n\nMais exemplos dispon\u00edveis no Github:\n[https://github.com/vicenteneto/python-cartolafc/tree/master/examples](https://github.com/vicenteneto/python-cartolafc/tree/master/examples)\n\n\n## Contribuintes\n\nIdentificou algum bug ou tem alguma requisi\u00e7\u00e3o de funcionalidade nova?\n[Por favor, abra uma nova issue](https://github.com/vicenteneto/python-cartolafc/issues/new>).\n\n**Vicente Neto (criador)** -
\n\n\n## Direitos autorais e licen\u00e7a\n\nCopyright 2017-, Vicente Neto. Este projeto \u00e9 licenciado sob a \n[Licen\u00e7a MIT](https://github.com/vicenteneto/python-cartolafc/blob/master/LICENSE).\n\n\n", "description_content_type": "text/markdown", "docs_url": "https://pythonhosted.org/Python-CartolaFC/", "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/vicenteneto/python-cartolafc", "keywords": "python,cartolafc,api", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "Python-CartolaFC", "package_url": "https://pypi.org/project/Python-CartolaFC/", "platform": "", "project_url": "https://pypi.org/project/Python-CartolaFC/", "project_urls": { "Homepage": "https://github.com/vicenteneto/python-cartolafc" }, "release_url": "https://pypi.org/project/Python-CartolaFC/1.5.1/", "requires_dist": [ "pytz", "redis", "requests" ], "requires_python": "", "summary": "Uma interface em Python para a API Rest do Cartola FC", "version": "1.5.1" }, "last_serial": 3822969, "releases": { "0.8.13": [ { "comment_text": "", "digests": { "md5": "a74c8055733df31c675d90cdac4e9487", "sha256": "f7ea88636d086b4e7ae89b14235fbb801320d9216d16bfda6bc698fe781324ea" }, "downloads": -1, "filename": "Python-CartolaFC-0.8.13.tar.gz", "has_sig": false, "md5_digest": "a74c8055733df31c675d90cdac4e9487", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8731, "upload_time": "2017-08-13T23:11:12", "url": "https://files.pythonhosted.org/packages/35/c1/0dff332e48cd0c769655e81767b51b55a4e2fe832243c235718e4f4e96a6/Python-CartolaFC-0.8.13.tar.gz" } ], "1.4.14": [ { "comment_text": "", "digests": { "md5": "0c4fe890eaf3147f83efdbf1a20d71b4", "sha256": "476e2cf6b327fb409f8efaa2642544139259ff8d6a2049a7a8fe0cce7491e1b0" }, "downloads": -1, "filename": "Python_CartolaFC-1.4.14-py3-none-any.whl", "has_sig": false, "md5_digest": "0c4fe890eaf3147f83efdbf1a20d71b4", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 10360, "upload_time": "2018-04-14T19:03:34", "url": "https://files.pythonhosted.org/packages/4d/49/d089ee5e17828adf4d26f246825d6f9d1e927e59660a7039e18772d9a6e7/Python_CartolaFC-1.4.14-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "4ad02072193140cbc1439cd97049ab15", "sha256": "1901912f5609634987f0d1678298916de0cbe750171bca3be9c90b3c9a38e9af" }, "downloads": -1, "filename": "Python-CartolaFC-1.4.14.tar.gz", "has_sig": false, "md5_digest": "4ad02072193140cbc1439cd97049ab15", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10549, "upload_time": "2018-04-14T19:03:35", "url": "https://files.pythonhosted.org/packages/65/05/4b22f0563fec9230514b760f33f2cdd10cd220b9d9c0a8363a4892860219/Python-CartolaFC-1.4.14.tar.gz" } ], "1.4.15": [ { "comment_text": "", "digests": { "md5": "b6a7d592ae5310487939bf75705a8057", "sha256": "d101ea7199a2a49e03707281ee56a901bbb6748f990dde6ba0cb7e1e038b5f39" }, "downloads": -1, "filename": "Python_CartolaFC-1.4.15-py3-none-any.whl", "has_sig": false, "md5_digest": "b6a7d592ae5310487939bf75705a8057", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 10430, "upload_time": "2018-04-15T21:08:38", "url": "https://files.pythonhosted.org/packages/c0/2c/c9b539e652aadf47ddf31234b98e26c6a463520ac1e29694652b6cd95ff7/Python_CartolaFC-1.4.15-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "5d34bea672ee5f0e55e719f16abbea81", "sha256": "2a39eff4f613d06c69680146257de70539d38fd1d5eddc50ec04344d50fa266b" }, "downloads": -1, "filename": "Python-CartolaFC-1.4.15.tar.gz", "has_sig": false, "md5_digest": "5d34bea672ee5f0e55e719f16abbea81", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10614, "upload_time": "2018-04-15T21:08:40", "url": "https://files.pythonhosted.org/packages/cd/89/467ef1ee04363802de442799f8b05732ec8363799a772b81d18ab7521dcb/Python-CartolaFC-1.4.15.tar.gz" } ], "1.4.20": [ { "comment_text": "", "digests": { "md5": "a84a7dcc8102d85b4974399f6e7dc15c", "sha256": "9f955256d64883ce7b61ef407eff7d17c3bb1c672fbc89cdafa979fd86cfc9ff" }, "downloads": -1, "filename": "Python_CartolaFC-1.4.20-py3-none-any.whl", "has_sig": false, "md5_digest": "a84a7dcc8102d85b4974399f6e7dc15c", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 10930, "upload_time": "2018-04-20T02:35:59", "url": "https://files.pythonhosted.org/packages/6c/5e/9fa41132815f62f9166f070d0ff52e980dcacf502493c7293a83289e9510/Python_CartolaFC-1.4.20-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "f6d0652ed4f260deb0423c22ab88a3b5", "sha256": "4081f345c7796f9595e27a6653de3ca694094fc108f3bd11be483938b9cc7dd0" }, "downloads": -1, "filename": "Python-CartolaFC-1.4.20.tar.gz", "has_sig": false, "md5_digest": "f6d0652ed4f260deb0423c22ab88a3b5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11170, "upload_time": "2018-04-20T02:36:01", "url": "https://files.pythonhosted.org/packages/03/4d/754d23928044430ee945b63055a9ebc573fd2eebbb74d3e32cfc73ff3ed5/Python-CartolaFC-1.4.20.tar.gz" } ], "1.4.21": [ { "comment_text": "", "digests": { "md5": "1797bc8a80dedd5dbb4d0bb6ab46169b", "sha256": "13e6a56e9692b4af4bf23219610934dd59ebbe740df1f38730f037f14f5ad699" }, "downloads": -1, "filename": "Python_CartolaFC-1.4.21-py3-none-any.whl", "has_sig": false, "md5_digest": "1797bc8a80dedd5dbb4d0bb6ab46169b", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 10958, "upload_time": "2018-04-21T18:08:34", "url": "https://files.pythonhosted.org/packages/1f/1b/2d347d5e740cf60639d90a377282796e1aa86f2d08d74b0257df6c9f62fa/Python_CartolaFC-1.4.21-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "117341cec5b3f247f2add1d96d5d2d25", "sha256": "e4b087c7d82482491660a5b633b6aa80058f2e4578785310ee981cc38e3b5440" }, "downloads": -1, "filename": "Python-CartolaFC-1.4.21.tar.gz", "has_sig": false, "md5_digest": "117341cec5b3f247f2add1d96d5d2d25", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11240, "upload_time": "2018-04-21T18:08:36", "url": "https://files.pythonhosted.org/packages/e2/f6/0d2ee9863aab2dd08ba62eaa8c6b9e26e6df9787f4cb0c58a7ebeb9f34cc/Python-CartolaFC-1.4.21.tar.gz" } ], "1.5.1": [ { "comment_text": "", "digests": { "md5": "3215b4a28fba4986a69a82f3a3752fe9", "sha256": "8868ff4bf2a5c5e5b7f59f50193278d9ca1c1dd8dda223de2e2b786697bab747" }, "downloads": -1, "filename": "Python_CartolaFC-1.5.1-py3-none-any.whl", "has_sig": false, "md5_digest": "3215b4a28fba4986a69a82f3a3752fe9", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 11010, "upload_time": "2018-05-01T05:23:42", "url": "https://files.pythonhosted.org/packages/55/98/017fcd125e5d26c436e4f1ce38890db770587c5b32008ddfe134310a132d/Python_CartolaFC-1.5.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "2c2bc142efc0cc0677b95f881344774b", "sha256": "032b73855770699c11196229de5e0f518f1dcb2b9a89842e1a29b8cc9919c68f" }, "downloads": -1, "filename": "Python-CartolaFC-1.5.1.tar.gz", "has_sig": false, "md5_digest": "2c2bc142efc0cc0677b95f881344774b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11300, "upload_time": "2018-05-01T05:23:45", "url": "https://files.pythonhosted.org/packages/fa/e3/c489ca3385af47eaa897dd73b1c977106a485614c83cd299c8a7281b2202/Python-CartolaFC-1.5.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "3215b4a28fba4986a69a82f3a3752fe9", "sha256": "8868ff4bf2a5c5e5b7f59f50193278d9ca1c1dd8dda223de2e2b786697bab747" }, "downloads": -1, "filename": "Python_CartolaFC-1.5.1-py3-none-any.whl", "has_sig": false, "md5_digest": "3215b4a28fba4986a69a82f3a3752fe9", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 11010, "upload_time": "2018-05-01T05:23:42", "url": "https://files.pythonhosted.org/packages/55/98/017fcd125e5d26c436e4f1ce38890db770587c5b32008ddfe134310a132d/Python_CartolaFC-1.5.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "2c2bc142efc0cc0677b95f881344774b", "sha256": "032b73855770699c11196229de5e0f518f1dcb2b9a89842e1a29b8cc9919c68f" }, "downloads": -1, "filename": "Python-CartolaFC-1.5.1.tar.gz", "has_sig": false, "md5_digest": "2c2bc142efc0cc0677b95f881344774b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11300, "upload_time": "2018-05-01T05:23:45", "url": "https://files.pythonhosted.org/packages/fa/e3/c489ca3385af47eaa897dd73b1c977106a485614c83cd299c8a7281b2202/Python-CartolaFC-1.5.1.tar.gz" } ] }