Пакет python3-module-dirty-models: Информация
Исходный пакет: python3-module-dirty-models
Версия: 0.12.4-alt1.1
Собран: 29 января 2024 г. 15:34 в задании #339277
Категория: Разработка/Python 3
Сообщить об ошибке в пакетеДомашняя страница: https://pypi.org/project/dirty-models/
Лицензия: BSD
О пакете: Dirty models for python 3
Описание:
Dirty models for python 3. Features: * Python 3 package. * Easy to create a model. * Non destructive modifications. * Non false positive modifications. * Able to restore original data for each field or whole model. * Access to original data. * Read only fields. * Alias for fields. * Custom getters and setters for each fields. * Automatic cast value. * Easy import from/export to dict. * Basic field type implemented. * HashMap model. It could be used instead of DynamicModel. * FastDynamicModel. It could be used instead of DynamicModel. Same behavior, better performance. * Pickable models. * Datetime fields can use any datetime format using parser and formatter functions. * No database dependent.
Сопровождающий: Grigory Ustinov
Права:
@python
@everybody
@python
@everybody
Последнее изменение
29 января 2024 г. Grigory Ustinov 0.12.4-alt1.1
- NMU: moved on modern pyproject macros.
8 февраля 2022 г. Stanislav Levin 0.12.4-alt1
- 0.9.2 -> 0.12.4.
2 февраля 2018 г. Stanislav Levin 0.9.2-alt1.1
- (NMU) Fix Requires and BuildRequires to python-setuptools