edu-function-tools 0.2.1__tar.gz → 0.2.3__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.
- {edu_function_tools-0.2.1 → edu_function_tools-0.2.3}/CHANGELOG.md +20 -0
- {edu_function_tools-0.2.1/src/edu_function_tools.egg-info → edu_function_tools-0.2.3}/PKG-INFO +1 -1
- {edu_function_tools-0.2.1 → edu_function_tools-0.2.3}/src/edu_function_tools/caches.py +5 -0
- edu_function_tools-0.2.3/src/edu_function_tools/consts.py +3 -0
- {edu_function_tools-0.2.1 → edu_function_tools-0.2.3/src/edu_function_tools.egg-info}/PKG-INFO +1 -1
- edu_function_tools-0.2.1/src/edu_function_tools/consts.py +0 -1
- {edu_function_tools-0.2.1 → edu_function_tools-0.2.3}/LICENSE +0 -0
- {edu_function_tools-0.2.1 → edu_function_tools-0.2.3}/MANIFEST.in +0 -0
- {edu_function_tools-0.2.1 → edu_function_tools-0.2.3}/README.md +0 -0
- {edu_function_tools-0.2.1 → edu_function_tools-0.2.3}/pyproject.toml +0 -0
- {edu_function_tools-0.2.1 → edu_function_tools-0.2.3}/setup.cfg +0 -0
- {edu_function_tools-0.2.1 → edu_function_tools-0.2.3}/src/edu_function_tools/__init__.py +0 -0
- {edu_function_tools-0.2.1 → edu_function_tools-0.2.3}/src/edu_function_tools/apps.py +0 -0
- {edu_function_tools-0.2.1 → edu_function_tools-0.2.3}/src/edu_function_tools/enums.py +0 -0
- {edu_function_tools-0.2.1 → edu_function_tools-0.2.3}/src/edu_function_tools/errors.py +0 -0
- {edu_function_tools-0.2.1 → edu_function_tools-0.2.3}/src/edu_function_tools/functions.py +0 -0
- {edu_function_tools-0.2.1 → edu_function_tools-0.2.3}/src/edu_function_tools/general.py +0 -0
- {edu_function_tools-0.2.1 → edu_function_tools-0.2.3}/src/edu_function_tools/helpers.py +0 -0
- {edu_function_tools-0.2.1 → edu_function_tools-0.2.3}/src/edu_function_tools/managers.py +0 -0
- {edu_function_tools-0.2.1 → edu_function_tools-0.2.3}/src/edu_function_tools/models.py +0 -0
- {edu_function_tools-0.2.1 → edu_function_tools-0.2.3}/src/edu_function_tools/presenters.py +0 -0
- {edu_function_tools-0.2.1 → edu_function_tools-0.2.3}/src/edu_function_tools/receivers.py +0 -0
- {edu_function_tools-0.2.1 → edu_function_tools-0.2.3}/src/edu_function_tools/results.py +0 -0
- {edu_function_tools-0.2.1 → edu_function_tools-0.2.3}/src/edu_function_tools/runners.py +0 -0
- {edu_function_tools-0.2.1 → edu_function_tools-0.2.3}/src/edu_function_tools/storages.py +0 -0
- {edu_function_tools-0.2.1 → edu_function_tools-0.2.3}/src/edu_function_tools/strategies.py +0 -0
- {edu_function_tools-0.2.1 → edu_function_tools-0.2.3}/src/edu_function_tools/strings.py +0 -0
- {edu_function_tools-0.2.1 → edu_function_tools-0.2.3}/src/edu_function_tools/tests.py +0 -0
- {edu_function_tools-0.2.1 → edu_function_tools-0.2.3}/src/edu_function_tools/validators.py +0 -0
- {edu_function_tools-0.2.1 → edu_function_tools-0.2.3}/src/edu_function_tools.egg-info/SOURCES.txt +0 -0
- {edu_function_tools-0.2.1 → edu_function_tools-0.2.3}/src/edu_function_tools.egg-info/dependency_links.txt +0 -0
- {edu_function_tools-0.2.1 → edu_function_tools-0.2.3}/src/edu_function_tools.egg-info/requires.txt +0 -0
- {edu_function_tools-0.2.1 → edu_function_tools-0.2.3}/src/edu_function_tools.egg-info/top_level.txt +0 -0
|
@@ -29,6 +29,26 @@
|
|
|
29
29
|
### Удалено
|
|
30
30
|
|
|
31
31
|
|
|
32
|
+
## [0.2.3] - 2025-10-07
|
|
33
|
+
|
|
34
|
+
Добавлен класс EduBaseCache.
|
|
35
|
+
|
|
36
|
+
### Добавлено
|
|
37
|
+
|
|
38
|
+
- [EDUSCHL-23778](https://jira.bars.group/browse/EDUSCHL-23778)
|
|
39
|
+
PATCH Добавлен класс EduBaseCache.
|
|
40
|
+
|
|
41
|
+
|
|
42
|
+
## [0.2.2] - 2025-08-12
|
|
43
|
+
|
|
44
|
+
Добавлен импорт константы ALL из function_tools
|
|
45
|
+
|
|
46
|
+
### Добавлено
|
|
47
|
+
|
|
48
|
+
- [EDUCLLG-9196](https://jira.bars.group/browse/EDUCLLG-9196)
|
|
49
|
+
PATCH Добавлен импорт константы ALL из function_tools
|
|
50
|
+
|
|
51
|
+
|
|
32
52
|
## [0.2.1] - 2025-07-31
|
|
33
53
|
|
|
34
54
|
Повышена зависимость пакета до django < 5.0
|
{edu_function_tools-0.2.1/src/edu_function_tools.egg-info → edu_function_tools-0.2.3}/PKG-INFO
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: edu-function-tools
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.3
|
|
4
4
|
Summary: Компоненты для адаптации библиотеки function-tools
|
|
5
5
|
Author-email: BARS Group <education_dev@bars.group>
|
|
6
6
|
Project-URL: Homepage, https://stash.bars-open.ru/projects/EDUBASE/repos/edu-function-tools/browse
|
|
@@ -3,6 +3,7 @@ from abc import (
|
|
|
3
3
|
)
|
|
4
4
|
|
|
5
5
|
from function_tools.caches import (
|
|
6
|
+
BaseCache,
|
|
6
7
|
CacheStorage,
|
|
7
8
|
EntityCache,
|
|
8
9
|
PatchedGlobalCacheStorage,
|
|
@@ -10,6 +11,10 @@ from function_tools.caches import (
|
|
|
10
11
|
)
|
|
11
12
|
|
|
12
13
|
|
|
14
|
+
class EduBaseCache(BaseCache, metaclass=ABCMeta):
|
|
15
|
+
"""Базовый класс кэша заглушки."""
|
|
16
|
+
|
|
17
|
+
|
|
13
18
|
class EduEntityCache(EntityCache, metaclass=ABCMeta):
|
|
14
19
|
"""Базовый класс кэша для сущностей продуктов Образования.
|
|
15
20
|
|
{edu_function_tools-0.2.1 → edu_function_tools-0.2.3/src/edu_function_tools.egg-info}/PKG-INFO
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: edu-function-tools
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.3
|
|
4
4
|
Summary: Компоненты для адаптации библиотеки function-tools
|
|
5
5
|
Author-email: BARS Group <education_dev@bars.group>
|
|
6
6
|
Project-URL: Homepage, https://stash.bars-open.ru/projects/EDUBASE/repos/edu-function-tools/browse
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
# Модуль должен содержать константы
|
|
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
|
{edu_function_tools-0.2.1 → edu_function_tools-0.2.3}/src/edu_function_tools.egg-info/SOURCES.txt
RENAMED
|
File without changes
|
|
File without changes
|
{edu_function_tools-0.2.1 → edu_function_tools-0.2.3}/src/edu_function_tools.egg-info/requires.txt
RENAMED
|
File without changes
|
{edu_function_tools-0.2.1 → edu_function_tools-0.2.3}/src/edu_function_tools.egg-info/top_level.txt
RENAMED
|
File without changes
|