matrix-python 1.4.10a0__tar.gz → 1.4.11a0__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.10a0 → matrix_python-1.4.11a0}/.github/workflows/docs.yml +3 -4
- {matrix_python-1.4.10a0/matrix_python.egg-info → matrix_python-1.4.11a0}/PKG-INFO +4 -3
- {matrix_python-1.4.10a0 → matrix_python-1.4.11a0}/README.md +3 -2
- {matrix_python-1.4.10a0 → matrix_python-1.4.11a0}/docs/docs/index.md +7 -0
- {matrix_python-1.4.10a0 → matrix_python-1.4.11a0}/docs/mkdocs.yml +3 -1
- {matrix_python-1.4.10a0 → matrix_python-1.4.11a0}/matrix/_version.py +3 -3
- {matrix_python-1.4.10a0 → matrix_python-1.4.11a0/matrix_python.egg-info}/PKG-INFO +4 -3
- {matrix_python-1.4.10a0 → matrix_python-1.4.11a0}/.github/dependabot.yml +0 -0
- {matrix_python-1.4.10a0 → matrix_python-1.4.11a0}/.github/workflows/CODEOWNERS +0 -0
- {matrix_python-1.4.10a0 → matrix_python-1.4.11a0}/.github/workflows/codeql.yml +0 -0
- {matrix_python-1.4.10a0 → matrix_python-1.4.11a0}/.github/workflows/publish.yml +0 -0
- {matrix_python-1.4.10a0 → matrix_python-1.4.11a0}/.github/workflows/scorecard.yml +0 -0
- {matrix_python-1.4.10a0 → matrix_python-1.4.11a0}/.github/workflows/tests.yml +0 -0
- {matrix_python-1.4.10a0 → matrix_python-1.4.11a0}/.gitignore +0 -0
- {matrix_python-1.4.10a0 → matrix_python-1.4.11a0}/CODE_OF_CONDUCT.md +0 -0
- {matrix_python-1.4.10a0 → matrix_python-1.4.11a0}/CONTRIBUTING.md +0 -0
- {matrix_python-1.4.10a0 → matrix_python-1.4.11a0}/LICENSE +0 -0
- {matrix_python-1.4.10a0 → matrix_python-1.4.11a0}/docs/docs/examples/checks.md +0 -0
- {matrix_python-1.4.10a0 → matrix_python-1.4.11a0}/docs/docs/examples/cooldown.md +0 -0
- {matrix_python-1.4.10a0 → matrix_python-1.4.11a0}/docs/docs/examples/error-handling.md +0 -0
- {matrix_python-1.4.10a0 → matrix_python-1.4.11a0}/docs/docs/examples/extension.md +0 -0
- {matrix_python-1.4.10a0 → matrix_python-1.4.11a0}/docs/docs/examples/index.md +0 -0
- {matrix_python-1.4.10a0 → matrix_python-1.4.11a0}/docs/docs/examples/ping.md +0 -0
- {matrix_python-1.4.10a0 → matrix_python-1.4.11a0}/docs/docs/examples/reaction.md +0 -0
- {matrix_python-1.4.10a0 → matrix_python-1.4.11a0}/docs/docs/examples/scheduler.md +0 -0
- {matrix_python-1.4.10a0 → matrix_python-1.4.11a0}/docs/docs/guides/bigger-bot.md +0 -0
- {matrix_python-1.4.10a0 → matrix_python-1.4.11a0}/docs/docs/guides/checks.md +0 -0
- {matrix_python-1.4.10a0 → matrix_python-1.4.11a0}/docs/docs/guides/commands.md +0 -0
- {matrix_python-1.4.10a0 → matrix_python-1.4.11a0}/docs/docs/guides/configuration.md +0 -0
- {matrix_python-1.4.10a0 → matrix_python-1.4.11a0}/docs/docs/guides/error-handling.md +0 -0
- {matrix_python-1.4.10a0 → matrix_python-1.4.11a0}/docs/docs/guides/events.md +0 -0
- {matrix_python-1.4.10a0 → matrix_python-1.4.11a0}/docs/docs/guides/groups.md +0 -0
- {matrix_python-1.4.10a0 → matrix_python-1.4.11a0}/docs/docs/guides/index.md +0 -0
- {matrix_python-1.4.10a0 → matrix_python-1.4.11a0}/docs/docs/guides/introduction.md +0 -0
- {matrix_python-1.4.10a0 → matrix_python-1.4.11a0}/docs/docs/img/favicon.svg +0 -0
- {matrix_python-1.4.10a0 → matrix_python-1.4.11a0}/docs/docs/img/matrixpy-black.svg +0 -0
- {matrix_python-1.4.10a0 → matrix_python-1.4.11a0}/docs/docs/img/matrixpy-white.svg +0 -0
- {matrix_python-1.4.10a0 → matrix_python-1.4.11a0}/docs/docs/reference/bot.md +0 -0
- {matrix_python-1.4.10a0 → matrix_python-1.4.11a0}/docs/docs/reference/checks.md +0 -0
- {matrix_python-1.4.10a0 → matrix_python-1.4.11a0}/docs/docs/reference/command.md +0 -0
- {matrix_python-1.4.10a0 → matrix_python-1.4.11a0}/docs/docs/reference/config.md +0 -0
- {matrix_python-1.4.10a0 → matrix_python-1.4.11a0}/docs/docs/reference/content.md +0 -0
- {matrix_python-1.4.10a0 → matrix_python-1.4.11a0}/docs/docs/reference/context.md +0 -0
- {matrix_python-1.4.10a0 → matrix_python-1.4.11a0}/docs/docs/reference/errors.md +0 -0
- {matrix_python-1.4.10a0 → matrix_python-1.4.11a0}/docs/docs/reference/extension.md +0 -0
- {matrix_python-1.4.10a0 → matrix_python-1.4.11a0}/docs/docs/reference/group.md +0 -0
- {matrix_python-1.4.10a0 → matrix_python-1.4.11a0}/docs/docs/reference/message.md +0 -0
- {matrix_python-1.4.10a0 → matrix_python-1.4.11a0}/docs/docs/reference/protocols.md +0 -0
- {matrix_python-1.4.10a0 → matrix_python-1.4.11a0}/docs/docs/reference/registry.md +0 -0
- {matrix_python-1.4.10a0 → matrix_python-1.4.11a0}/docs/docs/reference/room.md +0 -0
- {matrix_python-1.4.10a0 → matrix_python-1.4.11a0}/docs/docs/reference/scheduler.md +0 -0
- {matrix_python-1.4.10a0 → matrix_python-1.4.11a0}/docs/docs/reference/types.md +0 -0
- {matrix_python-1.4.10a0 → matrix_python-1.4.11a0}/docs/docs/stylesheets/extra.css +0 -0
- {matrix_python-1.4.10a0 → matrix_python-1.4.11a0}/examples/README.md +0 -0
- {matrix_python-1.4.10a0 → matrix_python-1.4.11a0}/examples/checks.py +0 -0
- {matrix_python-1.4.10a0 → matrix_python-1.4.11a0}/examples/config.yaml +0 -0
- {matrix_python-1.4.10a0 → matrix_python-1.4.11a0}/examples/cooldown.py +0 -0
- {matrix_python-1.4.10a0 → matrix_python-1.4.11a0}/examples/error_handling.py +0 -0
- {matrix_python-1.4.10a0 → matrix_python-1.4.11a0}/examples/extension.py +0 -0
- {matrix_python-1.4.10a0 → matrix_python-1.4.11a0}/examples/ping.py +0 -0
- {matrix_python-1.4.10a0 → matrix_python-1.4.11a0}/examples/reaction.py +0 -0
- {matrix_python-1.4.10a0 → matrix_python-1.4.11a0}/examples/scheduler.py +0 -0
- {matrix_python-1.4.10a0 → matrix_python-1.4.11a0}/matrix/__init__.py +0 -0
- {matrix_python-1.4.10a0 → matrix_python-1.4.11a0}/matrix/bot.py +0 -0
- {matrix_python-1.4.10a0 → matrix_python-1.4.11a0}/matrix/checks.py +0 -0
- {matrix_python-1.4.10a0 → matrix_python-1.4.11a0}/matrix/command.py +0 -0
- {matrix_python-1.4.10a0 → matrix_python-1.4.11a0}/matrix/config.py +0 -0
- {matrix_python-1.4.10a0 → matrix_python-1.4.11a0}/matrix/content.py +0 -0
- {matrix_python-1.4.10a0 → matrix_python-1.4.11a0}/matrix/context.py +0 -0
- {matrix_python-1.4.10a0 → matrix_python-1.4.11a0}/matrix/errors.py +0 -0
- {matrix_python-1.4.10a0 → matrix_python-1.4.11a0}/matrix/extension.py +0 -0
- {matrix_python-1.4.10a0 → matrix_python-1.4.11a0}/matrix/group.py +0 -0
- {matrix_python-1.4.10a0 → matrix_python-1.4.11a0}/matrix/help/__init__.py +0 -0
- {matrix_python-1.4.10a0 → matrix_python-1.4.11a0}/matrix/help/help_command.py +0 -0
- {matrix_python-1.4.10a0 → matrix_python-1.4.11a0}/matrix/help/pagination.py +0 -0
- {matrix_python-1.4.10a0 → matrix_python-1.4.11a0}/matrix/message.py +0 -0
- {matrix_python-1.4.10a0 → matrix_python-1.4.11a0}/matrix/protocols.py +0 -0
- {matrix_python-1.4.10a0 → matrix_python-1.4.11a0}/matrix/py.typed +0 -0
- {matrix_python-1.4.10a0 → matrix_python-1.4.11a0}/matrix/registry.py +0 -0
- {matrix_python-1.4.10a0 → matrix_python-1.4.11a0}/matrix/room.py +0 -0
- {matrix_python-1.4.10a0 → matrix_python-1.4.11a0}/matrix/scheduler.py +0 -0
- {matrix_python-1.4.10a0 → matrix_python-1.4.11a0}/matrix/types.py +0 -0
- {matrix_python-1.4.10a0 → matrix_python-1.4.11a0}/matrix_python.egg-info/SOURCES.txt +0 -0
- {matrix_python-1.4.10a0 → matrix_python-1.4.11a0}/matrix_python.egg-info/dependency_links.txt +0 -0
- {matrix_python-1.4.10a0 → matrix_python-1.4.11a0}/matrix_python.egg-info/requires.txt +0 -0
- {matrix_python-1.4.10a0 → matrix_python-1.4.11a0}/matrix_python.egg-info/top_level.txt +0 -0
- {matrix_python-1.4.10a0 → matrix_python-1.4.11a0}/mypy.ini +0 -0
- {matrix_python-1.4.10a0 → matrix_python-1.4.11a0}/pyproject.toml +0 -0
- {matrix_python-1.4.10a0 → matrix_python-1.4.11a0}/setup.cfg +0 -0
- {matrix_python-1.4.10a0 → matrix_python-1.4.11a0}/tests/help/test_default_help_command.py +0 -0
- {matrix_python-1.4.10a0 → matrix_python-1.4.11a0}/tests/help/test_help_command.py +0 -0
- {matrix_python-1.4.10a0 → matrix_python-1.4.11a0}/tests/help/test_pagination.py +0 -0
- {matrix_python-1.4.10a0 → matrix_python-1.4.11a0}/tests/test_bot.py +0 -0
- {matrix_python-1.4.10a0 → matrix_python-1.4.11a0}/tests/test_command.py +0 -0
- {matrix_python-1.4.10a0 → matrix_python-1.4.11a0}/tests/test_config.py +0 -0
- {matrix_python-1.4.10a0 → matrix_python-1.4.11a0}/tests/test_context.py +0 -0
- {matrix_python-1.4.10a0 → matrix_python-1.4.11a0}/tests/test_extension.py +0 -0
- {matrix_python-1.4.10a0 → matrix_python-1.4.11a0}/tests/test_group.py +0 -0
- {matrix_python-1.4.10a0 → matrix_python-1.4.11a0}/tests/test_message.py +0 -0
- {matrix_python-1.4.10a0 → matrix_python-1.4.11a0}/tests/test_registry.py +0 -0
- {matrix_python-1.4.10a0 → matrix_python-1.4.11a0}/tests/test_room.py +0 -0
|
@@ -1,9 +1,8 @@
|
|
|
1
1
|
name: Deploy Docs
|
|
2
2
|
|
|
3
3
|
on:
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
- main
|
|
4
|
+
release:
|
|
5
|
+
types: [ published ]
|
|
7
6
|
|
|
8
7
|
permissions:
|
|
9
8
|
contents: read
|
|
@@ -28,7 +27,7 @@ jobs:
|
|
|
28
27
|
run: pip install .[doc]
|
|
29
28
|
|
|
30
29
|
- name: Build docs
|
|
31
|
-
run:
|
|
30
|
+
run: cd docs && mkdocs build
|
|
32
31
|
|
|
33
32
|
- uses: actions/upload-pages-artifact@v3
|
|
34
33
|
with:
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: matrix-python
|
|
3
|
-
Version: 1.4.
|
|
3
|
+
Version: 1.4.11a0
|
|
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>
|
|
@@ -58,8 +58,8 @@ Requires-Dist: mkdocstrings[python]==1.0.4; extra == "doc"
|
|
|
58
58
|
|
|
59
59
|
<div align="center">
|
|
60
60
|
|
|
61
|
-
[<img src="https://img.shields.io/badge/Get%20Started-black?style=for-the-badge" />](https://matrixpy.
|
|
62
|
-
[<img src="https://img.shields.io/badge/Reference-555555?style=for-the-badge" />](https://matrixpy.
|
|
61
|
+
[<img src="https://img.shields.io/badge/Get%20Started-black?style=for-the-badge" />](https://matrixpy.codesociety.xyz/guides/introduction/)
|
|
62
|
+
[<img src="https://img.shields.io/badge/Reference-555555?style=for-the-badge" />](https://matrixpy.codesociety.xyz/reference/bot/)
|
|
63
63
|
|
|
64
64
|
</div>
|
|
65
65
|
|
|
@@ -68,6 +68,7 @@ Requires-Dist: mkdocstrings[python]==1.0.4; extra == "doc"
|
|
|
68
68
|
[](https://discord.gg/code-society-823178343943897088)
|
|
69
69
|
[](https://matrix.to/#/%23codesociety:matrix.org)
|
|
70
70
|
[](https://github.com/Code-Society-Lab/matrixpy/actions/workflows/tests.yml)
|
|
71
|
+
[](https://pypi.org/project/matrix-python/)
|
|
71
72
|
[](https://github.com/Code-Society-Lab/matrixpy/actions/workflows/codeql.yml)
|
|
72
73
|
[](https://securityscorecards.dev/viewer/?uri=github.com/Code-Society-Lab/matrixpy)
|
|
73
74
|
|
|
@@ -8,8 +8,8 @@
|
|
|
8
8
|
|
|
9
9
|
<div align="center">
|
|
10
10
|
|
|
11
|
-
[<img src="https://img.shields.io/badge/Get%20Started-black?style=for-the-badge" />](https://matrixpy.
|
|
12
|
-
[<img src="https://img.shields.io/badge/Reference-555555?style=for-the-badge" />](https://matrixpy.
|
|
11
|
+
[<img src="https://img.shields.io/badge/Get%20Started-black?style=for-the-badge" />](https://matrixpy.codesociety.xyz/guides/introduction/)
|
|
12
|
+
[<img src="https://img.shields.io/badge/Reference-555555?style=for-the-badge" />](https://matrixpy.codesociety.xyz/reference/bot/)
|
|
13
13
|
|
|
14
14
|
</div>
|
|
15
15
|
|
|
@@ -18,6 +18,7 @@
|
|
|
18
18
|
[](https://discord.gg/code-society-823178343943897088)
|
|
19
19
|
[](https://matrix.to/#/%23codesociety:matrix.org)
|
|
20
20
|
[](https://github.com/Code-Society-Lab/matrixpy/actions/workflows/tests.yml)
|
|
21
|
+
[](https://pypi.org/project/matrix-python/)
|
|
21
22
|
[](https://github.com/Code-Society-Lab/matrixpy/actions/workflows/codeql.yml)
|
|
22
23
|
[](https://securityscorecards.dev/viewer/?uri=github.com/Code-Society-Lab/matrixpy)
|
|
23
24
|
|
|
@@ -38,6 +38,13 @@
|
|
|
38
38
|
/>
|
|
39
39
|
</a>
|
|
40
40
|
|
|
41
|
+
<a href="https://pypi.org/project/matrix-python/">
|
|
42
|
+
<img
|
|
43
|
+
src="https://img.shields.io/pypi/v/matrix-python"
|
|
44
|
+
alt="PyPI"
|
|
45
|
+
/>
|
|
46
|
+
</a>
|
|
47
|
+
|
|
41
48
|
<a href="https://github.com/Code-Society-Lab/matrixpy/actions/workflows/codeql.yml">
|
|
42
49
|
<img
|
|
43
50
|
src="https://github.com/Code-Society-Lab/matrixpy/actions/workflows/codeql.yml/badge.svg"
|
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
site_name: matrix.py
|
|
2
2
|
site_description: A simple, developer-friendly library to create powerful Matrix bots.
|
|
3
|
-
site_url: https://matrixpy.
|
|
3
|
+
site_url: https://matrixpy.codesociety.xyz/
|
|
4
|
+
repo_url: https://github.com/Code-Society-LabHow t/matrixpy
|
|
5
|
+
repo_name: Code-Society-Lab/matrixpy
|
|
4
6
|
theme:
|
|
5
7
|
name: material
|
|
6
8
|
palette:
|
|
@@ -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.11a0'
|
|
22
|
+
__version_tuple__ = version_tuple = (1, 4, 11, 'a0')
|
|
23
23
|
|
|
24
|
-
__commit_id__ = commit_id = '
|
|
24
|
+
__commit_id__ = commit_id = 'gde6b74fcb'
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: matrix-python
|
|
3
|
-
Version: 1.4.
|
|
3
|
+
Version: 1.4.11a0
|
|
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>
|
|
@@ -58,8 +58,8 @@ Requires-Dist: mkdocstrings[python]==1.0.4; extra == "doc"
|
|
|
58
58
|
|
|
59
59
|
<div align="center">
|
|
60
60
|
|
|
61
|
-
[<img src="https://img.shields.io/badge/Get%20Started-black?style=for-the-badge" />](https://matrixpy.
|
|
62
|
-
[<img src="https://img.shields.io/badge/Reference-555555?style=for-the-badge" />](https://matrixpy.
|
|
61
|
+
[<img src="https://img.shields.io/badge/Get%20Started-black?style=for-the-badge" />](https://matrixpy.codesociety.xyz/guides/introduction/)
|
|
62
|
+
[<img src="https://img.shields.io/badge/Reference-555555?style=for-the-badge" />](https://matrixpy.codesociety.xyz/reference/bot/)
|
|
63
63
|
|
|
64
64
|
</div>
|
|
65
65
|
|
|
@@ -68,6 +68,7 @@ Requires-Dist: mkdocstrings[python]==1.0.4; extra == "doc"
|
|
|
68
68
|
[](https://discord.gg/code-society-823178343943897088)
|
|
69
69
|
[](https://matrix.to/#/%23codesociety:matrix.org)
|
|
70
70
|
[](https://github.com/Code-Society-Lab/matrixpy/actions/workflows/tests.yml)
|
|
71
|
+
[](https://pypi.org/project/matrix-python/)
|
|
71
72
|
[](https://github.com/Code-Society-Lab/matrixpy/actions/workflows/codeql.yml)
|
|
72
73
|
[](https://securityscorecards.dev/viewer/?uri=github.com/Code-Society-Lab/matrixpy)
|
|
73
74
|
|
|
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.10a0 → matrix_python-1.4.11a0}/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
|