Metadata-Version: 2.4
Name: fred_framework
Version: 2.0.3
Summary: A Flask-based web framework with built-in utilities and extensions
Home-page: https://github.com/yourusername/fred-framework
Author: Your Name
Author-email: Your Name <your.email@example.com>
License-Expression: MIT
Project-URL: Homepage, https://github.com/yourusername/fred-framework
Project-URL: Repository, https://github.com/yourusername/fred-framework
Project-URL: Documentation, https://github.com/yourusername/fred-framework#readme
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: flask>=3.1.2
Requires-Dist: flask_cors>=6.0.1
Requires-Dist: flask_jwt_extended>=4.7.1
Requires-Dist: Pillow>=11.3.0
Requires-Dist: flask_smorest>=0.46.2
Requires-Dist: flask_swagger_ui>=5.21.0
Requires-Dist: cryptography>=46.0.0
Requires-Dist: requests>=2.32.5
Requires-Dist: flask_apscheduler>=1.13.1
Requires-Dist: flask_babelplus>=2.2.0
Requires-Dist: flask_sqlacodegen>=2.0.0
Requires-Dist: flask_sqlalchemy>=3.1.1
Requires-Dist: pymysql>=1.1.2
Requires-Dist: pytz>=2025.2
Requires-Dist: flask_mail>=0.10.0
Requires-Dist: redis>=7.0.0
Provides-Extra: dev
Requires-Dist: pytest>=6.0; extra == "dev"
Requires-Dist: black; extra == "dev"
Requires-Dist: flake8; extra == "dev"
Dynamic: author
Dynamic: home-page
Dynamic: license-file
Dynamic: requires-python

# Fred Framework

A Flask-based web framework with built-in utilities and extensions.

## Installation

```bash
pip install fred_framework
```

## Quick Start

### 1. Initialize Project

```bash
fred-init
```

### 2. Create Module

```bash
fred-create MODULE_NAME
```

### 3. Run Application

```bash
python run.py
```

## Features

- RESTful API support
- Database ORM with SQLAlchemy
- JWT authentication
- Swagger documentation
- Internationalization (i18n)
- Task scheduling
- Email support
- Redis support

## Documentation

See `docs/` directory for detailed documentation:
- `FRED_COMMANDS.md` - Command usage documentation
- `代码规范.md` - Code standards
- `前端代码说明.md` - Frontend code documentation

## License

MIT

