Metadata-Version: 2.1
Name: kupala
Version: 0.9.5
Summary: A modern web framework for Python.
Home-page: https://github.com/alex-oleshkevich/kupala
License: MIT
Author: Alex Oleshkevich
Author-email: alex.oleshkevich@gmail.com
Requires-Python: >=3.9.0,<4.0.0
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Typing :: Typed
Requires-Dist: Jinja2 (>=3.0.2,<4.0.0)
Requires-Dist: deesk (>=0.1.0,<0.2.0)
Requires-Dist: imia (>=0.3.1,<0.4.0)
Requires-Dist: python-dotenv (>=0.19.1,<0.20.0)
Requires-Dist: python-multipart (>=0.0.5,<0.0.6)
Requires-Dist: starlette (>=0.17.0,<0.18.0)
Requires-Dist: starsessions (>=1.1.5,<2.0.0)
Project-URL: Documentation, https://github.com/alex-oleshkevich/kupala
Project-URL: Repository, https://github.com/alex-oleshkevich/kupala
Description-Content-Type: text/markdown

# Kupala Framework

A modern web framework for Python.

![PyPI](https://img.shields.io/pypi/v/kupala)
![GitHub Workflow Status](https://img.shields.io/github/workflow/status/alex-oleshkevich/kupala/Lint)
![GitHub](https://img.shields.io/github/license/alex-oleshkevich/kupala)
![Libraries.io dependency status for latest release](https://img.shields.io/librariesio/release/pypi/kupala)
![PyPI - Downloads](https://img.shields.io/pypi/dm/kupala)
![GitHub Release Date](https://img.shields.io/github/release-date/alex-oleshkevich/kupala)
![Lines of code](https://img.shields.io/tokei/lines/github/alex-oleshkevich/kupala)

## Installation

Install `kupala` using PIP or poetry:

```bash
pip install kupala
# or
poetry add kupala
```

## Features

-   TODO

## Quick start

See example application in `examples/` directory of this repository.

