Metadata-Version: 2.1
Name: dialoghook
Version: 0.1.2
Summary: 
Home-page: https://github.com/aHardReset/dialoghook
Keywords: dialogflow,webhook,fulfillment,dialogflow es
Author: aHardReset
Author-email: ing.aarongaribay@outlook.com
Requires-Python: >=3.10,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: pydantic (>=1.10.2,<2.0.0)
Project-URL: Documentation, https://github.com/aHardReset/dialoghook
Project-URL: Repository, https://github.com/aHardReset/dialoghook
Description-Content-Type: text/markdown

Dialogflow Request and Response Constructs and validators for Webhooks in Dialogflow ES V2 API

Dev Instructions
Run poetry install to install the env.
Run poetry run pre-commit install to initialize the git hooks.
Run poetry run pre-commit run --all-files if there are file that were committed before adding the git hooks.
Activate the shell with: poetry shell
Lint with: poetry run pylint poetrypackagetemplate/ tests/
Test with: poetry run pytest --cov=poetrypackagetemplate

