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.16.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.16.tar.gz.
File metadata
- Download URL: rugbydatabase-0.1.16.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 |
68f6b0d4834dfe76a47f2dad87d11bd8959f77f2a4313d33df8919b181fb072f
|
|
| MD5 |
81f1c57ef4c5653dc4d20828e6828936
|
|
| BLAKE2b-256 |
1b7856944b6825c608783228d47e7814a57138e74e7653ec383cff60149e9b3d
|
File details
Details for the file rugbydatabase-0.1.16-py3-none-any.whl.
File metadata
- Download URL: rugbydatabase-0.1.16-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 |
7f082ff08afa401a30969837d72a52f287ab315fa73d3e7b374848643ea54d54
|
|
| MD5 |
c136bac457a681f23edb94ba58a00cff
|
|
| BLAKE2b-256 |
d5e4c90b080398bb122d15902c2501b689887e44e30887041f26bebdd0f1d6f3
|