Metadata-Version: 2.1
Name: df-generics
Version: 0.1.0
Summary: [There](https://github.com/deepmipt/dialog_flow_generics) is an addon for the [Dialog Flow Engine](https://github.com/deepmipt/dialog_flow_engine), a minimalistic open-source engine for conversational services.
Home-page: https://github.com/deepmipt/dialog_flow_generics
Author: Denis Kuznetsov
Author-email: kuznetsov.den.p@gmail.com
License: UNKNOWN
Keywords: chatbots,df-generics
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3 :: Only
Requires-Python: >=3.6, <4
Description-Content-Type: text/markdown
License-File: LICENSE


# Dialog Flow Generics

[There](https://github.com/deepmipt/dialog_flow_generics) is an addon for the [Dialog Flow Engine](https://github.com/deepmipt/dialog_flow_engine), a minimalistic open-source engine for conversational services.

[Dialog Flow Generics](https://github.com/deepmipt/dialog_flow_generics) introduces a GenericResponse class as well as generic classes for various media types. Using this API, you can create identical responses in DF adapters for Telegram, Yandex's Alice, or other services instead of learning service-specific classes.

<!-- uncomment one of these to add badges to your project description -->
<!-- [![Documentation Status](https://DF-generic-response.readthedocs.io/en/stable/?badge=stable)](https://readthedocs.org/projects/DF-generic-response/badge/?version=stable) -->
<!-- [![Coverage Status](https://coveralls.io/repos/github/deepmipt/dialog_flow_generics/badge.svg?branch=main)](https://coveralls.io/github/deepmipt/dialog_flow_generics?branch=main) -->
<!-- [![Codestyle](https://github.com/deepmipt/dialog_flow_generics/workflows/codestyle/badge.svg)](https://github.com/deepmipt/dialog_flow_generics)
[![Tests](https://github.com/deepmipt/dialog_flow_generics/workflows/test_coverage/badge.svg)](https://github.com/deepmipt/dialog_flow_generics) -->
[![License Apache 2.0](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](https://github.com/deepmipt/dialog_flow_generics/blob/main/LICENSE)
![Python 3.6, 3.7, 3.8, 3.9](https://img.shields.io/badge/python-3.6%20%7C%203.7%20%7C%203.8%20%7C%203.9-green.svg)
<!-- [![PyPI](https://img.shields.io/pypi/v/DF-generic-response)](https://pypi.org/project/DF-generic-response/)
[![Downloads](https://pepy.tech/badge/DF-generic-response)](https://pepy.tech/project/DF-generic-response) -->

# Quick Start
## Installation
```bash
pip install DF-generic-response
```

To get more advanced examples, take a look at [examples](https://github.com/deepmipt/dialog_flow_generics/tree/main/examples) on GitHub.

# Contributing to the Dialog Flow Engine

Please refer to [CONTRIBUTING.md](https://github.com/deepmipt/dialog_flow_engine/blob/dev/CONTRIBUTING.md).

