Metadata-Version: 2.4
Name: GoekenDataScience
Version: 0.1.1
Summary: A collection of data science tools made by the Ryan Goeken
Author: Ryan Goeken
License: MIT
Project-URL: Homepage, https://github.com/yourusername/tickerdatafetcher
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: pandas
Requires-Dist: requests
Dynamic: license-file

# TickerDataFetcher

A simple Python package for fetching and updating historical stock data from Alpha Vantage.

## Installation
```bash
pip install GoekenStats
