matrix-python 1.4.11a0__tar.gz → 1.4.12a0__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {matrix_python-1.4.11a0/matrix_python.egg-info → matrix_python-1.4.12a0}/PKG-INFO +1 -1
- {matrix_python-1.4.11a0 → matrix_python-1.4.12a0}/docs/mkdocs.yml +1 -1
- {matrix_python-1.4.11a0 → matrix_python-1.4.12a0}/matrix/_version.py +3 -3
- {matrix_python-1.4.11a0 → matrix_python-1.4.12a0/matrix_python.egg-info}/PKG-INFO +1 -1
- {matrix_python-1.4.11a0 → matrix_python-1.4.12a0}/.github/dependabot.yml +0 -0
- {matrix_python-1.4.11a0 → matrix_python-1.4.12a0}/.github/workflows/CODEOWNERS +0 -0
- {matrix_python-1.4.11a0 → matrix_python-1.4.12a0}/.github/workflows/codeql.yml +0 -0
- {matrix_python-1.4.11a0 → matrix_python-1.4.12a0}/.github/workflows/docs.yml +0 -0
- {matrix_python-1.4.11a0 → matrix_python-1.4.12a0}/.github/workflows/publish.yml +0 -0
- {matrix_python-1.4.11a0 → matrix_python-1.4.12a0}/.github/workflows/scorecard.yml +0 -0
- {matrix_python-1.4.11a0 → matrix_python-1.4.12a0}/.github/workflows/tests.yml +0 -0
- {matrix_python-1.4.11a0 → matrix_python-1.4.12a0}/.gitignore +0 -0
- {matrix_python-1.4.11a0 → matrix_python-1.4.12a0}/CODE_OF_CONDUCT.md +0 -0
- {matrix_python-1.4.11a0 → matrix_python-1.4.12a0}/CONTRIBUTING.md +0 -0
- {matrix_python-1.4.11a0 → matrix_python-1.4.12a0}/LICENSE +0 -0
- {matrix_python-1.4.11a0 → matrix_python-1.4.12a0}/README.md +0 -0
- {matrix_python-1.4.11a0 → matrix_python-1.4.12a0}/docs/docs/examples/checks.md +0 -0
- {matrix_python-1.4.11a0 → matrix_python-1.4.12a0}/docs/docs/examples/cooldown.md +0 -0
- {matrix_python-1.4.11a0 → matrix_python-1.4.12a0}/docs/docs/examples/error-handling.md +0 -0
- {matrix_python-1.4.11a0 → matrix_python-1.4.12a0}/docs/docs/examples/extension.md +0 -0
- {matrix_python-1.4.11a0 → matrix_python-1.4.12a0}/docs/docs/examples/index.md +0 -0
- {matrix_python-1.4.11a0 → matrix_python-1.4.12a0}/docs/docs/examples/ping.md +0 -0
- {matrix_python-1.4.11a0 → matrix_python-1.4.12a0}/docs/docs/examples/reaction.md +0 -0
- {matrix_python-1.4.11a0 → matrix_python-1.4.12a0}/docs/docs/examples/scheduler.md +0 -0
- {matrix_python-1.4.11a0 → matrix_python-1.4.12a0}/docs/docs/guides/bigger-bot.md +0 -0
- {matrix_python-1.4.11a0 → matrix_python-1.4.12a0}/docs/docs/guides/checks.md +0 -0
- {matrix_python-1.4.11a0 → matrix_python-1.4.12a0}/docs/docs/guides/commands.md +0 -0
- {matrix_python-1.4.11a0 → matrix_python-1.4.12a0}/docs/docs/guides/configuration.md +0 -0
- {matrix_python-1.4.11a0 → matrix_python-1.4.12a0}/docs/docs/guides/error-handling.md +0 -0
- {matrix_python-1.4.11a0 → matrix_python-1.4.12a0}/docs/docs/guides/events.md +0 -0
- {matrix_python-1.4.11a0 → matrix_python-1.4.12a0}/docs/docs/guides/groups.md +0 -0
- {matrix_python-1.4.11a0 → matrix_python-1.4.12a0}/docs/docs/guides/index.md +0 -0
- {matrix_python-1.4.11a0 → matrix_python-1.4.12a0}/docs/docs/guides/introduction.md +0 -0
- {matrix_python-1.4.11a0 → matrix_python-1.4.12a0}/docs/docs/img/favicon.svg +0 -0
- {matrix_python-1.4.11a0 → matrix_python-1.4.12a0}/docs/docs/img/matrixpy-black.svg +0 -0
- {matrix_python-1.4.11a0 → matrix_python-1.4.12a0}/docs/docs/img/matrixpy-white.svg +0 -0
- {matrix_python-1.4.11a0 → matrix_python-1.4.12a0}/docs/docs/index.md +0 -0
- {matrix_python-1.4.11a0 → matrix_python-1.4.12a0}/docs/docs/reference/bot.md +0 -0
- {matrix_python-1.4.11a0 → matrix_python-1.4.12a0}/docs/docs/reference/checks.md +0 -0
- {matrix_python-1.4.11a0 → matrix_python-1.4.12a0}/docs/docs/reference/command.md +0 -0
- {matrix_python-1.4.11a0 → matrix_python-1.4.12a0}/docs/docs/reference/config.md +0 -0
- {matrix_python-1.4.11a0 → matrix_python-1.4.12a0}/docs/docs/reference/content.md +0 -0
- {matrix_python-1.4.11a0 → matrix_python-1.4.12a0}/docs/docs/reference/context.md +0 -0
- {matrix_python-1.4.11a0 → matrix_python-1.4.12a0}/docs/docs/reference/errors.md +0 -0
- {matrix_python-1.4.11a0 → matrix_python-1.4.12a0}/docs/docs/reference/extension.md +0 -0
- {matrix_python-1.4.11a0 → matrix_python-1.4.12a0}/docs/docs/reference/group.md +0 -0
- {matrix_python-1.4.11a0 → matrix_python-1.4.12a0}/docs/docs/reference/message.md +0 -0
- {matrix_python-1.4.11a0 → matrix_python-1.4.12a0}/docs/docs/reference/protocols.md +0 -0
- {matrix_python-1.4.11a0 → matrix_python-1.4.12a0}/docs/docs/reference/registry.md +0 -0
- {matrix_python-1.4.11a0 → matrix_python-1.4.12a0}/docs/docs/reference/room.md +0 -0
- {matrix_python-1.4.11a0 → matrix_python-1.4.12a0}/docs/docs/reference/scheduler.md +0 -0
- {matrix_python-1.4.11a0 → matrix_python-1.4.12a0}/docs/docs/reference/types.md +0 -0
- {matrix_python-1.4.11a0 → matrix_python-1.4.12a0}/docs/docs/stylesheets/extra.css +0 -0
- {matrix_python-1.4.11a0 → matrix_python-1.4.12a0}/examples/README.md +0 -0
- {matrix_python-1.4.11a0 → matrix_python-1.4.12a0}/examples/checks.py +0 -0
- {matrix_python-1.4.11a0 → matrix_python-1.4.12a0}/examples/config.yaml +0 -0
- {matrix_python-1.4.11a0 → matrix_python-1.4.12a0}/examples/cooldown.py +0 -0
- {matrix_python-1.4.11a0 → matrix_python-1.4.12a0}/examples/error_handling.py +0 -0
- {matrix_python-1.4.11a0 → matrix_python-1.4.12a0}/examples/extension.py +0 -0
- {matrix_python-1.4.11a0 → matrix_python-1.4.12a0}/examples/ping.py +0 -0
- {matrix_python-1.4.11a0 → matrix_python-1.4.12a0}/examples/reaction.py +0 -0
- {matrix_python-1.4.11a0 → matrix_python-1.4.12a0}/examples/scheduler.py +0 -0
- {matrix_python-1.4.11a0 → matrix_python-1.4.12a0}/matrix/__init__.py +0 -0
- {matrix_python-1.4.11a0 → matrix_python-1.4.12a0}/matrix/bot.py +0 -0
- {matrix_python-1.4.11a0 → matrix_python-1.4.12a0}/matrix/checks.py +0 -0
- {matrix_python-1.4.11a0 → matrix_python-1.4.12a0}/matrix/command.py +0 -0
- {matrix_python-1.4.11a0 → matrix_python-1.4.12a0}/matrix/config.py +0 -0
- {matrix_python-1.4.11a0 → matrix_python-1.4.12a0}/matrix/content.py +0 -0
- {matrix_python-1.4.11a0 → matrix_python-1.4.12a0}/matrix/context.py +0 -0
- {matrix_python-1.4.11a0 → matrix_python-1.4.12a0}/matrix/errors.py +0 -0
- {matrix_python-1.4.11a0 → matrix_python-1.4.12a0}/matrix/extension.py +0 -0
- {matrix_python-1.4.11a0 → matrix_python-1.4.12a0}/matrix/group.py +0 -0
- {matrix_python-1.4.11a0 → matrix_python-1.4.12a0}/matrix/help/__init__.py +0 -0
- {matrix_python-1.4.11a0 → matrix_python-1.4.12a0}/matrix/help/help_command.py +0 -0
- {matrix_python-1.4.11a0 → matrix_python-1.4.12a0}/matrix/help/pagination.py +0 -0
- {matrix_python-1.4.11a0 → matrix_python-1.4.12a0}/matrix/message.py +0 -0
- {matrix_python-1.4.11a0 → matrix_python-1.4.12a0}/matrix/protocols.py +0 -0
- {matrix_python-1.4.11a0 → matrix_python-1.4.12a0}/matrix/py.typed +0 -0
- {matrix_python-1.4.11a0 → matrix_python-1.4.12a0}/matrix/registry.py +0 -0
- {matrix_python-1.4.11a0 → matrix_python-1.4.12a0}/matrix/room.py +0 -0
- {matrix_python-1.4.11a0 → matrix_python-1.4.12a0}/matrix/scheduler.py +0 -0
- {matrix_python-1.4.11a0 → matrix_python-1.4.12a0}/matrix/types.py +0 -0
- {matrix_python-1.4.11a0 → matrix_python-1.4.12a0}/matrix_python.egg-info/SOURCES.txt +0 -0
- {matrix_python-1.4.11a0 → matrix_python-1.4.12a0}/matrix_python.egg-info/dependency_links.txt +0 -0
- {matrix_python-1.4.11a0 → matrix_python-1.4.12a0}/matrix_python.egg-info/requires.txt +0 -0
- {matrix_python-1.4.11a0 → matrix_python-1.4.12a0}/matrix_python.egg-info/top_level.txt +0 -0
- {matrix_python-1.4.11a0 → matrix_python-1.4.12a0}/mypy.ini +0 -0
- {matrix_python-1.4.11a0 → matrix_python-1.4.12a0}/pyproject.toml +0 -0
- {matrix_python-1.4.11a0 → matrix_python-1.4.12a0}/setup.cfg +0 -0
- {matrix_python-1.4.11a0 → matrix_python-1.4.12a0}/tests/help/test_default_help_command.py +0 -0
- {matrix_python-1.4.11a0 → matrix_python-1.4.12a0}/tests/help/test_help_command.py +0 -0
- {matrix_python-1.4.11a0 → matrix_python-1.4.12a0}/tests/help/test_pagination.py +0 -0
- {matrix_python-1.4.11a0 → matrix_python-1.4.12a0}/tests/test_bot.py +0 -0
- {matrix_python-1.4.11a0 → matrix_python-1.4.12a0}/tests/test_command.py +0 -0
- {matrix_python-1.4.11a0 → matrix_python-1.4.12a0}/tests/test_config.py +0 -0
- {matrix_python-1.4.11a0 → matrix_python-1.4.12a0}/tests/test_context.py +0 -0
- {matrix_python-1.4.11a0 → matrix_python-1.4.12a0}/tests/test_extension.py +0 -0
- {matrix_python-1.4.11a0 → matrix_python-1.4.12a0}/tests/test_group.py +0 -0
- {matrix_python-1.4.11a0 → matrix_python-1.4.12a0}/tests/test_message.py +0 -0
- {matrix_python-1.4.11a0 → matrix_python-1.4.12a0}/tests/test_registry.py +0 -0
- {matrix_python-1.4.11a0 → matrix_python-1.4.12a0}/tests/test_room.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: matrix-python
|
|
3
|
-
Version: 1.4.
|
|
3
|
+
Version: 1.4.12a0
|
|
4
4
|
Summary: An easy-to-use Matrix bot framework designed for quick development and minimal setup
|
|
5
5
|
Author: Simon Roy, Chris Dedman Rollet
|
|
6
6
|
Maintainer-email: Code Society Lab <admin@codesociety.xyz>
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
site_name: matrix.py
|
|
2
2
|
site_description: A simple, developer-friendly library to create powerful Matrix bots.
|
|
3
3
|
site_url: https://matrixpy.codesociety.xyz/
|
|
4
|
-
repo_url: https://github.com/Code-Society-
|
|
4
|
+
repo_url: https://github.com/Code-Society-Lab/matrixpy
|
|
5
5
|
repo_name: Code-Society-Lab/matrixpy
|
|
6
6
|
theme:
|
|
7
7
|
name: material
|
|
@@ -18,7 +18,7 @@ version_tuple: tuple[int | str, ...]
|
|
|
18
18
|
commit_id: str | None
|
|
19
19
|
__commit_id__: str | None
|
|
20
20
|
|
|
21
|
-
__version__ = version = '1.4.
|
|
22
|
-
__version_tuple__ = version_tuple = (1, 4,
|
|
21
|
+
__version__ = version = '1.4.12a0'
|
|
22
|
+
__version_tuple__ = version_tuple = (1, 4, 12, 'a0')
|
|
23
23
|
|
|
24
|
-
__commit_id__ = commit_id = '
|
|
24
|
+
__commit_id__ = commit_id = 'gf7df60d6d'
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: matrix-python
|
|
3
|
-
Version: 1.4.
|
|
3
|
+
Version: 1.4.12a0
|
|
4
4
|
Summary: An easy-to-use Matrix bot framework designed for quick development and minimal setup
|
|
5
5
|
Author: Simon Roy, Chris Dedman Rollet
|
|
6
6
|
Maintainer-email: Code Society Lab <admin@codesociety.xyz>
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{matrix_python-1.4.11a0 → matrix_python-1.4.12a0}/matrix_python.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|