Rubka 6.6.10__tar.gz → 6.6.11__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 (50) hide show
  1. {rubka-6.6.10 → rubka-6.6.11}/PKG-INFO +4 -1
  2. {rubka-6.6.10 → rubka-6.6.11}/README.md +3 -0
  3. {rubka-6.6.10 → rubka-6.6.11}/Rubka.egg-info/PKG-INFO +4 -1
  4. {rubka-6.6.10 → rubka-6.6.11}/rubka/__init__.py +1 -1
  5. {rubka-6.6.10 → rubka-6.6.11}/setup.py +1 -1
  6. {rubka-6.6.10 → rubka-6.6.11}/Rubka.egg-info/SOURCES.txt +0 -0
  7. {rubka-6.6.10 → rubka-6.6.11}/Rubka.egg-info/dependency_links.txt +0 -0
  8. {rubka-6.6.10 → rubka-6.6.11}/Rubka.egg-info/entry_points.txt +0 -0
  9. {rubka-6.6.10 → rubka-6.6.11}/Rubka.egg-info/not-zip-safe +0 -0
  10. {rubka-6.6.10 → rubka-6.6.11}/Rubka.egg-info/requires.txt +0 -0
  11. {rubka-6.6.10 → rubka-6.6.11}/Rubka.egg-info/top_level.txt +0 -0
  12. {rubka-6.6.10 → rubka-6.6.11}/rubka/adaptorrubka/__init__.py +0 -0
  13. {rubka-6.6.10 → rubka-6.6.11}/rubka/adaptorrubka/client/__init__.py +0 -0
  14. {rubka-6.6.10 → rubka-6.6.11}/rubka/adaptorrubka/client/client.py +0 -0
  15. {rubka-6.6.10 → rubka-6.6.11}/rubka/adaptorrubka/crypto/__init__.py +0 -0
  16. {rubka-6.6.10 → rubka-6.6.11}/rubka/adaptorrubka/crypto/crypto.py +0 -0
  17. {rubka-6.6.10 → rubka-6.6.11}/rubka/adaptorrubka/enums.py +0 -0
  18. {rubka-6.6.10 → rubka-6.6.11}/rubka/adaptorrubka/exceptions.py +0 -0
  19. {rubka-6.6.10 → rubka-6.6.11}/rubka/adaptorrubka/methods/__init__.py +0 -0
  20. {rubka-6.6.10 → rubka-6.6.11}/rubka/adaptorrubka/methods/methods.py +0 -0
  21. {rubka-6.6.10 → rubka-6.6.11}/rubka/adaptorrubka/network/__init__.py +0 -0
  22. {rubka-6.6.10 → rubka-6.6.11}/rubka/adaptorrubka/network/helper.py +0 -0
  23. {rubka-6.6.10 → rubka-6.6.11}/rubka/adaptorrubka/network/network.py +0 -0
  24. {rubka-6.6.10 → rubka-6.6.11}/rubka/adaptorrubka/network/socket.py +0 -0
  25. {rubka-6.6.10 → rubka-6.6.11}/rubka/adaptorrubka/sessions/__init__.py +0 -0
  26. {rubka-6.6.10 → rubka-6.6.11}/rubka/adaptorrubka/sessions/sessions.py +0 -0
  27. {rubka-6.6.10 → rubka-6.6.11}/rubka/adaptorrubka/types/__init__.py +0 -0
  28. {rubka-6.6.10 → rubka-6.6.11}/rubka/adaptorrubka/types/socket/__init__.py +0 -0
  29. {rubka-6.6.10 → rubka-6.6.11}/rubka/adaptorrubka/types/socket/message.py +0 -0
  30. {rubka-6.6.10 → rubka-6.6.11}/rubka/adaptorrubka/utils/__init__.py +0 -0
  31. {rubka-6.6.10 → rubka-6.6.11}/rubka/adaptorrubka/utils/configs.py +0 -0
  32. {rubka-6.6.10 → rubka-6.6.11}/rubka/adaptorrubka/utils/utils.py +0 -0
  33. {rubka-6.6.10 → rubka-6.6.11}/rubka/api.py +0 -0
  34. {rubka-6.6.10 → rubka-6.6.11}/rubka/asynco.py +0 -0
  35. {rubka-6.6.10 → rubka-6.6.11}/rubka/button.py +0 -0
  36. {rubka-6.6.10 → rubka-6.6.11}/rubka/config.py +0 -0
  37. {rubka-6.6.10 → rubka-6.6.11}/rubka/context.py +0 -0
  38. {rubka-6.6.10 → rubka-6.6.11}/rubka/decorators.py +0 -0
  39. {rubka-6.6.10 → rubka-6.6.11}/rubka/exceptions.py +0 -0
  40. {rubka-6.6.10 → rubka-6.6.11}/rubka/filters.py +0 -0
  41. {rubka-6.6.10 → rubka-6.6.11}/rubka/helpers.py +0 -0
  42. {rubka-6.6.10 → rubka-6.6.11}/rubka/jobs.py +0 -0
  43. {rubka-6.6.10 → rubka-6.6.11}/rubka/keyboards.py +0 -0
  44. {rubka-6.6.10 → rubka-6.6.11}/rubka/keypad.py +0 -0
  45. {rubka-6.6.10 → rubka-6.6.11}/rubka/logger.py +0 -0
  46. {rubka-6.6.10 → rubka-6.6.11}/rubka/rubino.py +0 -0
  47. {rubka-6.6.10 → rubka-6.6.11}/rubka/tv.py +0 -0
  48. {rubka-6.6.10 → rubka-6.6.11}/rubka/update.py +0 -0
  49. {rubka-6.6.10 → rubka-6.6.11}/rubka/utils.py +0 -0
  50. {rubka-6.6.10 → rubka-6.6.11}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: Rubka
