You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

ceblpy

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ceblpy

Extract and analyze data form the Canadian Elite Basketball league (CEBL).

0.1.0
pipPyPI
Maintainers
1

ceblpy

Overview

ceblpy is a Python package designed for working with the Canadian Elite Basketball League (CEBL) data.

The package has functions to retrieve team and player box scores, game schedules, coach and officials information, and full play-by-play data.

Installation

You can install the ceblpy package with:

$ pip install ceblpy

Usage

To retrieve the CEBL schedule for a given season (e.g., 2024), use the load_cebl_schedule() function:

from ceblpy.ceblpy import load_cebl_schedule

# Load the 2024 CEBL season schedule
schedule = load_cebl_schedule(2024)

# Preview the data
print(schedule.head())

Contributing

Found a bug? Have an idea to make ceblpy better? We'd love to hear from you!

All suggestions and contributions are welcome!

License

ceblpy was created by Ryan Du and David Awosoga. It is licensed under the terms of the MIT license.

Credits

ceblpy was created with cookiecutter and the py-pkgs-cookiecutter template.

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts