anb-python-components 1.4.0__tar.gz → 1.4.1__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 (61) hide show
  1. {anb_python_components-1.4.0 → anb_python_components-1.4.1}/PKG-INFO +13 -12
  2. {anb_python_components-1.4.0 → anb_python_components-1.4.1}/README.md +12 -11
  3. {anb_python_components-1.4.0 → anb_python_components-1.4.1}/anb_python_components.egg-info/PKG-INFO +13 -12
  4. {anb_python_components-1.4.0 → anb_python_components-1.4.1}/setup.py +1 -1
  5. {anb_python_components-1.4.0 → anb_python_components-1.4.1}/LICENSE +0 -0
  6. {anb_python_components-1.4.0 → anb_python_components-1.4.1}/anb_python_components/__init__.py +0 -0
  7. {anb_python_components-1.4.0 → anb_python_components-1.4.1}/anb_python_components/classes/__init__.py +0 -0
  8. {anb_python_components-1.4.0 → anb_python_components-1.4.1}/anb_python_components/classes/action_state.py +0 -0
  9. {anb_python_components-1.4.0 → anb_python_components-1.4.1}/anb_python_components/classes/dataclass_analyzer.py +0 -0
  10. {anb_python_components-1.4.0 → anb_python_components-1.4.1}/anb_python_components/classes/directory.py +0 -0
  11. {anb_python_components-1.4.0 → anb_python_components-1.4.1}/anb_python_components/classes/file.py +0 -0
  12. {anb_python_components-1.4.0 → anb_python_components-1.4.1}/anb_python_components/classes/interface.py +0 -0
  13. {anb_python_components-1.4.0 → anb_python_components-1.4.1}/anb_python_components/classes/shortcode_parser.py +0 -0
  14. {anb_python_components-1.4.0 → anb_python_components-1.4.1}/anb_python_components/custom_types/__init__.py +0 -0
  15. {anb_python_components-1.4.0 → anb_python_components-1.4.1}/anb_python_components/custom_types/guid.py +0 -0
  16. {anb_python_components-1.4.0 → anb_python_components-1.4.1}/anb_python_components/custom_types/object_array.py +0 -0
  17. {anb_python_components-1.4.0 → anb_python_components-1.4.1}/anb_python_components/custom_types/shortcode_attributes.py +0 -0
  18. {anb_python_components-1.4.0 → anb_python_components-1.4.1}/anb_python_components/custom_types/two_dim_size.py +0 -0
  19. {anb_python_components-1.4.0 → anb_python_components-1.4.1}/anb_python_components/custom_types/version_info.py +0 -0
  20. {anb_python_components-1.4.0 → anb_python_components-1.4.1}/anb_python_components/decorators/__init__.py +0 -0
  21. {anb_python_components-1.4.0 → anb_python_components-1.4.1}/anb_python_components/decorators/interface_decorators.py +0 -0
  22. {anb_python_components-1.4.0 → anb_python_components-1.4.1}/anb_python_components/enums/__init__.py +0 -0
  23. {anb_python_components-1.4.0 → anb_python_components-1.4.1}/anb_python_components/enums/message_type.py +0 -0
  24. {anb_python_components-1.4.0 → anb_python_components-1.4.1}/anb_python_components/enums/not_bool_action.py +0 -0
  25. {anb_python_components-1.4.0 → anb_python_components-1.4.1}/anb_python_components/enums/type_copy_strategy.py +0 -0
  26. {anb_python_components-1.4.0 → anb_python_components-1.4.1}/anb_python_components/exceptions/__init__.py +0 -0
  27. {anb_python_components-1.4.0 → anb_python_components-1.4.1}/anb_python_components/exceptions/wrong_type_exception.py +0 -0
  28. {anb_python_components-1.4.0 → anb_python_components-1.4.1}/anb_python_components/extensions/__init__.py +0 -0
  29. {anb_python_components-1.4.0 → anb_python_components-1.4.1}/anb_python_components/extensions/array_extension.py +0 -0
  30. {anb_python_components-1.4.0 → anb_python_components-1.4.1}/anb_python_components/extensions/bool_extension.py +0 -0
  31. {anb_python_components-1.4.0 → anb_python_components-1.4.1}/anb_python_components/extensions/dataclass_extension.py +0 -0
  32. {anb_python_components-1.4.0 → anb_python_components-1.4.1}/anb_python_components/extensions/string_extension.py +0 -0
  33. {anb_python_components-1.4.0 → anb_python_components-1.4.1}/anb_python_components/extensions/string_extension_constant.py +0 -0
  34. {anb_python_components-1.4.0 → anb_python_components-1.4.1}/anb_python_components/extensions/type_extension.py +0 -0
  35. {anb_python_components-1.4.0 → anb_python_components-1.4.1}/anb_python_components/models/__init__.py +0 -0
  36. {anb_python_components-1.4.0 → anb_python_components-1.4.1}/anb_python_components/models/action_state_message.py +0 -0
  37. {anb_python_components-1.4.0 → anb_python_components-1.4.1}/anb_python_components/models/shortcode_model.py +0 -0
  38. {anb_python_components-1.4.0 → anb_python_components-1.4.1}/anb_python_components.egg-info/SOURCES.txt +0 -0
  39. {anb_python_components-1.4.0 → anb_python_components-1.4.1}/anb_python_components.egg-info/dependency_links.txt +0 -0
  40. {anb_python_components-1.4.0 → anb_python_components-1.4.1}/anb_python_components.egg-info/not-zip-safe +0 -0
  41. {anb_python_components-1.4.0 → anb_python_components-1.4.1}/anb_python_components.egg-info/requires.txt +0 -0
  42. {anb_python_components-1.4.0 → anb_python_components-1.4.1}/anb_python_components.egg-info/top_level.txt +0 -0
  43. {anb_python_components-1.4.0 → anb_python_components-1.4.1}/setup.cfg +0 -0
  44. {anb_python_components-1.4.0 → anb_python_components-1.4.1}/tests/__init__.py +0 -0
  45. {anb_python_components-1.4.0 → anb_python_components-1.4.1}/tests/classes/__init__.py +0 -0
  46. {anb_python_components-1.4.0 → anb_python_components-1.4.1}/tests/classes/action_state_test.py +0 -0
  47. {anb_python_components-1.4.0 → anb_python_components-1.4.1}/tests/classes/dataclass_analyzer_test.py +0 -0
  48. {anb_python_components-1.4.0 → anb_python_components-1.4.1}/tests/classes/directory_test.py +0 -0
  49. {anb_python_components-1.4.0 → anb_python_components-1.4.1}/tests/classes/file_test.py +0 -0
  50. {anb_python_components-1.4.0 → anb_python_components-1.4.1}/tests/classes/interface_test.py +0 -0
  51. {anb_python_components-1.4.0 → anb_python_components-1.4.1}/tests/classes/shortcode_parser_test.py +0 -0
  52. {anb_python_components-1.4.0 → anb_python_components-1.4.1}/tests/custom_types/__init__.py +0 -0
  53. {anb_python_components-1.4.0 → anb_python_components-1.4.1}/tests/custom_types/guid_test.py +0 -0
  54. {anb_python_components-1.4.0 → anb_python_components-1.4.1}/tests/custom_types/object_array_test.py +0 -0
  55. {anb_python_components-1.4.0 → anb_python_components-1.4.1}/tests/custom_types/two_dim_size_test.py +0 -0
  56. {anb_python_components-1.4.0 → anb_python_components-1.4.1}/tests/custom_types/version_info_test.py +0 -0
  57. {anb_python_components-1.4.0 → anb_python_components-1.4.1}/tests/extensions/__init__.py +0 -0
  58. {anb_python_components-1.4.0 → anb_python_components-1.4.1}/tests/extensions/array_extension_test.py +0 -0
  59. {anb_python_components-1.4.0 → anb_python_components-1.4.1}/tests/extensions/bool_extension_test.py +0 -0
  60. {anb_python_components-1.4.0 → anb_python_components-1.4.1}/tests/extensions/string_extension_test.py +0 -0
  61. {anb_python_components-1.4.0 → anb_python_components-1.4.1}/tests/extensions/type_extension_test.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: anb_python_components
3
- Version: 1.4.0
3
+ Version: 1.4.1
4
4
  Summary: Набор компонентов Python, которые упрощают разработку / A set of Python components that simplify development
5
5
  Home-page: https://gitflic.ru/project/babaev-an/anb-python-components
6
6
  Author: Александр Бабаев
@@ -50,9 +50,9 @@ Dynamic: summary
50
50
  - Классы для работы с файлами и директориями.
51
51
  - Классы для удобной передачи состояния.
52
52
  - Новые
53
- типы [GUID](https://gitflic.ru/project/babaev-an/anb-python-components/wiki/page?file=class_desc%2Ftypes%2Fguid.md),
54
- [TwoDimSize](https://gitflic.ru/project/babaev-an/anb-python-components/wiki/page?file=class_desc%2Ftypes%2Ftwo_dim_size.md)
55
- и [VersionInfo](https://gitflic.ru/project/babaev-an/anb-python-components/wiki/page?file=class_desc%2Ftypes%2Fversion_info.md).
53
+ типы [GUID](https://gitflic.ru/project/babaev-an/anb-python-components/wiki/page?file=class_desc%2Fcustom_types%2Fguid.md),
54
+ [TwoDimSize](https://gitflic.ru/project/babaev-an/anb-python-components/wiki/page?file=class_desc%2Fcustom_types%2Ftwo_dim_size.md), [VersionInfo](https://gitflic.ru/project/babaev-an/anb-python-components/wiki/page?file=class_desc%2Fcustom_types%2Fversion_info.md), [ShortCodeAttributes](https://gitflic.ru/project/babaev-an/anb-python-components/wiki/page?file=class_desc%2Fcustom_types%2Fshortcode_attributes.md)
55
+ и [ObjectArray](https://gitflic.ru/project/babaev-an/anb-python-components/wiki/page?file=class_desc%2Fcustom_types%2Fobject_array.md).
56
56
  - Расширение массивов, типа `bool`, типа `GUID`, типа `str`.
57
57
  - Класс для перевода любого типа в строку и наоборот.
58
58
 
@@ -61,13 +61,13 @@ Dynamic: summary
61
61
  Установить пакет можно через pip:
62
62
 
63
63
  ```bash
64
- pip install anb-python-components --index-url https://registry.gitflic.ru/project/babaev-an/anb-python-components/package/-/pypi/simple
64
+ pip install anb-python-components
65
65
  ```
66
66
 
67
67
  Подключайте необходимые модули и начните пользоваться ими прямо сейчас:
68
68
 
69
69
  ```python
70
- from anb_python_components.custom_types.two_dim_size import TwoDimSize
70
+ from anb_python_components import TwoDimSize
71
71
 
72
72
  # Пример использования
73
73
  two_dim = TwoDimSize.parse('100x150', 'x')
@@ -79,7 +79,7 @@ some_object_height = two_dim.height
79
79
 
80
80
  ### 🛠️ Поддерживаемые технологии:
81
81
 
82
- - `Python` версии 3.13.7 и выше
82
+ - `Python` версии 3.14.0 и выше
83
83
  - Совместима с большинством популярных веб-фреймворков и библиотек Python
84
84
  - Оптимизирован для работы с большими объемами данных и высоконагруженными приложениями
85
85
 
@@ -108,8 +108,9 @@ used frameworks.
108
108
  - Classes for handling files and folders.
109
109
  - Classes for convenient state transfer.
110
110
  - New custom_types such
111
- as [GUID](https://gitflic.ru/project/babaev-an/anb-python-components/wiki/page?file=class_desc%2Ftypes%2Fguid.md), [TwoDimSize](https://gitflic.ru/project/babaev-an/anb-python-components/wiki/page?file=class_desc%2Ftypes%2Ftwo_dim_size.md),
112
- and [VersionInfo](https://gitflic.ru/project/babaev-an/anb-python-components/wiki/page?file=class_desc%2Ftypes%2Fversion_info.md).
111
+ as [GUID](https://gitflic.ru/project/babaev-an/anb-python-components/wiki/page?file=class_desc%2Fcustom_types%2Fguid.md),
112
+ [TwoDimSize](https://gitflic.ru/project/babaev-an/anb-python-components/wiki/page?file=class_desc%2Fcustom_types%2Ftwo_dim_size.md), [VersionInfo](https://gitflic.ru/project/babaev-an/anb-python-components/wiki/page?file=class_desc%2Fcustom_types%2Fversion_info.md), [ShortCodeAttributes](https://gitflic.ru/project/babaev-an/anb-python-components/wiki/page?file=class_desc%2Fcustom_types%2Fshortcode_attributes.md)
113
+ and [ObjectArray](https://gitflic.ru/project/babaev-an/anb-python-components/wiki/page?file=class_desc%2Fcustom_types%2Fobject_array.md).
113
114
  - Extensions for arrays, `bool`, `GUID`, and `str` custom_types.
114
115
  - Class for converting any type into string representation and vice versa.
115
116
 
@@ -118,13 +119,13 @@ used frameworks.
118
119
  You can install this package via pip:
119
120
 
120
121
  ```bash
121
- pip install anb-python-components --index-url https://registry.gitflic.ru/project/babaev-an/anb-python-components/package/-/pypi/simple
122
+ pip install anb-python-components
122
123
  ```
123
124
 
124
125
  Import required modules and start using them immediately:
125
126
 
126
127
  ```python
127
- from anb_python_components.custom_types.two_dim_size import TwoDimSize
128
+ from anb_python_components import TwoDimSize
128
129
 
129
130
  # Example usage
130
131
  two_dim = TwoDimSize.parse('100x150', 'x')
@@ -136,7 +137,7 @@ some_object_height = two_dim.height
136
137
 
137
138
  ### 🛠️ Supported Technologies:
138
139
 
139
- - **Python**: version 3.13.7 or higher
140
+ - **Python**: version 3.14.0 or higher
140
141
  - Compatibility with most popular Python web frameworks and libraries
141
142
  - Optimized for performance with large-scale datasets and highly loaded applications
142
143
 
@@ -15,9 +15,9 @@
15
15
  - Классы для работы с файлами и директориями.
16
16
  - Классы для удобной передачи состояния.
17
17
  - Новые
18
- типы [GUID](https://gitflic.ru/project/babaev-an/anb-python-components/wiki/page?file=class_desc%2Ftypes%2Fguid.md),
19
- [TwoDimSize](https://gitflic.ru/project/babaev-an/anb-python-components/wiki/page?file=class_desc%2Ftypes%2Ftwo_dim_size.md)
20
- и [VersionInfo](https://gitflic.ru/project/babaev-an/anb-python-components/wiki/page?file=class_desc%2Ftypes%2Fversion_info.md).
18
+ типы [GUID](https://gitflic.ru/project/babaev-an/anb-python-components/wiki/page?file=class_desc%2Fcustom_types%2Fguid.md),
19
+ [TwoDimSize](https://gitflic.ru/project/babaev-an/anb-python-components/wiki/page?file=class_desc%2Fcustom_types%2Ftwo_dim_size.md), [VersionInfo](https://gitflic.ru/project/babaev-an/anb-python-components/wiki/page?file=class_desc%2Fcustom_types%2Fversion_info.md), [ShortCodeAttributes](https://gitflic.ru/project/babaev-an/anb-python-components/wiki/page?file=class_desc%2Fcustom_types%2Fshortcode_attributes.md)
20
+ и [ObjectArray](https://gitflic.ru/project/babaev-an/anb-python-components/wiki/page?file=class_desc%2Fcustom_types%2Fobject_array.md).
21
21
  - Расширение массивов, типа `bool`, типа `GUID`, типа `str`.
22
22
  - Класс для перевода любого типа в строку и наоборот.
23
23
 
@@ -26,13 +26,13 @@
26
26
  Установить пакет можно через pip:
27
27
 
28
28
  ```bash
29
- pip install anb-python-components --index-url https://registry.gitflic.ru/project/babaev-an/anb-python-components/package/-/pypi/simple
29
+ pip install anb-python-components
30
30
  ```
31
31
 
32
32
  Подключайте необходимые модули и начните пользоваться ими прямо сейчас:
33
33
 
34
34
  ```python
35
- from anb_python_components.custom_types.two_dim_size import TwoDimSize
35
+ from anb_python_components import TwoDimSize
36
36
 
37
37
  # Пример использования
38
38
  two_dim = TwoDimSize.parse('100x150', 'x')
@@ -44,7 +44,7 @@ some_object_height = two_dim.height
44
44
 
45
45
  ### 🛠️ Поддерживаемые технологии:
46
46
 
47
- - `Python` версии 3.13.7 и выше
47
+ - `Python` версии 3.14.0 и выше
48
48
  - Совместима с большинством популярных веб-фреймворков и библиотек Python
49
49
  - Оптимизирован для работы с большими объемами данных и высоконагруженными приложениями
50
50
 
@@ -73,8 +73,9 @@ used frameworks.
73
73
  - Classes for handling files and folders.
74
74
  - Classes for convenient state transfer.
75
75
  - New custom_types such
76
- as [GUID](https://gitflic.ru/project/babaev-an/anb-python-components/wiki/page?file=class_desc%2Ftypes%2Fguid.md), [TwoDimSize](https://gitflic.ru/project/babaev-an/anb-python-components/wiki/page?file=class_desc%2Ftypes%2Ftwo_dim_size.md),
77
- and [VersionInfo](https://gitflic.ru/project/babaev-an/anb-python-components/wiki/page?file=class_desc%2Ftypes%2Fversion_info.md).
76
+ as [GUID](https://gitflic.ru/project/babaev-an/anb-python-components/wiki/page?file=class_desc%2Fcustom_types%2Fguid.md),
77
+ [TwoDimSize](https://gitflic.ru/project/babaev-an/anb-python-components/wiki/page?file=class_desc%2Fcustom_types%2Ftwo_dim_size.md), [VersionInfo](https://gitflic.ru/project/babaev-an/anb-python-components/wiki/page?file=class_desc%2Fcustom_types%2Fversion_info.md), [ShortCodeAttributes](https://gitflic.ru/project/babaev-an/anb-python-components/wiki/page?file=class_desc%2Fcustom_types%2Fshortcode_attributes.md)
78
+ and [ObjectArray](https://gitflic.ru/project/babaev-an/anb-python-components/wiki/page?file=class_desc%2Fcustom_types%2Fobject_array.md).
78
79
  - Extensions for arrays, `bool`, `GUID`, and `str` custom_types.
79
80
  - Class for converting any type into string representation and vice versa.
80
81
 
@@ -83,13 +84,13 @@ used frameworks.
83
84
  You can install this package via pip:
84
85
 
85
86
  ```bash
86
- pip install anb-python-components --index-url https://registry.gitflic.ru/project/babaev-an/anb-python-components/package/-/pypi/simple
87
+ pip install anb-python-components
87
88
  ```
88
89
 
89
90
  Import required modules and start using them immediately:
90
91
 
91
92
  ```python
92
- from anb_python_components.custom_types.two_dim_size import TwoDimSize
93
+ from anb_python_components import TwoDimSize
93
94
 
94
95
  # Example usage
95
96
  two_dim = TwoDimSize.parse('100x150', 'x')
@@ -101,7 +102,7 @@ some_object_height = two_dim.height
101
102
 
102
103
  ### 🛠️ Supported Technologies:
103
104
 
104
- - **Python**: version 3.13.7 or higher
105
+ - **Python**: version 3.14.0 or higher
105
106
  - Compatibility with most popular Python web frameworks and libraries
106
107
  - Optimized for performance with large-scale datasets and highly loaded applications
107
108
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: anb_python_components
3
- Version: 1.4.0
3
+ Version: 1.4.1
4
4
  Summary: Набор компонентов Python, которые упрощают разработку / A set of Python components that simplify development
5
5
  Home-page: https://gitflic.ru/project/babaev-an/anb-python-components
6
6
  Author: Александр Бабаев
@@ -50,9 +50,9 @@ Dynamic: summary
50
50
  - Классы для работы с файлами и директориями.
51
51
  - Классы для удобной передачи состояния.
52
52
  - Новые
53
- типы [GUID](https://gitflic.ru/project/babaev-an/anb-python-components/wiki/page?file=class_desc%2Ftypes%2Fguid.md),
54
- [TwoDimSize](https://gitflic.ru/project/babaev-an/anb-python-components/wiki/page?file=class_desc%2Ftypes%2Ftwo_dim_size.md)
55
- и [VersionInfo](https://gitflic.ru/project/babaev-an/anb-python-components/wiki/page?file=class_desc%2Ftypes%2Fversion_info.md).
53
+ типы [GUID](https://gitflic.ru/project/babaev-an/anb-python-components/wiki/page?file=class_desc%2Fcustom_types%2Fguid.md),
54
+ [TwoDimSize](https://gitflic.ru/project/babaev-an/anb-python-components/wiki/page?file=class_desc%2Fcustom_types%2Ftwo_dim_size.md), [VersionInfo](https://gitflic.ru/project/babaev-an/anb-python-components/wiki/page?file=class_desc%2Fcustom_types%2Fversion_info.md), [ShortCodeAttributes](https://gitflic.ru/project/babaev-an/anb-python-components/wiki/page?file=class_desc%2Fcustom_types%2Fshortcode_attributes.md)
55
+ и [ObjectArray](https://gitflic.ru/project/babaev-an/anb-python-components/wiki/page?file=class_desc%2Fcustom_types%2Fobject_array.md).
56
56
  - Расширение массивов, типа `bool`, типа `GUID`, типа `str`.
57
57
  - Класс для перевода любого типа в строку и наоборот.
58
58
 
@@ -61,13 +61,13 @@ Dynamic: summary
61
61
  Установить пакет можно через pip:
62
62
 
63
63
  ```bash
64
- pip install anb-python-components --index-url https://registry.gitflic.ru/project/babaev-an/anb-python-components/package/-/pypi/simple
64
+ pip install anb-python-components
65
65
  ```
66
66
 
67
67
  Подключайте необходимые модули и начните пользоваться ими прямо сейчас:
68
68
 
69
69
  ```python
70
- from anb_python_components.custom_types.two_dim_size import TwoDimSize
70
+ from anb_python_components import TwoDimSize
71
71
 
72
72
  # Пример использования
73
73
  two_dim = TwoDimSize.parse('100x150', 'x')
@@ -79,7 +79,7 @@ some_object_height = two_dim.height
79
79
 
80
80
  ### 🛠️ Поддерживаемые технологии:
81
81
 
82
- - `Python` версии 3.13.7 и выше
82
+ - `Python` версии 3.14.0 и выше
83
83
  - Совместима с большинством популярных веб-фреймворков и библиотек Python
84
84
  - Оптимизирован для работы с большими объемами данных и высоконагруженными приложениями
85
85
 
@@ -108,8 +108,9 @@ used frameworks.
108
108
  - Classes for handling files and folders.
109
109
  - Classes for convenient state transfer.
110
110
  - New custom_types such
111
- as [GUID](https://gitflic.ru/project/babaev-an/anb-python-components/wiki/page?file=class_desc%2Ftypes%2Fguid.md), [TwoDimSize](https://gitflic.ru/project/babaev-an/anb-python-components/wiki/page?file=class_desc%2Ftypes%2Ftwo_dim_size.md),
112
- and [VersionInfo](https://gitflic.ru/project/babaev-an/anb-python-components/wiki/page?file=class_desc%2Ftypes%2Fversion_info.md).
111
+ as [GUID](https://gitflic.ru/project/babaev-an/anb-python-components/wiki/page?file=class_desc%2Fcustom_types%2Fguid.md),
112
+ [TwoDimSize](https://gitflic.ru/project/babaev-an/anb-python-components/wiki/page?file=class_desc%2Fcustom_types%2Ftwo_dim_size.md), [VersionInfo](https://gitflic.ru/project/babaev-an/anb-python-components/wiki/page?file=class_desc%2Fcustom_types%2Fversion_info.md), [ShortCodeAttributes](https://gitflic.ru/project/babaev-an/anb-python-components/wiki/page?file=class_desc%2Fcustom_types%2Fshortcode_attributes.md)
113
+ and [ObjectArray](https://gitflic.ru/project/babaev-an/anb-python-components/wiki/page?file=class_desc%2Fcustom_types%2Fobject_array.md).
113
114
  - Extensions for arrays, `bool`, `GUID`, and `str` custom_types.
114
115
  - Class for converting any type into string representation and vice versa.
115
116
 
@@ -118,13 +119,13 @@ used frameworks.
118
119
  You can install this package via pip:
119
120
 
120
121
  ```bash
121
- pip install anb-python-components --index-url https://registry.gitflic.ru/project/babaev-an/anb-python-components/package/-/pypi/simple
122
+ pip install anb-python-components
122
123
  ```
123
124
 
124
125
  Import required modules and start using them immediately:
125
126
 
126
127
  ```python
127
- from anb_python_components.custom_types.two_dim_size import TwoDimSize
128
+ from anb_python_components import TwoDimSize
128
129
 
129
130
  # Example usage
130
131
  two_dim = TwoDimSize.parse('100x150', 'x')
@@ -136,7 +137,7 @@ some_object_height = two_dim.height
136
137
 
137
138
  ### 🛠️ Supported Technologies:
138
139
 
139
- - **Python**: version 3.13.7 or higher
140
+ - **Python**: version 3.14.0 or higher
140
141
  - Compatibility with most popular Python web frameworks and libraries
141
142
  - Optimized for performance with large-scale datasets and highly loaded applications
142
143
 
@@ -45,7 +45,7 @@ def read_readme () -> str:
45
45
 
46
46
  setup(
47
47
  name = 'anb_python_components',
48
- version = '1.4.0',
48
+ version = '1.4.1',
49
49
  description = 'Набор компонентов Python, которые упрощают разработку / A set of Python components that simplify development',
50
50
  long_description = read_readme(),
51
51
  long_description_content_type = 'text/markdown',