Python package to access rugby datasets.
Project description
rugbyDatabase
Python package to access rugby datasets.
Install
pip install rugbyDatabase
Usage
from rugbyDatabase import get_unique_teams
teams = get_unique_teams()
print(teams)
from rugbyDatabase import get_home_teams
home_teams = get_home_teams()
print(home_teams)
from rugbyDatabase import get_teams_by_home_team_form
teams = get_teams_by_home_team_form("France")
print(teams)
from rugbyDatabase import get_players_by_team
france_players = get_players_by_team(102) # team_id instead of team name
print(france_players)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
rugbydatabase-0.1.13.tar.gz
(2.3 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file rugbydatabase-0.1.13.tar.gz.
File metadata
- Download URL: rugbydatabase-0.1.13.tar.gz
- Upload date:
- Size: 2.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9eafd76c09fa965943fc87581959022f06e20b9c0abd2ffaf9c2cfcad72392e0
|
|
| MD5 |
eca506a18bba0f10554c74bdf0045416
|
|
| BLAKE2b-256 |
51f35db4a59e76c6980f7352e8e10735598fc6b464d63283427ff8925d9ab782
|
File details
Details for the file rugbydatabase-0.1.13-py3-none-any.whl.
File metadata
- Download URL: rugbydatabase-0.1.13-py3-none-any.whl
- Upload date:
- Size: 3.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8b9c1140bf7e2a49e0165e700b5d412982681781e4ceed6b5b90e2de1fe0005e
|
|
| MD5 |
d353f034164261c14f18912dfe6a4594
|
|
| BLAKE2b-256 |
79b184012d6499df90ff4d29370767363ea4bc27eb8f8f73f0a50f802c2a2522
|