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.17.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.17.tar.gz.
File metadata
- Download URL: rugbydatabase-0.1.17.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 |
59e03ad74c89e8ad2a4296a5539ad28baf2f5a81dc05f5516f7df1b715f0c8c5
|
|
| MD5 |
f66e38870710966fb71474665fa2cf65
|
|
| BLAKE2b-256 |
49283a2f8e65eebf86cb5a4df424a7c3d96a06085e92b0a41e06eb6be20d2b46
|
File details
Details for the file rugbydatabase-0.1.17-py3-none-any.whl.
File metadata
- Download URL: rugbydatabase-0.1.17-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 |
dc664105173a898af7906e5e679bf1a0b096f96541dbcb6791e525afbcec6cca
|
|
| MD5 |
db63481b81831dc02908c2b1dd122dad
|
|
| BLAKE2b-256 |
1a5b397c9fc575f86ff31eae3d282fe5e18e5234473eb08acb9024851e4b661c
|