Metadata-Version: 2.1
Name: kupala
Version: 0.12.7
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.10,<4.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: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Typing :: Typed
Provides-Extra: s3
Requires-Dist: Babel (>=2.9.1,<3.0.0)
Requires-Dist: Jinja2 (>=3.0,<4.0)
Requires-Dist: aioboto3 (>=9.2,<10.0); extra == "s3"
Requires-Dist: click (>=8.0,<9.0)
Requires-Dist: deesk (>=0.1,<0.2)
Requires-Dist: imia (>=0.3,<0.4)
Requires-Dist: mailers (>=2.0.0,<3.0.0)
Requires-Dist: passlib (>=1.7.4,<2.0.0)
Requires-Dist: python-dotenv (>=0.19,<0.20)
Requires-Dist: python-multipart (>=0.0.5,<0.0.6)
Requires-Dist: starlette (>=0.17,<0.18)
Requires-Dist: starsessions (>=1.2,<2.0)
Requires-Dist: toronado (>=0.1.0,<0.2.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.

