Extract and analyze volleyball data from the pvf and lovb volleyball leagues.
Project description
pyvolleydata 
Overview
pyvolleydata is a Python package to access, process, and analyze volleyball data from multiple professional leagues, including:
- Major League Volleyball (MLV)
- League One Volleyball (LOVB)
- Athlete Unlimited Pro Volleyball (AUPVB)
Installation
Install the latest release of the pyvolleydata package with:
$ pip install pyvolleydata
Quick Start
To retrieve the MLV player boxscore data for a given season (e.g, 2024), use the load_mlv_player_boxscore() function:
from pyvolleydata.mlv import load_pvf_player_boxscore()
# Load the 2024 MLV season player boxscore
player_boxscore = load_mlv_player_boxscore(2024)
# Preview the data
print(player_boxscore.head())
Contributing
Contributions are welcome!
- Open an issue on our GitHub Issues page
- Email Me directly at ryandu343@gmail.com
License
pyvolleydata was created by Ryan Du and David Awosoga. It is licensed under the terms of the MIT license.
Credits
pyvolleydata was created with cookiecutter and the py-pkgs-cookiecutter template.
A big thanks to Rebecca Lai for the awesome logo design!
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
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 pyvolleydata-0.1.3.tar.gz.
File metadata
- Download URL: pyvolleydata-0.1.3.tar.gz
- Upload date:
- Size: 7.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.1.3 CPython/3.13.1 Windows/11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
aa6ff16cc6937cd375b472f50a464c5e7c5945ac0b4a36f8f65a8fee42cabed8
|
|
| MD5 |
e54940463d345e7690e6fa73ed25e73c
|
|
| BLAKE2b-256 |
e812512888b0b67054799848de7b5b69a9cd4704d70893abeeedf5567ef22878
|
File details
Details for the file pyvolleydata-0.1.3-py3-none-any.whl.
File metadata
- Download URL: pyvolleydata-0.1.3-py3-none-any.whl
- Upload date:
- Size: 10.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.1.3 CPython/3.13.1 Windows/11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
36a5ef06144caf7d972e7c6407cb72e6c23ee50d32fd7cd9085572545f2abeac
|
|
| MD5 |
56e9a7a560891ed111a2bf967ea82085
|
|
| BLAKE2b-256 |
2292b4a1ce4fafd7656953015f14e88f363bca07e818dec27e980cb3705e3504
|