Metadata-Version: 2.1
Name: predictram_PyRatio
Version: 0.1.0
Summary: A package for analyzing stock financial metrics
Home-page: https://github.com/yourusername/predictram_PyRatio
Author: Your Name
Author-email: your.email@example.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: pandas>=1.0
Requires-Dist: numpy>=1.0
Requires-Dist: matplotlib>=3.0
Requires-Dist: seaborn>=0.11

# PyRatio - Stock Financial Metrics Analysis

PyRatio is a Python package for analyzing stock financial metrics from JSON data files.

## Installation

```bash
pip install predictram_PyRatio
