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.18.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.18.tar.gz.
File metadata
- Download URL: rugbydatabase-0.1.18.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 |
72cb33b14f0a37db62baa4cc7e7ba1f7fff527a5900cec09f85b08a324913b7c
|
|
| MD5 |
baf19ced041b491e9c3da47771e40862
|
|
| BLAKE2b-256 |
3f124bd9229bedf4556f1064a007036f38df9c2d16bd7c95a08371437426ecb9
|
File details
Details for the file rugbydatabase-0.1.18-py3-none-any.whl.
File metadata
- Download URL: rugbydatabase-0.1.18-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 |
b18c6ab749e44f3376e1e8a3fd710d0aaf80e5fb0dc454f9762cec7d5b0998f8
|
|
| MD5 |
496826f20dfddc00317fa37d62a557bf
|
|
| BLAKE2b-256 |
44ce333e4c85b782d0a9e0f9eb2dea656030226744b382a896635e3f507b062b
|