matrix-python 1.4.10a0__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.
Files changed (101) hide show
  1. {matrix_python-1.4.10a0 → matrix_python-1.4.12a0}/.github/workflows/docs.yml +3 -4
  2. {matrix_python-1.4.10a0/matrix_python.egg-info → matrix_python-1.4.12a0}/PKG-INFO +4 -3
  3. {matrix_python-1.4.10a0 → matrix_python-1.4.12a0}/README.md +3 -2
  4. {matrix_python-1.4.10a0 → matrix_python-1.4.12a0}/docs/docs/index.md +7 -0
  5. {matrix_python-1.4.10a0 → matrix_python-1.4.12a0}/docs/mkdocs.yml +3 -1
  6. {matrix_python-1.4.10a0 → matrix_python-1.4.12a0}/matrix/_version.py +3 -3
  7. {matrix_python-1.4.10a0 → matrix_python-1.4.12a0/matrix_python.egg-info}/PKG-INFO +4 -3
  8. {matrix_python-1.4.10a0 → matrix_python-1.4.12a0}/.github/dependabot.yml +0 -0
  9. {matrix_python-1.4.10a0 → matrix_python-1.4.12a0}/.github/workflows/CODEOWNERS +0 -0
  10. {matrix_python-1.4.10a0 → matrix_python-1.4.12a0}/.github/workflows/codeql.yml +0 -0
  11. {matrix_python-1.4.10a0 → matrix_python-1.4.12a0}/.github/workflows/publish.yml +0 -0
  12. {matrix_python-1.4.10a0 → matrix_python-1.4.12a0}/.github/workflows/scorecard.yml +0 -0
  13. {matrix_python-1.4.10a0 → matrix_python-1.4.12a0}/.github/workflows/tests.yml +0 -0
  14. {matrix_python-1.4.10a0 → matrix_python-1.4.12a0}/.gitignore +0 -0
  15. {matrix_python-1.4.10a0 → matrix_python-1.4.12a0}/CODE_OF_CONDUCT.md +0 -0
  16. {matrix_python-1.4.10a0 → matrix_python-1.4.12a0}/CONTRIBUTING.md +0 -0
  17. {matrix_python-1.4.10a0 → matrix_python-1.4.12a0}/LICENSE +0 -0
  18. {matrix_python-1.4.10a0 → matrix_python-1.4.12a0}/docs/docs/examples/checks.md +0 -0
  19. {matrix_python-1.4.10a0 → matrix_python-1.4.12a0}/docs/docs/examples/cooldown.md +0 -0
  20. {matrix_python-1.4.10a0 → matrix_python-1.4.12a0}/docs/docs/examples/error-handling.md +0 -0
  21. {matrix_python-1.4.10a0 → matrix_python-1.4.12a0}/docs/docs/examples/extension.md +0 -0
  22. {matrix_python-1.4.10a0 → matrix_python-1.4.12a0}/docs/docs/examples/index.md +0 -0
  23. {matrix_python-1.4.10a0 → matrix_python-1.4.12a0}/docs/docs/examples/ping.md +0 -0
  24. {matrix_python-1.4.10a0 → matrix_python-1.4.12a0}/docs/docs/examples/reaction.md +0 -0
  25. {matrix_python-1.4.10a0 → matrix_python-1.4.12a0}/docs/docs/examples/scheduler.md +0 -0
  26. {matrix_python-1.4.10a0 → matrix_python-1.4.12a0}/docs/docs/guides/bigger-bot.md +0 -0
  27. {matrix_python-1.4.10a0 → matrix_python-1.4.12a0}/docs/docs/guides/checks.md +0 -0
  28. {matrix_python-1.4.10a0 → matrix_python-1.4.12a0}/docs/docs/guides/commands.md +0 -0
  29. {matrix_python-1.4.10a0 → matrix_python-1.4.12a0}/docs/docs/guides/configuration.md +0 -0
  30. {matrix_python-1.4.10a0 → matrix_python-1.4.12a0}/docs/docs/guides/error-handling.md +0 -0
  31. {matrix_python-1.4.10a0 → matrix_python-1.4.12a0}/docs/docs/guides/events.md +0 -0
  32. {matrix_python-1.4.10a0 → matrix_python-1.4.12a0}/docs/docs/guides/groups.md +0 -0
  33. {matrix_python-1.4.10a0 → matrix_python-1.4.12a0}/docs/docs/guides/index.md +0 -0
  34. {matrix_python-1.4.10a0 → matrix_python-1.4.12a0}/docs/docs/guides/introduction.md +0 -0
  35. {matrix_python-1.4.10a0 → matrix_python-1.4.12a0}/docs/docs/img/favicon.svg +0 -0
  36. {matrix_python-1.4.10a0 → matrix_python-1.4.12a0}/docs/docs/img/matrixpy-black.svg +0 -0
  37. {matrix_python-1.4.10a0 → matrix_python-1.4.12a0}/docs/docs/img/matrixpy-white.svg +0 -0
  38. {matrix_python-1.4.10a0 → matrix_python-1.4.12a0}/docs/docs/reference/bot.md +0 -0
  39. {matrix_python-1.4.10a0 → matrix_python-1.4.12a0}/docs/docs/reference/checks.md +0 -0
  40. {matrix_python-1.4.10a0 → matrix_python-1.4.12a0}/docs/docs/reference/command.md +0 -0
  41. {matrix_python-1.4.10a0 → matrix_python-1.4.12a0}/docs/docs/reference/config.md +0 -0
  42. {matrix_python-1.4.10a0 → matrix_python-1.4.12a0}/docs/docs/reference/content.md +0 -0
  43. {matrix_python-1.4.10a0 → matrix_python-1.4.12a0}/docs/docs/reference/context.md +0 -0
  44. {matrix_python-1.4.10a0 → matrix_python-1.4.12a0}/docs/docs/reference/errors.md +0 -0
  45. {matrix_python-1.4.10a0 → matrix_python-1.4.12a0}/docs/docs/reference/extension.md +0 -0
  46. {matrix_python-1.4.10a0 → matrix_python-1.4.12a0}/docs/docs/reference/group.md +0 -0
  47. {matrix_python-1.4.10a0 → matrix_python-1.4.12a0}/docs/docs/reference/message.md +0 -0
  48. {matrix_python-1.4.10a0 → matrix_python-1.4.12a0}/docs/docs/reference/protocols.md +0 -0
  49. {matrix_python-1.4.10a0 → matrix_python-1.4.12a0}/docs/docs/reference/registry.md +0 -0
  50. {matrix_python-1.4.10a0 → matrix_python-1.4.12a0}/docs/docs/reference/room.md +0 -0
  51. {matrix_python-1.4.10a0 → matrix_python-1.4.12a0}/docs/docs/reference/scheduler.md +0 -0
  52. {matrix_python-1.4.10a0 → matrix_python-1.4.12a0}/docs/docs/reference/types.md +0 -0
  53. {matrix_python-1.4.10a0 → matrix_python-1.4.12a0}/docs/docs/stylesheets/extra.css +0 -0
  54. {matrix_python-1.4.10a0 → matrix_python-1.4.12a0}/examples/README.md +0 -0
  55. {matrix_python-1.4.10a0 → matrix_python-1.4.12a0}/examples/checks.py +0 -0
  56. {matrix_python-1.4.10a0 → matrix_python-1.4.12a0}/examples/config.yaml +0 -0
  57. {matrix_python-1.4.10a0 → matrix_python-1.4.12a0}/examples/cooldown.py +0 -0
  58. {matrix_python-1.4.10a0 → matrix_python-1.4.12a0}/examples/error_handling.py +0 -0
  59. {matrix_python-1.4.10a0 → matrix_python-1.4.12a0}/examples/extension.py +0 -0
  60. {matrix_python-1.4.10a0 → matrix_python-1.4.12a0}/examples/ping.py +0 -0
  61. {matrix_python-1.4.10a0 → matrix_python-1.4.12a0}/examples/reaction.py +0 -0
  62. {matrix_python-1.4.10a0 → matrix_python-1.4.12a0}/examples/scheduler.py +0 -0
  63. {matrix_python-1.4.10a0 → matrix_python-1.4.12a0}/matrix/__init__.py +0 -0
  64. {matrix_python-1.4.10a0 → matrix_python-1.4.12a0}/matrix/bot.py +0 -0
  65. {matrix_python-1.4.10a0 → matrix_python-1.4.12a0}/matrix/checks.py +0 -0
  66. {matrix_python-1.4.10a0 → matrix_python-1.4.12a0}/matrix/command.py +0 -0
  67. {matrix_python-1.4.10a0 → matrix_python-1.4.12a0}/matrix/config.py +0 -0
  68. {matrix_python-1.4.10a0 → matrix_python-1.4.12a0}/matrix/content.py +0 -0
  69. {matrix_python-1.4.10a0 → matrix_python-1.4.12a0}/matrix/context.py +0 -0
  70. {matrix_python-1.4.10a0 → matrix_python-1.4.12a0}/matrix/errors.py +0 -0
  71. {matrix_python-1.4.10a0 → matrix_python-1.4.12a0}/matrix/extension.py +0 -0
  72. {matrix_python-1.4.10a0 → matrix_python-1.4.12a0}/matrix/group.py +0 -0
  73. {matrix_python-1.4.10a0 → matrix_python-1.4.12a0}/matrix/help/__init__.py +0 -0
  74. {matrix_python-1.4.10a0 → matrix_python-1.4.12a0}/matrix/help/help_command.py +0 -0
  75. {matrix_python-1.4.10a0 → matrix_python-1.4.12a0}/matrix/help/pagination.py +0 -0
  76. {matrix_python-1.4.10a0 → matrix_python-1.4.12a0}/matrix/message.py +0 -0
  77. {matrix_python-1.4.10a0 → matrix_python-1.4.12a0}/matrix/protocols.py +0 -0
  78. {matrix_python-1.4.10a0 → matrix_python-1.4.12a0}/matrix/py.typed +0 -0
  79. {matrix_python-1.4.10a0 → matrix_python-1.4.12a0}/matrix/registry.py +0 -0
  80. {matrix_python-1.4.10a0 → matrix_python-1.4.12a0}/matrix/room.py +0 -0
  81. {matrix_python-1.4.10a0 → matrix_python-1.4.12a0}/matrix/scheduler.py +0 -0
  82. {matrix_python-1.4.10a0 → matrix_python-1.4.12a0}/matrix/types.py +0 -0
  83. {matrix_python-1.4.10a0 → matrix_python-1.4.12a0}/matrix_python.egg-info/SOURCES.txt +0 -0
  84. {matrix_python-1.4.10a0 → matrix_python-1.4.12a0}/matrix_python.egg-info/dependency_links.txt +0 -0
  85. {matrix_python-1.4.10a0 → matrix_python-1.4.12a0}/matrix_python.egg-info/requires.txt +0 -0
  86. {matrix_python-1.4.10a0 → matrix_python-1.4.12a0}/matrix_python.egg-info/top_level.txt +0 -0
  87. {matrix_python-1.4.10a0 → matrix_python-1.4.12a0}/mypy.ini +0 -0
  88. {matrix_python-1.4.10a0 → matrix_python-1.4.12a0}/pyproject.toml +0 -0
  89. {matrix_python-1.4.10a0 → matrix_python-1.4.12a0}/setup.cfg +0 -0
  90. {matrix_python-1.4.10a0 → matrix_python-1.4.12a0}/tests/help/test_default_help_command.py +0 -0
  91. {matrix_python-1.4.10a0 → matrix_python-1.4.12a0}/tests/help/test_help_command.py +0 -0
  92. {matrix_python-1.4.10a0 → matrix_python-1.4.12a0}/tests/help/test_pagination.py +0 -0
  93. {matrix_python-1.4.10a0 → matrix_python-1.4.12a0}/tests/test_bot.py +0 -0
  94. {matrix_python-1.4.10a0 → matrix_python-1.4.12a0}/tests/test_command.py +0 -0
  95. {matrix_python-1.4.10a0 → matrix_python-1.4.12a0}/tests/test_config.py +0 -0
  96. {matrix_python-1.4.10a0 → matrix_python-1.4.12a0}/tests/test_context.py +0 -0
  97. {matrix_python-1.4.10a0 → matrix_python-1.4.12a0}/tests/test_extension.py +0 -0
  98. {matrix_python-1.4.10a0 → matrix_python-1.4.12a0}/tests/test_group.py +0 -0
  99. {matrix_python-1.4.10a0 → matrix_python-1.4.12a0}/tests/test_message.py +0 -0
  100. {matrix_python-1.4.10a0 → matrix_python-1.4.12a0}/tests/test_registry.py +0 -0
  101. {matrix_python-1.4.10a0 → matrix_python-1.4.12a0}/tests/test_room.py +0 -0
