Metadata-Version: 2.4
Name: zazen
Version: 0.0.1
Summary: Zazen - An extendable web-based application for creating and managing AI-powered chatbots
Project-URL: Documentation, https://github.com/ysenarath/zazen#readme
Project-URL: Issues, https://github.com/ysenarathh/zazen/issues
Project-URL: Source, https://github.com/ysenarath/zazen
Author-email: Yasas Senarath <12231659+ysenarath@users.noreply.github.com>
License-Expression: MIT
License-File: LICENSE.txt
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.9
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
Requires-Python: >=3.9
Requires-Dist: dash-bootstrap-components>=2.0.3
Requires-Dist: dash>=3.2.0
Requires-Dist: flask-login>=0.6.3
Requires-Dist: flask-sqlalchemy>=3.1.1
Requires-Dist: platformdirs>=4.3.8
Requires-Dist: sqlalchemy>=2.0.42
Requires-Dist: watchdog>=6.0.0
Requires-Dist: werkzeug>=3.1.3
Description-Content-Type: text/markdown

# Zazen

[![PyPI - Version](https://img.shields.io/pypi/v/zazen.svg)](https://pypi.org/project/zazen)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/zazen.svg)](https://pypi.org/project/zazen)

-----

## Table of Contents

- [Installation](#installation)
- [License](#license)

## Installation

```console
pip install zazen
```

## License

`zazen` is distributed under the terms of the [MIT](https://spdx.org/licenses/MIT.html) license.
