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.14.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.14.tar.gz.
File metadata
- Download URL: rugbydatabase-0.1.14.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 |
9beb5854b13c174afcb81228bb89f8dd8b4d4ef02ade5f9b68daebb2019c7dd4
|
|
| MD5 |
3d819f9601fa8645ea0b56b669941ebd
|
|
| BLAKE2b-256 |
8b669a8c2de042b339fb8d93facc248f79284eb19747a8239fcfe70f7c8fe0fc
|
File details
Details for the file rugbydatabase-0.1.14-py3-none-any.whl.
File metadata
- Download URL: rugbydatabase-0.1.14-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 |
4a66a2d3c8e983f2b4e3302b37d7ff2ea5b6bc3cb4ec52914749605b79fa211f
|
|
| MD5 |
be7b333c5b130c97237d960d25f38edb
|
|
| BLAKE2b-256 |
09d865cecaab73f4f77c53f8db2b56403614ed2755007b40bef864ce2e4a9e5c
|