matrix-python 1.4.4a0__tar.gz → 1.4.5a0__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 (64) hide show
  1. {matrix_python-1.4.4a0 → matrix_python-1.4.5a0}/PKG-INFO +11 -11
  2. {matrix_python-1.4.4a0 → matrix_python-1.4.5a0}/matrix/_version.py +3 -3
  3. {matrix_python-1.4.4a0 → matrix_python-1.4.5a0}/matrix_python.egg-info/PKG-INFO +11 -11
  4. matrix_python-1.4.5a0/matrix_python.egg-info/requires.txt +13 -0
  5. {matrix_python-1.4.4a0 → matrix_python-1.4.5a0}/pyproject.toml +14 -14
  6. matrix_python-1.4.4a0/matrix_python.egg-info/requires.txt +0 -13
  7. {matrix_python-1.4.4a0 → matrix_python-1.4.5a0}/.github/dependabot.yml +0 -0
  8. {matrix_python-1.4.4a0 → matrix_python-1.4.5a0}/.github/workflows/CODEOWNERS +0 -0
  9. {matrix_python-1.4.4a0 → matrix_python-1.4.5a0}/.github/workflows/codeql.yml +0 -0
  10. {matrix_python-1.4.4a0 → matrix_python-1.4.5a0}/.github/workflows/publish.yml +0 -0
  11. {matrix_python-1.4.4a0 → matrix_python-1.4.5a0}/.github/workflows/scorecard.yml +0 -0
  12. {matrix_python-1.4.4a0 → matrix_python-1.4.5a0}/.github/workflows/tests.yml +0 -0
  13. {matrix_python-1.4.4a0 → matrix_python-1.4.5a0}/.gitignore +0 -0
  14. {matrix_python-1.4.4a0 → matrix_python-1.4.5a0}/CODE_OF_CONDUCT.md +0 -0
  15. {matrix_python-1.4.4a0 → matrix_python-1.4.5a0}/CONTRIBUTING.md +0 -0
  16. {matrix_python-1.4.4a0 → matrix_python-1.4.5a0}/LICENSE +0 -0
  17. {matrix_python-1.4.4a0 → matrix_python-1.4.5a0}/README.md +0 -0
  18. {matrix_python-1.4.4a0 → matrix_python-1.4.5a0}/examples/README.md +0 -0
  19. {matrix_python-1.4.4a0 → matrix_python-1.4.5a0}/examples/checks.py +0 -0
  20. {matrix_python-1.4.4a0 → matrix_python-1.4.5a0}/examples/config.yaml +0 -0
  21. {matrix_python-1.4.4a0 → matrix_python-1.4.5a0}/examples/cooldown.py +0 -0
  22. {matrix_python-1.4.4a0 → matrix_python-1.4.5a0}/examples/error_handling.py +0 -0
  23. {matrix_python-1.4.4a0 → matrix_python-1.4.5a0}/examples/extension.py +0 -0
  24. {matrix_python-1.4.4a0 → matrix_python-1.4.5a0}/examples/ping.py +0 -0
  25. {matrix_python-1.4.4a0 → matrix_python-1.4.5a0}/examples/reaction.py +0 -0
  26. {matrix_python-1.4.4a0 → matrix_python-1.4.5a0}/examples/scheduler.py +0 -0
  27. {matrix_python-1.4.4a0 → matrix_python-1.4.5a0}/matrix/__init__.py +0 -0
  28. {matrix_python-1.4.4a0 → matrix_python-1.4.5a0}/matrix/bot.py +0 -0
  29. {matrix_python-1.4.4a0 → matrix_python-1.4.5a0}/matrix/checks.py +0 -0
  30. {matrix_python-1.4.4a0 → matrix_python-1.4.5a0}/matrix/command.py +0 -0
  31. {matrix_python-1.4.4a0 → matrix_python-1.4.5a0}/matrix/config.py +0 -0
  32. {matrix_python-1.4.4a0 → matrix_python-1.4.5a0}/matrix/content.py +0 -0
  33. {matrix_python-1.4.4a0 → matrix_python-1.4.5a0}/matrix/context.py +0 -0
  34. {matrix_python-1.4.4a0 → matrix_python-1.4.5a0}/matrix/errors.py +0 -0
  35. {matrix_python-1.4.4a0 → matrix_python-1.4.5a0}/matrix/extension.py +0 -0
  36. {matrix_python-1.4.4a0 → matrix_python-1.4.5a0}/matrix/group.py +0 -0
  37. {matrix_python-1.4.4a0 → matrix_python-1.4.5a0}/matrix/help/__init__.py +0 -0
  38. {matrix_python-1.4.4a0 → matrix_python-1.4.5a0}/matrix/help/help_command.py +0 -0
  39. {matrix_python-1.4.4a0 → matrix_python-1.4.5a0}/matrix/help/pagination.py +0 -0
  40. {matrix_python-1.4.4a0 → matrix_python-1.4.5a0}/matrix/message.py +0 -0
  41. {matrix_python-1.4.4a0 → matrix_python-1.4.5a0}/matrix/protocols.py +0 -0
  42. {matrix_python-1.4.4a0 → matrix_python-1.4.5a0}/matrix/registry.py +0 -0
  43. {matrix_python-1.4.4a0 → matrix_python-1.4.5a0}/matrix/room.py +0 -0
  44. {matrix_python-1.4.4a0 → matrix_python-1.4.5a0}/matrix/scheduler.py +0 -0
  45. {matrix_python-1.4.4a0 → matrix_python-1.4.5a0}/matrix/types.py +0 -0
  46. {matrix_python-1.4.4a0 → matrix_python-1.4.5a0}/matrix_python.egg-info/SOURCES.txt +0 -0
  47. {matrix_python-1.4.4a0 → matrix_python-1.4.5a0}/matrix_python.egg-info/dependency_links.txt +0 -0
  48. {matrix_python-1.4.4a0 → matrix_python-1.4.5a0}/matrix_python.egg-info/top_level.txt +0 -0
  49. {matrix_python-1.4.4a0 → matrix_python-1.4.5a0}/mypy.ini +0 -0
  50. {matrix_python-1.4.4a0 → matrix_python-1.4.5a0}/setup.cfg +0 -0
  51. {matrix_python-1.4.4a0 → matrix_python-1.4.5a0}/tests/config_fixture.yaml +0 -0
  52. {matrix_python-1.4.4a0 → matrix_python-1.4.5a0}/tests/config_fixture_token.yaml +0 -0
  53. {matrix_python-1.4.4a0 → matrix_python-1.4.5a0}/tests/help/test_default_help_command.py +0 -0
  54. {matrix_python-1.4.4a0 → matrix_python-1.4.5a0}/tests/help/test_help_command.py +0 -0
  55. {matrix_python-1.4.4a0 → matrix_python-1.4.5a0}/tests/help/test_pagination.py +0 -0
  56. {matrix_python-1.4.4a0 → matrix_python-1.4.5a0}/tests/test_bot.py +0 -0
  57. {matrix_python-1.4.4a0 → matrix_python-1.4.5a0}/tests/test_command.py +0 -0
  58. {matrix_python-1.4.4a0 → matrix_python-1.4.5a0}/tests/test_config.py +0 -0
  59. {matrix_python-1.4.4a0 → matrix_python-1.4.5a0}/tests/test_context.py +0 -0
  60. {matrix_python-1.4.4a0 → matrix_python-1.4.5a0}/tests/test_extension.py +0 -0
  61. {matrix_python-1.4.4a0 → matrix_python-1.4.5a0}/tests/test_group.py +0 -0
  62. {matrix_python-1.4.4a0 → matrix_python-1.4.5a0}/tests/test_message.py +0 -0
  63. {matrix_python-1.4.4a0 → matrix_python-1.4.5a0}/tests/test_registry.py +0 -0
  64. {matrix_python-1.4.4a0 → matrix_python-1.4.5a0}/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.4a0
