Metadata-Version: 2.4
Name: business-ussu321
Version: 1.0.0
Summary: Business Simulator - Large-Scale Company Management Dashboard
Author-email: Developer <dev@example.com>
License: MIT
Project-URL: Homepage, https://github.com/yourusername/business-ussu321
Project-URL: Repository, https://github.com/yourusername/business-ussu321
Project-URL: Issues, https://github.com/yourusername/business-ussu321/issues
Keywords: business,simulator,flask,dashboard,management
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Framework :: Flask
Classifier: Topic :: Office/Business
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: flask>=2.3
Requires-Dist: flask-sqlalchemy>=3.0
Requires-Dist: flask-wtf>=1.1
Requires-Dist: flask-login>=0.6
Requires-Dist: flask-mail>=0.9
Requires-Dist: flask-caching>=2.0
Requires-Dist: wtforms>=3.0
Requires-Dist: sqlalchemy>=2.0
Requires-Dist: werkzeug>=2.3
Requires-Dist: jinja2>=3.1
Requires-Dist: markupsafe>=2.1
Requires-Dist: itsdangerous>=2.1
Requires-Dist: bcrypt>=4.0
Requires-Dist: pyjwt>=2.7
Requires-Dist: pillow>=10.0
Requires-Dist: pandas>=2.0
Requires-Dist: numpy>=1.24
Requires-Dist: scikit-learn>=1.3
Requires-Dist: prophet>=1.1
Requires-Dist: plotly>=5.15
Requires-Dist: openpyxl>=3.1
Requires-Dist: xlsxwriter>=3.1
Requires-Dist: reportlab>=4.0
Requires-Dist: qrcode>=7.4
Requires-Dist: python-dateutil>=2.8
Requires-Dist: requests>=2.31
Requires-Dist: bleach>=6.0
Requires-Dist: python-dotenv>=1.0
Requires-Dist: apscheduler>=3.10
Requires-Dist: tablib>=3.5
Requires-Dist: pyopenssl>=23.0
Requires-Dist: pyside6>=6.5

# Business Simulator

A Large-Scale Company Management Dashboard built with Flask.

## Installation

```bash
pip install business-ussu321
```

## Usage

### Desktop Mode (Default)
```bash
business
```
Launches a native PySide6 desktop window with an embedded browser.

### Browser Mode
```bash
business --browser
```
Starts the Flask server and opens your system default browser.

### Python Module
```bash
python -m business_ussu321
```

## Development

```bash
git clone https://github.com/yourusername/business-ussu321.git
cd business-ussu321
pip install -e .
business
```

## Features

- Full-featured Flask web application
- Native desktop wrapper via PySide6 + QtWebEngine
- Business simulation, financial modeling, forecasting
- Report generation, analytics, risk engine
- Supply chain, employee, customer simulators
- Scenario builder & competition analysis

## License

MIT
