libbot 4.4.1__tar.gz → 4.6.0__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 (68) hide show
  1. {libbot-4.4.1/src/libbot.egg-info → libbot-4.6.0}/PKG-INFO +24 -22
  2. {libbot-4.4.1 → libbot-4.6.0}/pyproject.toml +2 -1
  3. libbot-4.6.0/requirements/_.txt +2 -0
  4. libbot-4.6.0/requirements/cache.txt +2 -0
  5. libbot-4.6.0/requirements/dev.txt +13 -0
  6. libbot-4.6.0/requirements/pycord.txt +2 -0
  7. libbot-4.6.0/requirements/pyrogram.txt +2 -0
  8. libbot-4.6.0/requirements/speed.txt +1 -0
  9. {libbot-4.4.1 → libbot-4.6.0}/src/libbot/__init__.py +1 -1
  10. {libbot-4.4.1 → libbot-4.6.0/src/libbot.egg-info}/PKG-INFO +24 -22
  11. libbot-4.6.0/src/libbot.egg-info/requires.txt +32 -0
  12. libbot-4.4.1/requirements/_.txt +0 -2
  13. libbot-4.4.1/requirements/cache.txt +0 -2
  14. libbot-4.4.1/requirements/dev.txt +0 -12
  15. libbot-4.4.1/requirements/pycord.txt +0 -2
  16. libbot-4.4.1/requirements/pyrogram.txt +0 -2
  17. libbot-4.4.1/requirements/speed.txt +0 -1
  18. libbot-4.4.1/src/libbot.egg-info/requires.txt +0 -31
  19. {libbot-4.4.1 → libbot-4.6.0}/LICENSE +0 -0
  20. {libbot-4.4.1 → libbot-4.6.0}/README.md +0 -0
  21. {libbot-4.4.1 → libbot-4.6.0}/setup.cfg +0 -0
  22. {libbot-4.4.1 → libbot-4.6.0}/src/libbot/cache/__init__.py +0 -0
  23. {libbot-4.4.1 → libbot-4.6.0}/src/libbot/cache/classes/__init__.py +0 -0
  24. {libbot-4.4.1 → libbot-4.6.0}/src/libbot/cache/classes/cache.py +0 -0
  25. {libbot-4.4.1 → libbot-4.6.0}/src/libbot/cache/classes/cache_memcached.py +0 -0
  26. {libbot-4.4.1 → libbot-4.6.0}/src/libbot/cache/classes/cache_redis.py +0 -0
  27. {libbot-4.4.1 → libbot-4.6.0}/src/libbot/cache/manager/__init__.py +0 -0
  28. {libbot-4.4.1 → libbot-4.6.0}/src/libbot/cache/manager/manager.py +0 -0
  29. {libbot-4.4.1 → libbot-4.6.0}/src/libbot/cache/utils/__init__.py +0 -0
  30. {libbot-4.4.1 → libbot-4.6.0}/src/libbot/cache/utils/_objects.py +0 -0
  31. {libbot-4.4.1 → libbot-4.6.0}/src/libbot/errors/__init__.py +0 -0
  32. {libbot-4.4.1 → libbot-4.6.0}/src/libbot/errors/config.py +0 -0
  33. {libbot-4.4.1 → libbot-4.6.0}/src/libbot/i18n/__init__.py +0 -0
  34. {libbot-4.4.1 → libbot-4.6.0}/src/libbot/i18n/_functions.py +0 -0
  35. {libbot-4.4.1 → libbot-4.6.0}/src/libbot/i18n/classes/__init__.py +0 -0
  36. {libbot-4.4.1 → libbot-4.6.0}/src/libbot/i18n/classes/bot_locale.py +0 -0
  37. {libbot-4.4.1 → libbot-4.6.0}/src/libbot/pycord/__init__.py +0 -0
  38. {libbot-4.4.1 → libbot-4.6.0}/src/libbot/pycord/classes/__init__.py +0 -0
  39. {libbot-4.4.1 → libbot-4.6.0}/src/libbot/pycord/classes/bot.py +0 -0
  40. {libbot-4.4.1 → libbot-4.6.0}/src/libbot/pycord/utils/__init__.py +0 -0
  41. {libbot-4.4.1 → libbot-4.6.0}/src/libbot/pycord/utils/color.py +0 -0
  42. {libbot-4.4.1 → libbot-4.6.0}/src/libbot/pyrogram/__init__.py +0 -0
  43. {libbot-4.4.1 → libbot-4.6.0}/src/libbot/pyrogram/classes/__init__.py +0 -0
  44. {libbot-4.4.1 → libbot-4.6.0}/src/libbot/pyrogram/classes/client.py +0 -0
  45. {libbot-4.4.1 → libbot-4.6.0}/src/libbot/pyrogram/classes/command.py +0 -0
  46. {libbot-4.4.1 → libbot-4.6.0}/src/libbot/pyrogram/classes/commandset.py +0 -0
  47. {libbot-4.4.1 → libbot-4.6.0}/src/libbot/utils/__init__.py +0 -0
  48. {libbot-4.4.1 → libbot-4.6.0}/src/libbot/utils/config/__init__.py +0 -0
  49. {libbot-4.4.1 → libbot-4.6.0}/src/libbot/utils/config/_functions.py +0 -0
  50. {libbot-4.4.1 → libbot-4.6.0}/src/libbot/utils/json/__init__.py +0 -0
  51. {libbot-4.4.1 → libbot-4.6.0}/src/libbot/utils/json/_functions.py +0 -0
  52. {libbot-4.4.1 → libbot-4.6.0}/src/libbot/utils/misc/__init__.py +0 -0
  53. {libbot-4.4.1 → libbot-4.6.0}/src/libbot/utils/misc/_functions.py +0 -0
  54. {libbot-4.4.1 → libbot-4.6.0}/src/libbot/utils/syncs/__init__.py +0 -0
  55. {libbot-4.4.1 → libbot-4.6.0}/src/libbot/utils/syncs/_syncs.py +0 -0
  56. {libbot-4.4.1 → libbot-4.6.0}/src/libbot.egg-info/SOURCES.txt +0 -0
  57. {libbot-4.4.1 → libbot-4.6.0}/src/libbot.egg-info/dependency_links.txt +0 -0
  58. {libbot-4.4.1 → libbot-4.6.0}/src/libbot.egg-info/top_level.txt +0 -0
  59. {libbot-4.4.1 → libbot-4.6.0}/tests/test_bot_locale.py +0 -0
  60. {libbot-4.4.1 → libbot-4.6.0}/tests/test_cache.py +0 -0
  61. {libbot-4.4.1 → libbot-4.6.0}/tests/test_config_async.py +0 -0
  62. {libbot-4.4.1 → libbot-4.6.0}/tests/test_config_sync.py +0 -0
  63. {libbot-4.4.1 → libbot-4.6.0}/tests/test_i18n_async.py +0 -0
  64. {libbot-4.4.1 → libbot-4.6.0}/tests/test_i18n_sync.py +0 -0
  65. {libbot-4.4.1 → libbot-4.6.0}/tests/test_json_async.py +0 -0
  66. {libbot-4.4.1 → libbot-4.6.0}/tests/test_json_sync.py +0 -0
  67. {libbot-4.4.1 → libbot-4.6.0}/tests/test_nested_set.py +0 -0
  68. {libbot-4.4.1 → libbot-4.6.0}/tests/test_utils.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: libbot
