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.19.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.19.tar.gz.
File metadata
- Download URL: rugbydatabase-0.1.19.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 |
a0777f089d3497facc93e30e3ec1b43d9f93ad3fceeda5412546e6e901a8c6ef
|
|
| MD5 |
899d0961c208bc4a9101ee9da71e6a7a
|
|
| BLAKE2b-256 |
a21656ad769dd39981d63f8699362f54413fced9cc854b51c3cbd09485ec1bac
|
File details
Details for the file rugbydatabase-0.1.19-py3-none-any.whl.
File metadata
- Download URL: rugbydatabase-0.1.19-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 |
6a45dc2d27478a0702fc400c221fb006803e9a0578414e4a205147b9724f6c9d
|
|
| MD5 |
ccf473dbe25a48bc65641c03eaa8fb92
|
|
| BLAKE2b-256 |
9900c2d303a5a22bc26b01db5b8459d67928472324f3589070df31bcc29bdc46
|