Metadata-Version: 2.4
Name: simplestart
Version: 0.0.1.52
Summary: build web app using python
Author: wy
License-Expression: MIT
Project-URL: Homepage, https://example.com
Keywords: web,framework,async,ui,element ui
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Operating System :: OS Independent
Requires-Python: <3.14,>=3.10
Description-Content-Type: text/markdown
Requires-Dist: starlette==0.50.0
Requires-Dist: uvicorn[standard]>=0.23.0
Requires-Dist: pyyaml>=6.0
Requires-Dist: watchdog>=3.0.0
Requires-Dist: python-multipart>=0.0.6
Requires-Dist: itsdangerous>=2.1.0
Requires-Dist: pandas>=1.5.0
Requires-Dist: easydict>=1.9.0
Requires-Dist: pillow>=9.0.0

# SimpleStart

A Python web framework for building web applications with Element UI.

## Installation

```bash
pip install simplestart
```

## Usage

```python
import simplestart as ss

# Your code here
```

## Building from Source

This package uses Cython to compile Python code to C for better performance.

### Prerequisites

- Python 3.10+
- Cython
- C compiler

### Build

```bash
pip install build
python -m build --wheel
```

## GitHub Actions

This project uses GitHub Actions to automatically build wheels for multiple platforms:
- Linux (Ubuntu)
- macOS
- Windows

Supported Python versions: 3.10, 3.11, 3.12, 3.13

## License

MIT
