Metadata-Version: 2.4
Name: predictramdatalab
Version: 1.0.6
Summary: A Python API for accessing and analyzing stock market data
Home-page: https://github.com/yourusername/predictramdatalab
Author: Your Name
Author-email: your.email@example.com
Project-URL: Bug Reports, https://github.com/yourusername/predictramdatalab/issues
Project-URL: Source, https://github.com/yourusername/predictramdatalab
Keywords: stocks finance market data analysis
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: numpy>=1.21.0
Requires-Dist: pandas>=1.3.0
Requires-Dist: matplotlib>=3.4.0
Requires-Dist: openpyxl>=3.0.0
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: keywords
Dynamic: project-url
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# Predictram DataLab

A comprehensive Python API for stock market data analysis and visualization.

## Features

- Natural language query interface
- Stock screening and filtering
- Financial metrics analysis
- Data visualization tools
- Excel export capabilities

## Installation

```bash
pip install predictramdatalab
