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.15.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.15.tar.gz.
File metadata
- Download URL: rugbydatabase-0.1.15.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 |
16761faff30b21aafa7767ef3c2aa9dd6eb94f401f8726ddaa2d6f2ade2c8a1c
|
|
| MD5 |
f4c1d66bb3198e88856e6e98c40242b5
|
|
| BLAKE2b-256 |
aa31f750e5f240bb149c6ce2d6579a796dd2b981bdfcb9b7aecc87ce1d0d99af
|
File details
Details for the file rugbydatabase-0.1.15-py3-none-any.whl.
File metadata
- Download URL: rugbydatabase-0.1.15-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 |
1b4b124875a492109b25011d53b9853708a76ca315d2eb5c67c95d3dc10bce8b
|
|
| MD5 |
5af69888792ec4fb62032f8b98022340
|
|
| BLAKE2b-256 |
71ed7f88371cca73a0e066b6ec7a5f4399f74873aaaa03881088590917f6d93b
|