Metadata-Version: 2.4
Name: quickAccounting
Version: 1.0.0
License: Copyright 2026 Christian Rafferty
        
        Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
        
        The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
        
        THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
        
        
Project-URL: Homepage, https://github.com/cfr081709/quickAccounting/tree/main
Project-URL: Documentation, https://github.com/cfr081709/quickAccounting/blob/main/docs/financial_library_docs.md
Project-URL: Changelog, https://github.com/cfr081709/quickAccounting/blob/main/CHANGELOG.md
Project-URL: Source, https://github.com/cfr081709/quickAccounting
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: requests>=2.25.0
Requires-Dist: numpy>=2.4.4
Requires-Dist: pandas>=2.2.0
Requires-Dist: yfinance>=1.3.0
Dynamic: license-file

# DISCLAIMER: FOR RECREATIONAL USE - DO NOT USE FOR FINANCIAL ADVICE/DECISION MAKING

# QuickAccounting 

A lightweight Python financial modeling library for retrieving, cleaning, and forecasting company financial statements using real market data from Yahoo Finance.

Designed for:
- Financial modeling practice
- Quantitative finance learning
- Resume / portfolio projects
- Fast prototyping of valuation models

---

## Features

### Data Retrieval
- Income Statement
- Balance Sheet
- Cash Flow Statement
- Automatic CSV export support

### Forecasting Engine
- Revenue forecasting (CAGR-based with safety caps)
- Expense forecasting (historical growth approximation)
- COGS modeling (revenue ratio-based)
- Gross Profit projection
- Operating Expenses projection
- Net Income forecasting (EBIT-based model)

---

## Installation

