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.21.tar.gz
(2.4 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.21.tar.gz.
File metadata
- Download URL: rugbydatabase-0.1.21.tar.gz
- Upload date:
- Size: 2.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
dd7e10c40dff5b40bbdcb2ee796c693229fbf604d9a6a10cf758f6bee8bd646f
|
|
| MD5 |
bb4dcb9b9465e79a1f8b8e482b88b6bd
|
|
| BLAKE2b-256 |
c510cc94e7595f1f6fc2dfe842f13230c30cf3a6196db4c323c48bb44782459f
|
File details
Details for the file rugbydatabase-0.1.21-py3-none-any.whl.
File metadata
- Download URL: rugbydatabase-0.1.21-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 |
22cf3df5a18a49f70138b8da91762c9ccb830baf54e506a3d3796bd95036f27f
|
|
| MD5 |
7ca3f4211a8e989a15937a9b76d345b5
|
|
| BLAKE2b-256 |
e20d5d073cd24f9f0850edb674d9ea13dad3cee3f43ca7d54ac097fd85dea57d
|