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.
- {libbot-4.4.1/src/libbot.egg-info → libbot-4.6.0}/PKG-INFO +24 -22
- {libbot-4.4.1 → libbot-4.6.0}/pyproject.toml +2 -1
- libbot-4.6.0/requirements/_.txt +2 -0
- libbot-4.6.0/requirements/cache.txt +2 -0
- libbot-4.6.0/requirements/dev.txt +13 -0
- libbot-4.6.0/requirements/pycord.txt +2 -0
- libbot-4.6.0/requirements/pyrogram.txt +2 -0
- libbot-4.6.0/requirements/speed.txt +1 -0
- {libbot-4.4.1 → libbot-4.6.0}/src/libbot/__init__.py +1 -1
- {libbot-4.4.1 → libbot-4.6.0/src/libbot.egg-info}/PKG-INFO +24 -22
- libbot-4.6.0/src/libbot.egg-info/requires.txt +32 -0
- libbot-4.4.1/requirements/_.txt +0 -2
- libbot-4.4.1/requirements/cache.txt +0 -2
- libbot-4.4.1/requirements/dev.txt +0 -12
- libbot-4.4.1/requirements/pycord.txt +0 -2
- libbot-4.4.1/requirements/pyrogram.txt +0 -2
- libbot-4.4.1/requirements/speed.txt +0 -1
- libbot-4.4.1/src/libbot.egg-info/requires.txt +0 -31
- {libbot-4.4.1 → libbot-4.6.0}/LICENSE +0 -0
- {libbot-4.4.1 → libbot-4.6.0}/README.md +0 -0
- {libbot-4.4.1 → libbot-4.6.0}/setup.cfg +0 -0
- {libbot-4.4.1 → libbot-4.6.0}/src/libbot/cache/__init__.py +0 -0
- {libbot-4.4.1 → libbot-4.6.0}/src/libbot/cache/classes/__init__.py +0 -0
- {libbot-4.4.1 → libbot-4.6.0}/src/libbot/cache/classes/cache.py +0 -0
- {libbot-4.4.1 → libbot-4.6.0}/src/libbot/cache/classes/cache_memcached.py +0 -0
- {libbot-4.4.1 → libbot-4.6.0}/src/libbot/cache/classes/cache_redis.py +0 -0
- {libbot-4.4.1 → libbot-4.6.0}/src/libbot/cache/manager/__init__.py +0 -0
- {libbot-4.4.1 → libbot-4.6.0}/src/libbot/cache/manager/manager.py +0 -0
- {libbot-4.4.1 → libbot-4.6.0}/src/libbot/cache/utils/__init__.py +0 -0
- {libbot-4.4.1 → libbot-4.6.0}/src/libbot/cache/utils/_objects.py +0 -0
- {libbot-4.4.1 → libbot-4.6.0}/src/libbot/errors/__init__.py +0 -0
- {libbot-4.4.1 → libbot-4.6.0}/src/libbot/errors/config.py +0 -0
- {libbot-4.4.1 → libbot-4.6.0}/src/libbot/i18n/__init__.py +0 -0
- {libbot-4.4.1 → libbot-4.6.0}/src/libbot/i18n/_functions.py +0 -0
- {libbot-4.4.1 → libbot-4.6.0}/src/libbot/i18n/classes/__init__.py +0 -0
- {libbot-4.4.1 → libbot-4.6.0}/src/libbot/i18n/classes/bot_locale.py +0 -0
- {libbot-4.4.1 → libbot-4.6.0}/src/libbot/pycord/__init__.py +0 -0
- {libbot-4.4.1 → libbot-4.6.0}/src/libbot/pycord/classes/__init__.py +0 -0
- {libbot-4.4.1 → libbot-4.6.0}/src/libbot/pycord/classes/bot.py +0 -0
- {libbot-4.4.1 → libbot-4.6.0}/src/libbot/pycord/utils/__init__.py +0 -0
- {libbot-4.4.1 → libbot-4.6.0}/src/libbot/pycord/utils/color.py +0 -0
- {libbot-4.4.1 → libbot-4.6.0}/src/libbot/pyrogram/__init__.py +0 -0
- {libbot-4.4.1 → libbot-4.6.0}/src/libbot/pyrogram/classes/__init__.py +0 -0
- {libbot-4.4.1 → libbot-4.6.0}/src/libbot/pyrogram/classes/client.py +0 -0
- {libbot-4.4.1 → libbot-4.6.0}/src/libbot/pyrogram/classes/command.py +0 -0
- {libbot-4.4.1 → libbot-4.6.0}/src/libbot/pyrogram/classes/commandset.py +0 -0
- {libbot-4.4.1 → libbot-4.6.0}/src/libbot/utils/__init__.py +0 -0
- {libbot-4.4.1 → libbot-4.6.0}/src/libbot/utils/config/__init__.py +0 -0
- {libbot-4.4.1 → libbot-4.6.0}/src/libbot/utils/config/_functions.py +0 -0
- {libbot-4.4.1 → libbot-4.6.0}/src/libbot/utils/json/__init__.py +0 -0
- {libbot-4.4.1 → libbot-4.6.0}/src/libbot/utils/json/_functions.py +0 -0
- {libbot-4.4.1 → libbot-4.6.0}/src/libbot/utils/misc/__init__.py +0 -0
- {libbot-4.4.1 → libbot-4.6.0}/src/libbot/utils/misc/_functions.py +0 -0
- {libbot-4.4.1 → libbot-4.6.0}/src/libbot/utils/syncs/__init__.py +0 -0
- {libbot-4.4.1 → libbot-4.6.0}/src/libbot/utils/syncs/_syncs.py +0 -0
- {libbot-4.4.1 → libbot-4.6.0}/src/libbot.egg-info/SOURCES.txt +0 -0
- {libbot-4.4.1 → libbot-4.6.0}/src/libbot.egg-info/dependency_links.txt +0 -0
- {libbot-4.4.1 → libbot-4.6.0}/src/libbot.egg-info/top_level.txt +0 -0
- {libbot-4.4.1 → libbot-4.6.0}/tests/test_bot_locale.py +0 -0
- {libbot-4.4.1 → libbot-4.6.0}/tests/test_cache.py +0 -0
- {libbot-4.4.1 → libbot-4.6.0}/tests/test_config_async.py +0 -0
- {libbot-4.4.1 → libbot-4.6.0}/tests/test_config_sync.py +0 -0
- {libbot-4.4.1 → libbot-4.6.0}/tests/test_i18n_async.py +0 -0
- {libbot-4.4.1 → libbot-4.6.0}/tests/test_i18n_sync.py +0 -0
- {libbot-4.4.1 → libbot-4.6.0}/tests/test_json_async.py +0 -0
- {libbot-4.4.1 → libbot-4.6.0}/tests/test_json_sync.py +0 -0
- {libbot-4.4.1 → libbot-4.6.0}/tests/test_nested_set.py +0 -0
- {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.
|
|
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
|
|
22
|
-
Requires-Dist: typing-extensions
|
|
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
|
-
Requires-Dist: build
|
|
26
|
-
Requires-Dist: isort
|
|
27
|
-
Requires-Dist: mypy
|
|
28
|
-
Requires-Dist: pylint
|
|
29
|
-
Requires-Dist: pytest-asyncio
|
|
30
|
-
Requires-Dist: pytest-cov
|
|
31
|
-
Requires-Dist: pytest
|
|
32
|
-
Requires-Dist: tox
|
|
33
|
-
Requires-Dist:
|
|
34
|
-
Requires-Dist:
|
|
35
|
-
Requires-Dist: types-
|
|
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
|
|
38
|
-
Requires-Dist: py-cord~=2.
|
|
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
|
|
41
|
-
Requires-Dist: pyrofork
|
|
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
|
|
45
|
+
Requires-Dist: ujson<6.0.0,>=5.0.0; extra == "speed"
|
|
44
46
|
Provides-Extra: cache
|
|
45
|
-
Requires-Dist: pymemcache
|
|
46
|
-
Requires-Dist: redis
|
|
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,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 @@
|
|
|
1
|
+
ujson>=5.0.0,<6.0.0
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: libbot
|
|
3
|
-
Version: 4.
|
|
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
|
|
22
|
-
Requires-Dist: typing-extensions
|
|
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
|
-
Requires-Dist: build
|
|
26
|
-
Requires-Dist: isort
|
|
27
|
-
Requires-Dist: mypy
|
|
28
|
-
Requires-Dist: pylint
|
|
29
|
-
Requires-Dist: pytest-asyncio
|
|
30
|
-
Requires-Dist: pytest-cov
|
|
31
|
-
Requires-Dist: pytest
|
|
32
|
-
Requires-Dist: tox
|
|
33
|
-
Requires-Dist:
|
|
34
|
-
Requires-Dist:
|
|
35
|
-
Requires-Dist: types-
|
|
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
|
|
38
|
-
Requires-Dist: py-cord~=2.
|
|
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
|
|
41
|
-
Requires-Dist: pyrofork
|
|
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
|
|
45
|
+
Requires-Dist: ujson<6.0.0,>=5.0.0; extra == "speed"
|
|
44
46
|
Provides-Extra: cache
|
|
45
|
-
Requires-Dist: pymemcache
|
|
46
|
-
Requires-Dist: redis
|
|
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
|
libbot-4.4.1/requirements/_.txt
DELETED
|
@@ -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
|
|
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
|
|
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
|
|
File without changes
|
|
File without changes
|