3
- Version: 4.4.1
3
+ Version: 4.6.0
4
4
  Summary: Universal bot library with functions needed for basic Discord/Telegram bot development.
5
5
  Author: Profitroll
6
6
  License-Expression: GPL-3.0
@@ -13,37 +13,39 @@ Classifier: Operating System :: OS Independent
13
13
  Classifier: Programming Language :: Python :: 3.11
14
14
  Classifier: Programming Language :: Python :: 3.12
15
15
  Classifier: Programming Language :: Python :: 3.13
16
+ Classifier: Programming Language :: Python :: 3.14
16
17
  Classifier: Topic :: Software Development :: Libraries :: Python Modules
17
18
  Classifier: Topic :: Utilities
18
19
  Requires-Python: >=3.11
19
20
  Description-Content-Type: text/markdown
20
21
  License-File: LICENSE
21
- Requires-Dist: aiofiles>=23.0.0
22
- Requires-Dist: typing-extensions~=4.15.0
22
+ Requires-Dist: aiofiles<26.0.0,>=23.0.0
23
+ Requires-Dist: typing-extensions<5.0.0,>=4.0.0
23
24
  Provides-Extra: dev
24
- Requires-Dist: black==25.12.0; extra == "dev"
25
- Requires-Dist: build==1.3.0; extra == "dev"
26
- Requires-Dist: isort==5.13.2; extra == "dev"
27
- Requires-Dist: mypy==1.19.1; extra == "dev"
28
- Requires-Dist: pylint==4.0.4; extra == "dev"
29
- Requires-Dist: pytest-asyncio==1.3.0; extra == "dev"
30
- Requires-Dist: pytest-cov==7.0.0; extra == "dev"
31
- Requires-Dist: pytest==8.4.2; extra == "dev"
32
- Requires-Dist: tox==4.32.0; extra == "dev"
33
- Requires-Dist: twine==6.2.0; extra == "dev"
34
- Requires-Dist: types-aiofiles==25.1.0.20251011; extra == "dev"
35
- Requires-Dist: types-ujson==5.10.0.20250822; extra == "dev"
25
+ Requires-Dist: black<27.0.0,>=25.0.0; extra == "dev"
26
+ Requires-Dist: build~=1.5.0; extra == "dev"
27
+ Requires-Dist: isort<9.0.0,>=8.0.0; extra == "dev"
28
+ Requires-Dist: mypy<2.2.0,>=2.1.0; extra == "dev"
29
+ Requires-Dist: pylint<5.0.0,>=4.0.0; extra == "dev"
30
+ Requires-Dist: pytest-asyncio<2.0.0,>=1.0.0; extra == "dev"
31
+ Requires-Dist: pytest-cov<8.0.0,>=7.0.0; extra == "dev"
32
+ Requires-Dist: pytest<9.0.0,>=8.0.0; extra == "dev"
33
+ Requires-Dist: tox<5.0.0,>=4.0.0; extra == "dev"
34
+ Requires-Dist: tox-uv<2.0.0,>=1.0.0; extra == "dev"
35
+ Requires-Dist: twine<7.0.0,>=6.0.0; extra == "dev"
36
+ Requires-Dist: types-aiofiles<26.0.0,>=23.0.0; extra == "dev"
37
+ Requires-Dist: types-ujson<6.0.0,>=5.0.0; extra == "dev"
36
38
  Provides-Extra: pycord
