chattie

View on PyPIReverse Dependencies (0)

0.2.1 chattie-0.2.1-py3-none-any.whl

Wheel Details

Project: chattie
Version: 0.2.1
Filename: chattie-0.2.1-py3-none-any.whl
Download: [link]
Size: 12345
MD5: 45662e68b0ec30d882479da3dcdfaecb
SHA256: d7561a589b3a6043de7943b7f7bd44520456f59733743b3c4cad8e19c6323705
Uploaded: 2018-03-17 12:15:49 +0000

dist-info

METADATA

Metadata-Version: 2.0
Name: chattie
Version: 0.2.1
Summary: A framework for making bots in Python. Inspired by Hubot
Author: Mathew Robinson
Author-Email: mrobinson[at]praelatus.io
Download-Url: https://github.com/chasinglogic/Chattie
License: Apache2.0
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Requires-Dist: requests
Requires-Dist: click
Requires-Dist: matrix-client; extra == "matrix"
Requires-Dist: telegram; extra == "telegram"
Provides-Extra: matrix
Provides-Extra: telegram
[No description]

WHEEL

Wheel-Version: 1.0
Generator: bdist_wheel (0.30.0)
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
chattie/__init__.py sha256=Ev9sR4VsK_F-Z5eq2O3pj3sQKvbZrYy5fouXpQ7YNSQ 63
chattie/bot.py sha256=6nTnhZMN1n4tSE2AnL9bVcaz2LWC1oFbAqhDPirKxDg 3452
chattie/cli.py sha256=wBhf0DAfMfcsRhoHd7-ZvIZE7S4zZLgxny1wq5PhBCc 4903
chattie/plugins.py sha256=EaFrRLz7dR2GOmIh9j8JPDty0zt0FsvqC9thXXb_1ag 874
chattie/connectors/__init__.py sha256=KY7-HQEAQ6mvhoQtamjeTLovMbi1BEV7KeM_qNmfJWo 975
chattie/connectors/matrix.py sha256=fxIJzRPT4veY50PzOOc5qNS-6vlRcRrPgWu5ZMTcJ2E 2792
chattie/connectors/telegram.py sha256=nUlwbPPZY8_hbx_CZShTVjNBW77SZ6oeDfam7qsQUaw 1437
chattie/connectors/term.py sha256=4ph9HLjkeyabxdtXDMdPAA-yI0Ge55Btzkee7NrUfQM 653
chattie/inventory/__init__.py sha256=BLzoG7h0sbZdsx4nxNjDohtw3YaH9PFO9WOFjZslc40 1279
chattie/inventory/json.py sha256=EhcWu78cndD6YZ0UxvCCXxkW-3QLlXPa6dS40woqzxw 1378
chattie/tricks/__init__.py sha256=5xFPrU4y2FU1yWvm7X1jWLi7618IVH4oHoVs0klnZYg 3947
chattie-0.2.1.dist-info/DESCRIPTION.rst sha256=OCTuuN6LcWulhHS3d5rfjdsQtW22n7HENFRh6jC6ego 10
chattie-0.2.1.dist-info/METADATA sha256=jvNVoKyHlPC_VZU2wx-G63-20JypSxXAXMrSQq5shMU 630
chattie-0.2.1.dist-info/RECORD
chattie-0.2.1.dist-info/WHEEL sha256=8Lm45v9gcYRm70DrgFGVe4WsUtUMi1_0Tso1hqPGMjA 92
chattie-0.2.1.dist-info/entry_points.txt sha256=RWc-nk-b7WwJDh2NJc_OAm35qACaXhF9ZsgUyVLZx38 307
chattie-0.2.1.dist-info/metadata.json sha256=qijCzCn94TVGdp8RHd5GupfQeukPC3w-CrZoWkakIA8 1214
chattie-0.2.1.dist-info/top_level.txt sha256=bFYX96CJ47MrLMWj9nZE9W1Zn713lgbcye3PgMRET6E 8

top_level.txt

chattie

entry_points.txt

matrix = chattie.connectors.matrix
telegram = chattie.connectors.telegram
terminal = chattie.connectors.term
json = chattie.inventory.json
default_tricks = chattie.tricks
chattie = chattie.cli:chattie