plugable-matrix-bot/matrix_bot_api
Dennis Potter 9e139a0f3e Add custom Matrix Python SDK. Solves #5 and #2
This commit releases a custom Matrix Python SDK. This means that the
most important classes---MatrixClient, Room, and MatrixHttpApi---are
inherited by Custom classes. This enables us to change behaviour or add
new features in a well structured and predictable way.

The first issue that is solved with this new custom SDK is the problem
that was introduced in #2.
2019-01-20 00:41:02 +01:00
..
custom_matrix_client Add custom Matrix Python SDK. Solves #5 and #2 2019-01-20 00:41:02 +01:00
messages Add custom Matrix Python SDK. Solves #5 and #2 2019-01-20 00:41:02 +01:00
__init__.py Initial commit of software 2018-12-16 16:38:47 +01:00
matrix_bot_api.py Add custom Matrix Python SDK. Solves #5 and #2 2019-01-20 00:41:02 +01:00
mcommand_handler.py Initial commit of software 2018-12-16 16:38:47 +01:00
mhandler.py Initial commit of software 2018-12-16 16:38:47 +01:00
mregex_handler.py Initial commit of software 2018-12-16 16:38:47 +01:00