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.20.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.20.tar.gz.
File metadata
- Download URL: rugbydatabase-0.1.20.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 |
efaba8091eed7f336544e35b8999a0c58189ffb8a33b9a19cbb27d3de0ab01e2
|
|
| MD5 |
ebb931bfa9cdfc77e11040502b018392
|
|
| BLAKE2b-256 |
18b74be453308c46b7dd11267e2b3cf1f8abcaab0e7eef549ce5a8ef7f259686
|
File details
Details for the file rugbydatabase-0.1.20-py3-none-any.whl.
File metadata
- Download URL: rugbydatabase-0.1.20-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 |
d80120ebab169353c8a12bb215dfa1294518c3a4dd5c0d9af58c92f64ec1b663
|
|
| MD5 |
e228cc82480cdce5af44616bd821127f
|
|
| BLAKE2b-256 |
25ae93bd349be5941fc4c3218352dee4511c768a7ca2d98c8609f37d7239846c
|