Metadata-Version: 2.1
Name: droit
Version: 1.0.2
Summary: Simple library for creating bots
Home-page: https://github.com/jarinox/python-droit
Author: Jakob Stolze
Author-email: jarinox@wolke7.de
License: LGPLv2.1
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU Lesser General Public License v2 (LGPLv2)
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: parse

Droit is a simple library for creating bots - [view on GitHub](https://github.com/jarinox/python-droit)

## Features
- Simple definition of question-to-answer rules using Droit Database Script
- Multiple input/output devices such as console or telegram
- Extendable: create your own sub-rules ("plugins")


Droit v1.0 ([release](https://github.com/jarinox/python-droit/releases/tag/v1.0.2)):

- [Wiki > Getting started](https://github.com/jarinox/python-droit/wiki)
- [Documentation](https://github.com/jarinox/python-droit/blob/master/docs/docs.md)
- [Example](https://github.com/jarinox/python-droit/blob/master/sample/sample-bot.py)

This library is published under the terms of the GNU LESSER GENERAL PUBLIC LICENSE. Please see LICENCE for more information.  
Copyright 2019-2020 Jakob Stolze