3
+ Version: 1.4.5a0
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>
@@ -684,18 +684,18 @@ Project-URL: Source, https://github.com/Code-Society-Lab/matrixpy
684
684
  Project-URL: Issues, https://github.com/Code-Society-Lab/matrixpy/issues
685
685
  Requires-Python: >=3.10
686
686
  Description-Content-Type: text/markdown
687
- Requires-Dist: matrix-nio
687
+ Requires-Dist: matrix-nio==0.25.2
688
688
  Requires-Dist: logger
689
- Requires-Dist: PyYAML
690
- Requires-Dist: markdown
691
- Requires-Dist: APScheduler
689
+ Requires-Dist: PyYAML==6.0.3
690
+ Requires-Dist: markdown==3.10.2
691
+ Requires-Dist: APScheduler==3.11.2
692
692
  Provides-Extra: dev
693
- Requires-Dist: pytest; extra == "dev"
694
- Requires-Dist: pytest-asyncio; extra == "dev"
695
- Requires-Dist: black; extra == "dev"
696
- Requires-Dist: mypy; extra == "dev"
697
- Requires-Dist: types-PyYAML; extra == "dev"
698
- Requires-Dist: types-Markdown; extra == "dev"
693
+ Requires-Dist: pytest==9.0.3; extra == "dev"
694
+ Requires-Dist: pytest-asyncio==1.3.0; extra == "dev"
695
+ Requires-Dist: black==26.3.1; extra == "dev"
696
+ Requires-Dist: mypy==1.20.0; extra == "dev"
697
+ Requires-Dist: types-PyYAML==6.0.12.20260408; extra == "dev"
698
+ Requires-Dist: types-Markdown==3.10.2.20260408; extra == "dev"
699
699
 
700
700
  <div align="center">
701
701
  <em>A simple, developer-friendly library to create powerful <a href="https://matrix.org">Matrix</a> bots.</em>