37
- Requires-Dist: apscheduler~=3.11.0; extra == "pycord"
38
- Requires-Dist: py-cord~=2.7.0; extra == "pycord"
39
+ Requires-Dist: apscheduler<4.0.0,>=3.0.0; extra == "pycord"
40
+ Requires-Dist: py-cord~=2.8.0; extra == "pycord"
39
41
  Provides-Extra: pyrogram
40
- Requires-Dist: apscheduler~=3.11.0; extra == "pyrogram"
41
- Requires-Dist: pyrofork~=2.3.32; extra == "pyrogram"
42
+ Requires-Dist: apscheduler<4.0.0,>=3.0.0; extra == "pyrogram"
43
+ Requires-Dist: pyrofork<2.4.0,>=2.3.0; extra == "pyrogram"
42
44
  Provides-Extra: speed
43
- Requires-Dist: ujson~=5.11.0; extra == "speed"
45
+ Requires-Dist: ujson<6.0.0,>=5.0.0; extra == "speed"
44
46
  Provides-Extra: cache
45
- Requires-Dist: pymemcache~=4.0.0; extra == "cache"
46
- Requires-Dist: redis~=7.1.0; extra == "cache"
47
+ Requires-Dist: pymemcache<5.0.0,>=4.0.0; extra == "cache"
48
+ Requires-Dist: redis<8.0.0,>=7.0.0; extra == "cache"
47
49
  Dynamic: license-file
48
50
 
49
51
  <h1 align="center">LibBotUniversal</h1>
@@ -18,6 +18,7 @@ classifiers = [
18
18
  "Programming Language :: Python :: 3.11",
19
19
  "Programming Language :: Python :: 3.12",
20
20
  "Programming Language :: Python :: 3.13",
21
+ "Programming Language :: Python :: 3.14",
21
22
  "Topic :: Software Development :: Libraries :: Python Modules",
22
23
  "Topic :: Utilities",
23
24
  ]
@@ -43,7 +44,7 @@ where = ["src"]
43
44
 
44
45
  [tool.black]
45
46
  line-length = 108
46
- target-version = ["py311", "py312", "py313"]
47
+ target-version = ["py311", "py312", "py313", "py314"]
47
48
 
48
49
  [tool.isort]
49
50
  profile = "black"