3
- Version: 6.6.10
3
+ Version: 6.6.11
4
4
  Summary: rubika 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/v6.6.4.zip
@@ -51,6 +51,9 @@ Dynamic: requires-dist
51
51
  Dynamic: requires-python
52
52
  Dynamic: summary
53
53
 
54
+ # وبسایت کتابخونه / نمونه کد ها / وب هوک رایگان
55
+ برای مشاهده مستندات کامل و وب هوک رایگان به آدرس زیر مراجعه کنید:
56
+ [rubka.ir](rubka.ir)
54
57
  # 📚 Rubka Bot Python Library Documentation
55
58
  # نمونه تنظیم وب‌هوک (Webhook) در کتابخونه rubla
56
59
 
@@ -1,3 +1,6 @@
1
+ # وبسایت کتابخونه / نمونه کد ها / وب هوک رایگان
2
+ برای مشاهده مستندات کامل و وب هوک رایگان به آدرس زیر مراجعه کنید:
3
+ [rubka.ir](rubka.ir)
1
4
  # 📚 Rubka Bot Python Library Documentation
2
5
  # نمونه تنظیم وب‌هوک (Webhook) در کتابخونه rubla
3
6
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: Rubka
3
- Version: 6.6.10
3
+ Version: 6.6.11
4
4
  Summary: rubika 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/v6.6.4.zip
@@ -51,6 +51,9 @@ Dynamic: requires-dist
51
51
  Dynamic: requires-python
52
52
  Dynamic: summary
53
53
 
54
+ # وبسایت کتابخونه / نمونه کد ها / وب هوک رایگان
55
+ برای مشاهده مستندات کامل و وب هوک رایگان به آدرس زیر مراجعه کنید:
56
+ [rubka.ir](rubka.ir)
54
57
  # 📚 Rubka Bot Python Library Documentation
55
58
  # نمونه تنظیم وب‌هوک (Webhook) در کتابخونه rubla
56
59
 
@@ -70,7 +70,7 @@ from .api import Robot
70
70
  from .rubino import Bot
71
71
  from .exceptions import APIRequestError
72
72
  from .rubino import Bot as rubino
73
- from .tv import TV as Client
73
+ from .tv import TV as TvRubika
74
74
 
75
75
  __all__ = [
76
76
  "Robot",
@@ -13,7 +13,7 @@ with open("README.md", "r", encoding="utf-8") as f:
13
13
 
14
14
  setup(
15
15
  name='Rubka',
16
- version='6.6.10',
16
+ version='6.6.11',
17
17
  description='rubika A Python library for interacting with Rubika Bot API.',
18
18
  long_description=long_description,
19
19
  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
File without changes
File without changes