Rubka 4.3.4__tar.gz → 4.4.4__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 (42) hide show
  1. {rubka-4.3.4 → rubka-4.4.4}/PKG-INFO +1 -1
  2. {rubka-4.3.4 → rubka-4.4.4}/Rubka.egg-info/PKG-INFO +1 -1
  3. {rubka-4.3.4 → rubka-4.4.4}/rubka/api.py +3 -1
  4. {rubka-4.3.4 → rubka-4.4.4}/setup.py +1 -1
  5. {rubka-4.3.4 → rubka-4.4.4}/README.md +0 -0
  6. {rubka-4.3.4 → rubka-4.4.4}/Rubka.egg-info/SOURCES.txt +0 -0
  7. {rubka-4.3.4 → rubka-4.4.4}/Rubka.egg-info/dependency_links.txt +0 -0
  8. {rubka-4.3.4 → rubka-4.4.4}/Rubka.egg-info/requires.txt +0 -0
  9. {rubka-4.3.4 → rubka-4.4.4}/Rubka.egg-info/top_level.txt +0 -0
  10. {rubka-4.3.4 → rubka-4.4.4}/rubka/__init__.py +0 -0
  11. {rubka-4.3.4 → rubka-4.4.4}/rubka/adaptorrubka/__init__.py +0 -0
  12. {rubka-4.3.4 → rubka-4.4.4}/rubka/adaptorrubka/client/__init__.py +0 -0
  13. {rubka-4.3.4 → rubka-4.4.4}/rubka/adaptorrubka/client/client.py +0 -0
  14. {rubka-4.3.4 → rubka-4.4.4}/rubka/adaptorrubka/crypto/__init__.py +0 -0
  15. {rubka-4.3.4 → rubka-4.4.4}/rubka/adaptorrubka/crypto/crypto.py +0 -0
  16. {rubka-4.3.4 → rubka-4.4.4}/rubka/adaptorrubka/enums.py +0 -0
  17. {rubka-4.3.4 → rubka-4.4.4}/rubka/adaptorrubka/exceptions.py +0 -0
  18. {rubka-4.3.4 → rubka-4.4.4}/rubka/adaptorrubka/methods/__init__.py +0 -0
  19. {rubka-4.3.4 → rubka-4.4.4}/rubka/adaptorrubka/methods/methods.py +0 -0
  20. {rubka-4.3.4 → rubka-4.4.4}/rubka/adaptorrubka/network/__init__.py +0 -0
  21. {rubka-4.3.4 → rubka-4.4.4}/rubka/adaptorrubka/network/helper.py +0 -0
  22. {rubka-4.3.4 → rubka-4.4.4}/rubka/adaptorrubka/network/network.py +0 -0
  23. {rubka-4.3.4 → rubka-4.4.4}/rubka/adaptorrubka/network/socket.py +0 -0
  24. {rubka-4.3.4 → rubka-4.4.4}/rubka/adaptorrubka/sessions/__init__.py +0 -0
  25. {rubka-4.3.4 → rubka-4.4.4}/rubka/adaptorrubka/sessions/sessions.py +0 -0
  26. {rubka-4.3.4 → rubka-4.4.4}/rubka/adaptorrubka/types/__init__.py +0 -0
  27. {rubka-4.3.4 → rubka-4.4.4}/rubka/adaptorrubka/types/socket/__init__.py +0 -0
  28. {rubka-4.3.4 → rubka-4.4.4}/rubka/adaptorrubka/types/socket/message.py +0 -0
  29. {rubka-4.3.4 → rubka-4.4.4}/rubka/adaptorrubka/utils/__init__.py +0 -0
  30. {rubka-4.3.4 → rubka-4.4.4}/rubka/adaptorrubka/utils/configs.py +0 -0
  31. {rubka-4.3.4 → rubka-4.4.4}/rubka/adaptorrubka/utils/utils.py +0 -0
  32. {rubka-4.3.4 → rubka-4.4.4}/rubka/button.py +0 -0
  33. {rubka-4.3.4 → rubka-4.4.4}/rubka/config.py +0 -0
  34. {rubka-4.3.4 → rubka-4.4.4}/rubka/context.py +0 -0
  35. {rubka-4.3.4 → rubka-4.4.4}/rubka/decorators.py +0 -0
  36. {rubka-4.3.4 → rubka-4.4.4}/rubka/exceptions.py +0 -0
  37. {rubka-4.3.4 → rubka-4.4.4}/rubka/jobs.py +0 -0
  38. {rubka-4.3.4 → rubka-4.4.4}/rubka/keyboards.py +0 -0
  39. {rubka-4.3.4 → rubka-4.4.4}/rubka/keypad.py +0 -0
  40. {rubka-4.3.4 → rubka-4.4.4}/rubka/logger.py +0 -0
  41. {rubka-4.3.4 → rubka-4.4.4}/rubka/utils.py +0 -0
  42. {rubka-4.3.4 → rubka-4.4.4}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: Rubka
3
- Version: 4.3.4
3
+ Version: 4.4.4
4
4
  Summary: A Python library for interacting with Rubika Bot API.
5
5
  Home-page: https://github.com/Mahdy-Ahmadi/Rubka
6
6
  Download-URL: https://github.com/Mahdy-Ahmadi/Rubka/archive/refs/tags/v0.1.0.tar.gz
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: Rubka
3
- Version: 4.3.4
3
+ Version: 4.4.4
4
4
  Summary: A Python library for interacting with Rubika Bot API.
5
5
  Home-page: https://github.com/Mahdy-Ahmadi/Rubka
6
6
  Download-URL: https://github.com/Mahdy-Ahmadi/Rubka/archive/refs/tags/v0.1.0.tar.gz
@@ -238,7 +238,9 @@ class Robot:
238
238
  def _get_client(self):
239
239
  return Client_get(show_last_six_words(self.token))
240
240
 
241
- def check_join(self, channel_guid: str, chat_id: str = None) -> bool | list[str]:
241
+ from typing import Union
242
+
243
+ def check_join(self, channel_guid: str, chat_id: str = None) -> Union[bool, list[str]]:
242
244
  client = self._get_client()
243
245
 
244
246
  if chat_id:
@@ -8,7 +8,7 @@ except FileNotFoundError:
8
8
 
9
9
  setup(
10
10
  name='Rubka',
11
- version='4.3.4',
11
+ version='4.4.4',
12
12
  description='A Python library for interacting with Rubika Bot API.',
13
13
  long_description=long_description,
14
14
  long_description_content_type='text/markdown',
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