@@ -0,0 +1,2 @@
1
+ aiofiles>=23.0.0,<26.0.0
2
+ typing-extensions>=4.0.0,<5.0.0
@@ -0,0 +1,2 @@
1
+ pymemcache>=4.0.0,<5.0.0
2
+ redis>=7.0.0,<8.0.0
@@ -0,0 +1,13 @@
1
+ black>=25.0.0,<27.0.0
2
+ build~=1.5.0
3
+ isort>=8.0.0,<9.0.0
4
+ mypy>=2.1.0,<2.2.0
5
+ pylint>=4.0.0,<5.0.0
6
+ pytest-asyncio>=1.0.0,<2.0.0
7
+ pytest-cov>=7.0.0,<8.0.0
8
+ pytest>=8.0.0,<9.0.0
9
+ tox>=4.0.0,<5.0.0
10
+ tox-uv>=1.0.0,<2.0.0
11
+ twine>=6.0.0,<7.0.0
12
+ types-aiofiles>=23.0.0,<26.0.0
13
+ types-ujson>=5.0.0,<6.0.0
@@ -0,0 +1,2 @@
1
+ apscheduler>=3.0.0,<4.0.0
2
+ py-cord~=2.8.0
@@ -0,0 +1,2 @@
1
+ apscheduler>=3.0.0,<4.0.0
2
+ pyrofork>=2.3.0,<2.4.0
@@ -0,0 +1 @@
1
+ ujson>=5.0.0,<6.0.0
@@ -1,4 +1,4 @@
1
- __version__ = "4.4.1"
1
+ __version__ = "4.6.0"
2
2
  __license__ = "GPL3"
3
3
  __author__ = "Profitroll"
4
4
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: libbot
3
- Version: 4.4.1
3
+ Version: 4.6.0
4
4
  Summary: Universal bot library with functions needed for basic Discord/Telegram bot development.
5
5
  Author: Profitroll
6
6
  License-Expression: GPL-3.0
@@ -13,37 +13,39 @@ Classifier: Operating System :: OS Independent
13
13
  Classifier: Programming Language :: Python :: 3.11
14
14
  Classifier: Programming Language :: Python :: 3.12
15
15
  Classifier: Programming Language :: Python :: 3.13
16
+ Classifier: Programming Language :: Python :: 3.14
16
17
  Classifier: Topic :: Software Development :: Libraries :: Python Modules
17
18
  Classifier: Topic :: Utilities
18
19
  Requires-Python: >=3.11
19
20
  Description-Content-Type: text/markdown
20
21
  License-File: LICENSE
21
- Requires-Dist: aiofiles>=23.0.0
22
- Requires-Dist: typing-extensions~=4.15.0
22
+ Requires-Dist: aiofiles<26.0.0,>=23.0.0
23
+ Requires-Dist: typing-extensions<5.0.0,>=4.0.0
23
24
  Provides-Extra: dev
24
- Requires-Dist: black==25.12.0; extra == "dev"
25
- Requires-Dist: build==1.3.0; extra == "dev"
26
- Requires-Dist: isort==5.13.2; extra == "dev"
27
- Requires-Dist: mypy==1.19.1; extra == "dev"
28
- Requires-Dist: pylint==4.0.4; extra == "dev"
29
- Requires-Dist: pytest-asyncio==1.3.0; extra == "dev"
30
- Requires-Dist: pytest-cov==7.0.0; extra == "dev"
31
- Requires-Dist: pytest==8.4.2; extra == "dev"
32
- Requires-Dist: tox==4.32.0; extra == "dev"
33
- Requires-Dist: twine==6.2.0; extra == "dev"
34
- Requires-Dist: types-aiofiles==25.1.0.20251011; extra == "dev"
35
- Requires-Dist: types-ujson==5.10.0.20250822; extra == "dev"
25
+ Requires-Dist: black<27.0.0,>=25.0.0; extra == "dev"
26
+ Requires-Dist: build~=1.5.0; extra == "dev"
27
+ Requires-Dist: isort<9.0.0,>=8.0.0; extra == "dev"
28
+ Requires-Dist: mypy<2.2.0,>=2.1.0; extra == "dev"
29
+ Requires-Dist: pylint<5.0.0,>=4.0.0; extra == "dev"
30
+ Requires-Dist: pytest-asyncio<2.0.0,>=1.0.0; extra == "dev"
31
+ Requires-Dist: pytest-cov<8.0.0,>=7.0.0; extra == "dev"
32
+ Requires-Dist: pytest<9.0.0,>=8.0.0; extra == "dev"
33
+ Requires-Dist: tox<5.0.0,>=4.0.0; extra == "dev"
34
+ Requires-Dist: tox-uv<2.0.0,>=1.0.0; extra == "dev"
35
+ Requires-Dist: twine<7.0.0,>=6.0.0; extra == "dev"
36
+ Requires-Dist: types-aiofiles<26.0.0,>=23.0.0; extra == "dev"
37
+ Requires-Dist: types-ujson<6.0.0,>=5.0.0; extra == "dev"
36
38
  Provides-Extra: pycord
37
- Requires-Dist: apscheduler~=3.11.0; extra == "pycord"
38
- Requires-Dist: py-cord~=2.7.0; extra == "pycord"
39
+ Requires-Dist: apscheduler<4.0.0,>=3.0.0; extra == "pycord"
40
+ Requires-Dist: py-cord~=2.8.0; extra == "pycord"
39
41
  Provides-Extra: pyrogram