@@ -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.4a0'
22
- __version_tuple__ = version_tuple = (1, 4, 4, 'a0')
21
+ __version__ = version = '1.4.5a0'
22
+ __version_tuple__ = version_tuple = (1, 4, 5, 'a0')
23
23
 
24
- __commit_id__ = commit_id = 'gaaee53bc7'
24
+ __commit_id__ = commit_id = 'g1174e983d'
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: matrix-python
3
- Version: 1.4.4a0
3
+ Version: 1.4.5a0
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>
@@ -684,18 +684,18 @@ Project-URL: Source, https://github.com/Code-Society-Lab/matrixpy
684
684
  Project-URL: Issues, https://github.com/Code-Society-Lab/matrixpy/issues
685
685
  Requires-Python: >=3.10
686
686
  Description-Content-Type: text/markdown
687
- Requires-Dist: matrix-nio
687
+ Requires-Dist: matrix-nio==0.25.2
688
688
  Requires-Dist: logger
689
- Requires-Dist: PyYAML
690
- Requires-Dist: markdown
691
- Requires-Dist: APScheduler
689
+ Requires-Dist: PyYAML==6.0.3
690
+ Requires-Dist: markdown==3.10.2
691
+ Requires-Dist: APScheduler==3.11.2
692
692
  Provides-Extra: dev
693
- Requires-Dist: pytest; extra == "dev"
694
- Requires-Dist: pytest-asyncio; extra == "dev"
695
- Requires-Dist: black; extra == "dev"
696
- Requires-Dist: mypy; extra == "dev"
697
- Requires-Dist: types-PyYAML; extra == "dev"
698
- Requires-Dist: types-Markdown; extra == "dev"
693
+ Requires-Dist: pytest==9.0.3; extra == "dev"
694
+ Requires-Dist: pytest-asyncio==1.3.0; extra == "dev"
695
+ Requires-Dist: black==26.3.1; extra == "dev"
696
+ Requires-Dist: mypy==1.20.0; extra == "dev"
697
+ Requires-Dist: types-PyYAML==6.0.12.20260408; extra == "dev"
698
+ Requires-Dist: types-Markdown==3.10.2.20260408; extra == "dev"
699
699
 
700
700
  <div align="center">
701
701
  <em>A simple, developer-friendly library to create powerful <a href="https://matrix.org">Matrix</a> bots.</em>
@@ -0,0 +1,13 @@
1
+ matrix-nio==0.25.2
2
+ logger
3
+ PyYAML==6.0.3
4
+ markdown==3.10.2
5
+ APScheduler==3.11.2
6
+
7
+ [dev]
8
+ pytest==9.0.3
9
+ pytest-asyncio==1.3.0
10
+ black==26.3.1
11
+ mypy==1.20.0
12
+ types-PyYAML==6.0.12.20260408
13
+ types-Markdown==3.10.2.20260408
@@ -5,33 +5,33 @@ requires = ["setuptools>=64", "setuptools_scm>=8"]
5
5
  name = "matrix-python"
6
6
  dynamic = ["version"]
7
7
  authors = [
8
- { name="Simon Roy" },
9
- { name=" Chris Dedman Rollet " }
8
+ { name = "Simon Roy" },
9
+ { name = " Chris Dedman Rollet " }
10
10
  ]
11
11
  maintainers = [
12
- { name="Code Society Lab", email="admin@codesociety.xyz" }
12
+ { name = "Code Society Lab", email = "admin@codesociety.xyz" }
13
13
  ]
14
14
  description = "An easy-to-use Matrix bot framework designed for quick development and minimal setup"
15
15
  readme = "README.md"
16
- license = { file="LICENSE" }
16
+ license = { file = "LICENSE" }
17
17
  requires-python = ">=3.10"
18
18
 
19
19
  dependencies = [
20
- "matrix-nio",
20
+ "matrix-nio==0.25.2",
21
21
  "logger",
22
- 'PyYAML',
23
- 'markdown',
24
- 'APScheduler',
22
+ "PyYAML==6.0.3",
23
+ "markdown==3.10.2",
24
+ "APScheduler==3.11.2",
25
25
  ]
26
26
 
27
27
  [project.optional-dependencies]
28
28
  dev = [
29
- "pytest",
30
- "pytest-asyncio",
31
- "black",
32
- "mypy",
33
- "types-PyYAML",
34
- 'types-Markdown',
29
+ "pytest==9.0.3",
30
+ "pytest-asyncio==1.3.0",
31
+ "black==26.3.1",
32
+ "mypy==1.20.0",
33
+ "types-PyYAML==6.0.12.20260408",
34
+ "types-Markdown==3.10.2.20260408",
35
35
  ]
36
36
 
37
37
  [project.urls]
@@ -1,13 +0,0 @@
1
- matrix-nio
2
- logger
3
- PyYAML
4
- markdown
5
- APScheduler
6
-
7
- [dev]
8
- pytest
9
- pytest-asyncio
10
- black
11
- mypy
12
- types-PyYAML
13
- types-Markdown
File without changes