Metadata-Version: 2.4
Name: pyrekit-server
Version: 0.0.2
Summary: The backend server for the pyrekit toolkit.
Author-email: TuTheWeeb <eduardo.tuler@gmail.com>
Project-URL: Homepage, https://github.com/TuTheWeeb/pyrekit-server
Project-URL: Repository, https://github.com/TuTheWeeb/pyrekit-server
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: Flask
Requires-Dist: Flask-Cors
Requires-Dist: logging
Requires-Dist: waitress

# Pyrekit-Server - WIP

A simple async server based on flask and served using waitress.

## TODOs:
- Make it work over https.

## Prerequisites

- **Python 3.10+**

You can verify the python installation by running `python --version`

## Installation

### Using GitHub:
```bash
git clone https://github.com/TuTheWeeb/pyrekit-server.git
pip install pyrekit-server/
```

### Pip
```bash
pip install pyrekit_server
```

## Versions

- 0.0.2:
    Removed inspect from dependencies.

- 0.0.1:
    First version
