Metadata-Version: 2.4
Name: ncaa_bbStats
Version: 0.1.0
Summary: A package to analyze college baseball stats by year and division
Author-email: Mateo Biggs <mateojohn2024@gmail.com>
License-Expression: MIT
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pandas
Dynamic: license-file

# NCAA Baseball Stats Python Package
A Python package for retrieving, parsing, and analyzing NCAA Division I, II, and III college baseball statistics (2002-2025 seasons). It supports both web-scraping from the official NCAA stats website and efficient access to cached local JSON datasets for research, data analysis, and sports analytics projects.

## Detailed Stat Extraction
Extract season data for teams, some examples include:

- Batting stats: Batting average (BA), home runs (HR), doubles, triples

- Pitching stats: ERA, WHIP, K/BB, K/9, hits allowed, walks, shutouts

- Fielding stats: Fielding % (FPCT), double plays, triple plays

## JSON Caching for Speed
Store season stats in pre-parsed JSON files, organized by year and division, for reliable, fast offline access.

## Easy Stat Lookup and Display
Functions to search, retrieve, and display specific stats for one team (str or int format)

## Planned Features

- NCAA Player stats
  
- Team Game results

## Contact
To contact to collaborate or feedback, email me at mateojohn2024@gmail.com