40
- Requires-Dist: apscheduler~=3.11.0; extra == "pyrogram"
41
- Requires-Dist: pyrofork~=2.3.32; extra == "pyrogram"
42
+ Requires-Dist: apscheduler<4.0.0,>=3.0.0; extra == "pyrogram"
43
+ Requires-Dist: pyrofork<2.4.0,>=2.3.0; extra == "pyrogram"
42
44
  Provides-Extra: speed
43
- Requires-Dist: ujson~=5.11.0; extra == "speed"
45
+ Requires-Dist: ujson<6.0.0,>=5.0.0; extra == "speed"
44
46
  Provides-Extra: cache
45
- Requires-Dist: pymemcache~=4.0.0; extra == "cache"
46
- Requires-Dist: redis~=7.1.0; extra == "cache"
47
+ Requires-Dist: pymemcache<5.0.0,>=4.0.0; extra == "cache"
48
+ Requires-Dist: redis<8.0.0,>=7.0.0; extra == "cache"
47
49
  Dynamic: license-file
48
50
 
49
51
  <h1 align="center">LibBotUniversal</h1>
@@ -0,0 +1,32 @@
1
+ aiofiles<26.0.0,>=23.0.0
2
+ typing-extensions<5.0.0,>=4.0.0
3
+
4
+ [cache]
5
+ pymemcache<5.0.0,>=4.0.0
6
+ redis<8.0.0,>=7.0.0
7
+
8
+ [dev]
9
+ black<27.0.0,>=25.0.0
10
+ build~=1.5.0
11
+ isort<9.0.0,>=8.0.0
12
+ mypy<2.2.0,>=2.1.0
13
+ pylint<5.0.0,>=4.0.0
14
+ pytest-asyncio<2.0.0,>=1.0.0
15
+ pytest-cov<8.0.0,>=7.0.0
16
+ pytest<9.0.0,>=8.0.0
17
+ tox<5.0.0,>=4.0.0
18
+ tox-uv<2.0.0,>=1.0.0
19
+ twine<7.0.0,>=6.0.0
20
+ types-aiofiles<26.0.0,>=23.0.0
21
+ types-ujson<6.0.0,>=5.0.0
22
+
23
+ [pycord]
24
+ apscheduler<4.0.0,>=3.0.0
25
+ py-cord~=2.8.0
26
+
27
+ [pyrogram]
28
+ apscheduler<4.0.0,>=3.0.0
29
+ pyrofork<2.4.0,>=2.3.0
30
+
31
+ [speed]
32
+ ujson<6.0.0,>=5.0.0
@@ -1,2 +0,0 @@
1
- aiofiles>=23.0.0
2
- typing-extensions~=4.15.0
@@ -1,2 +0,0 @@
1
- pymemcache~=4.0.0
2
- redis~=7.1.0
@@ -1,12 +0,0 @@
1
- black==25.12.0
2
- build==1.3.0
3
- isort==5.13.2
4
- mypy==1.19.1
5
- pylint==4.0.4
6
- pytest-asyncio==1.3.0
7
- pytest-cov==7.0.0
8
- pytest==8.4.2
9
- tox==4.32.0
10
- twine==6.2.0
11
- types-aiofiles==25.1.0.20251011
12
- types-ujson==5.10.0.20250822
@@ -1,2 +0,0 @@
1
- apscheduler~=3.11.0
2
- py-cord~=2.7.0
@@ -1,2 +0,0 @@
1
- apscheduler~=3.11.0
2
- pyrofork~=2.3.32
@@ -1 +0,0 @@
1
- ujson~=5.11.0
@@ -1,31 +0,0 @@
1
- aiofiles>=23.0.0
2
- typing-extensions~=4.15.0
3
-
4
- [cache]
5
- pymemcache~=4.0.0
6
- redis~=7.1.0
7
-
8
- [dev]
9
- black==25.12.0
10
- build==1.3.0
11
- isort==5.13.2
12
- mypy==1.19.1
13
- pylint==4.0.4
14
- pytest-asyncio==1.3.0
15
- pytest-cov==7.0.0
16
- pytest==8.4.2
17
- tox==4.32.0
18
- twine==6.2.0
19
- types-aiofiles==25.1.0.20251011
20
- types-ujson==5.10.0.20250822
21
-
22
- [pycord]
23
- apscheduler~=3.11.0
24
- py-cord~=2.7.0
25
-
26
- [pyrogram]
27
- apscheduler~=3.11.0
28
- pyrofork~=2.3.32
29
-
30
- [speed]
31
- ujson~=5.11.0
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