@@ -1,9 +1,8 @@
1
1
  name: Deploy Docs
2
2
 
3
3
  on:
4
- push:
5
- branches:
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: mkdocs build --config-file docs/mkdocs.yml
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.10a0
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>
@@ -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.code-society.xyz/guides/introduction/)
62
- [<img src="https://img.shields.io/badge/Reference-555555?style=for-the-badge" />](https://matrixpy.code-society.xyz/reference/bot/)
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
  [![Join Discord](https://discordapp.com/api/guilds/823178343943897088/widget.png?style=shield)](https://discord.gg/code-society-823178343943897088)
69
69
  [![Join Matrix](https://img.shields.io/matrix/codesociety%3Amatrix.org?logo=matrix&label=%20&labelColor=%23202020&color=%23202020)](https://matrix.to/#/%23codesociety:matrix.org)
70
70
  [![Tests](https://github.com/Code-Society-Lab/matrixpy/actions/workflows/tests.yml/badge.svg)](https://github.com/Code-Society-Lab/matrixpy/actions/workflows/tests.yml)
71
+ [![PyPI](https://img.shields.io/pypi/v/matrix-python)](https://pypi.org/project/matrix-python/)
71
72
  [![CodeQL Advanced](https://github.com/Code-Society-Lab/matrixpy/actions/workflows/codeql.yml/badge.svg)](https://github.com/Code-Society-Lab/matrixpy/actions/workflows/codeql.yml)
72
73
  [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/Code-Society-Lab/matrixpy/badge)](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.code-society.xyz/guides/introduction/)
12
- [<img src="https://img.shields.io/badge/Reference-555555?style=for-the-badge" />](https://matrixpy.code-society.xyz/reference/bot/)
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
  [![Join Discord](https://discordapp.com/api/guilds/823178343943897088/widget.png?style=shield)](https://discord.gg/code-society-823178343943897088)
19
19
  [![Join Matrix](https://img.shields.io/matrix/codesociety%3Amatrix.org?logo=matrix&label=%20&labelColor=%23202020&color=%23202020)](https://matrix.to/#/%23codesociety:matrix.org)
20
20
  [![Tests](https://github.com/Code-Society-Lab/matrixpy/actions/workflows/tests.yml/badge.svg)](https://github.com/Code-Society-Lab/matrixpy/actions/workflows/tests.yml)
21
+ [![PyPI](https://img.shields.io/pypi/v/matrix-python)](https://pypi.org/project/matrix-python/)
21
22
  [![CodeQL Advanced](https://github.com/Code-Society-Lab/matrixpy/actions/workflows/codeql.yml/badge.svg)](https://github.com/Code-Society-Lab/matrixpy/actions/workflows/codeql.yml)
22
23
  [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/Code-Society-Lab/matrixpy/badge)](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.code-society.xyz/
3
+ site_url: https://matrixpy.codesociety.xyz/
4
+ repo_url: https://github.com/Code-Society-Lab/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.10a0'
22
- __version_tuple__ = version_tuple = (1, 4, 10, 'a0')
21
+ __version__ = version = '1.4.12a0'
22
+ __version_tuple__ = version_tuple = (1, 4, 12, 'a0')
23
23
 
24
- __commit_id__ = commit_id = 'g58a7dfbed'
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.10a0
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>
@@ -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.code-society.xyz/guides/introduction/)
62
- [<img src="https://img.shields.io/badge/Reference-555555?style=for-the-badge" />](https://matrixpy.code-society.xyz/reference/bot/)
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
  [![Join Discord](https://discordapp.com/api/guilds/823178343943897088/widget.png?style=shield)](https://discord.gg/code-society-823178343943897088)
69
69
  [![Join Matrix](https://img.shields.io/matrix/codesociety%3Amatrix.org?logo=matrix&label=%20&labelColor=%23202020&color=%23202020)](https://matrix.to/#/%23codesociety:matrix.org)
70
70
  [![Tests](https://github.com/Code-Society-Lab/matrixpy/actions/workflows/tests.yml/badge.svg)](https://github.com/Code-Society-Lab/matrixpy/actions/workflows/tests.yml)
71
+ [![PyPI](https://img.shields.io/pypi/v/matrix-python)](https://pypi.org/project/matrix-python/)
71
72
  [![CodeQL Advanced](https://github.com/Code-Society-Lab/matrixpy/actions/workflows/codeql.yml/badge.svg)](https://github.com/Code-Society-Lab/matrixpy/actions/workflows/codeql.yml)
72
73
  [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/Code-Society-Lab/matrixpy/badge)](https://securityscorecards.dev/viewer/?uri=github.com/Code-Society-Lab/matrixpy)
73
74