Metadata-Version: 2.4
Name: zendo
Version: 0.0.1
Summary: Zendo - An extendable web-based application for creating and managing AI-powered chatbots
Project-URL: Documentation, https://github.com/ysenarath/zendo#readme
Project-URL: Issues, https://github.com/ysenarathh/zendo/issues
Project-URL: Source, https://github.com/ysenarath/zendo
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

# Zendo

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

-----

## Table of Contents

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

## Installation

```console
pip install zendo
```

## License

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