Skip to main content

Python library to get FIFA Ranking since 2007.

Project description

pyrankingfifa

A lightweight and zero dependencies Python library that allows you to extract the Ranking FIFA since 2007.

This library wraps the FIFA Ranking through ceroaceros/soccerzz website. Note this isn't affiliated with FIFA or ceroaceros.

Installation

From PyPI

pip install pyrankingfifa

From source code clone it

git clone https://github.com/manucabral/pyrankingfifa.git

Usage

Setting up

from pyrankingfifa import Ranking

mens_ranking = Ranking('mens')

womens ranking is not available for now

Let's get current ranking.

ranking = mens_ranking.get()
for team in ranking:
    print(team.rank, team.name, team.points)

If you need more rank positions apply the param page=id

Let's get a specific ranking date.

ranking = mens.get(year=2018, month='aug')
for team in teams:
    print(team)

The library saves all requests rankings for a faster request speed, if you want to remove these files call refresh() method.

Constributions

All constributions, bug reports or fixes and ideas are welcome.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pyrankingfifa-0.0.4.tar.gz (7.0 kB view details)

Uploaded Source

Built Distribution

pyrankingfifa-0.0.4-py3-none-any.whl (8.2 kB view details)

Uploaded Python 3

File details

Details for the file pyrankingfifa-0.0.4.tar.gz.

File metadata

  • Download URL: pyrankingfifa-0.0.4.tar.gz
  • Upload date:
  • Size: 7.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.10.7

File hashes

Hashes for pyrankingfifa-0.0.4.tar.gz
Algorithm Hash digest
SHA256 bd9150ca0e34619af09358eb0538ec3e22fab08ec04a56d7ee38c502da546740
MD5 dacb738b10e7aabb0db4a3e736326d9f
BLAKE2b-256 c3e8daf20f4e1524dfa645647f999bf2ca12ce020793c5f47e1ccdab94c9e5eb

See more details on using hashes here.

File details

Details for the file pyrankingfifa-0.0.4-py3-none-any.whl.

File metadata

File hashes

Hashes for pyrankingfifa-0.0.4-py3-none-any.whl
Algorithm Hash digest
SHA256 89a0d848785f7c1f376861c9c7bb1894b9372d50e0d1d9e354f9f038dbcf7308
MD5 7faf24a19873df4ec34aaedc84030dc9
BLAKE2b-256 9ecdfc0cddea25ac32bf80960de97aa8c6d8898826f9070b43a6d1fb17ac8b8c

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page