Metadata-Version: 2.1
Name: wheke
Version: 0.1.1
Summary: A cute framework for small self-hosted apps
Project-URL: Documentation, https://wheke.humberto.io/
Project-URL: Issues, https://github.com/humrochagf/wheke/issues
Project-URL: Source, https://github.com/humrochagf/wheke
Author-email: Humberto Rocha <humrochagf@gmail.com>
License-Expression: MIT
License-File: LICENSE.txt
Classifier: Development Status :: 4 - Beta
Classifier: Framework :: FastAPI
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Internet
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: HTTP Servers
Requires-Python: >=3.10
Requires-Dist: fastapi
Requires-Dist: pydantic
Requires-Dist: pydantic-settings
Requires-Dist: rich
Requires-Dist: svcs
Requires-Dist: typer
Description-Content-Type: text/markdown

<h1 align="center" style="font-size: 3rem">
  Wheke
</h1>

<p align="center">
  <img src="https://github.com/humrochagf/wheke/blob/main/docs/wheke.png?raw=true" alt="Wheke"></a>
</p>

<p align="center">
  <em>A cute framework for small self-hosted apps</em>
  <br/>
  <em><sup><sub>artwork by <a href="https://bissgigi.art/">@bissgigi</a></sub></sup></em>
</p>

<p align="center">
  <a href="https://github.com/humrochagf/wheke/actions">
    <img src="https://github.com/humrochagf/wheke/workflows/Test%20Suite/badge.svg" alt="Test Suite">
  </a>
  <a href="https://pypi.org/project/wheke">
    <img src="https://img.shields.io/pypi/v/wheke.svg" alt="PyPI - Version">
  </a>
  <a href="https://pypi.org/project/wheke">
    <img src="https://img.shields.io/pypi/pyversions/wheke.svg" alt="PyPI - Python Version">
  </a>
</p>

---

**Wheke** is a framework built on top of [FastAPI](https://fastapi.tiangolo.com/) that is focussed in small scale self-hosted applications and having fun 🎉

## Installation

```shell
pip install wheke
```

## Documentation

For more info check out [Wheke Documentation](https://wheke.humberto.io/)
