Metadata-Version: 2.1
Name: rasa-plus
Version: 0.3.1
Summary: An organizer for your rasa bot dialogs
Home-page: https://github.com/alexandrebarbaruiva/rasa-plus
Author: Alexandre Augusto de Sá dos Santos
Author-email: alexandrebarbaruiva@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: Click

# rasa-plus

[![Maintainability](https://api.codeclimate.com/v1/badges/622798ae561988afd630/maintainability)](https://codeclimate.com/github/alexandrebarbaruiva/rasa-plus/maintainability)
[![Test Coverage](https://api.codeclimate.com/v1/badges/622798ae561988afd630/test_coverage)](https://codeclimate.com/github/alexandrebarbaruiva/rasa-plus/test_coverage)

It's a Rasa plugin that allows you to separate your dialogs and make them
more readable (and easier to find) and it will unify them in a single
final file that's ready for production.

# domain.yml

This file is composed by 
- responses
- entities
- forms
- intents
- session_config
- slots

