Package python3-module-dirty-models: Information

    Source package: python3-module-dirty-models
    Version: 0.12.4-alt1.1
    Build time:  Feb 9, 2024, 01:17 AM
    Report package bug
    License: BSD
    Summary: Dirty models for python 3
    Description: 
    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.

    List of rpms provided by this srpm:
    python3-module-dirty-models (noarch)

    Maintainer: Grigory Ustinov


      1. python3(dateutil)
      2. python3(iso8601)
      3. python3(nose2)
      4. python3(setuptools)
      5. python3-module-pyproject-installer >= 0.4.0
      6. python3(tox)
      7. python3(tox_console_scripts)
      8. python3-module-tox
      9. python3-module-tox-console-scripts
      10. python3-module-tox-no-deps
      11. rpm-build-python3
      12. python3(wheel)

    Last changed


    Jan. 29, 2024 Grigory Ustinov 0.12.4-alt1.1
    - NMU: moved on modern pyproject macros.
    Feb. 8, 2022 Stanislav Levin 0.12.4-alt1
    - 0.9.2 -> 0.12.4.
    Feb. 2, 2018 Stanislav Levin 0.9.2-alt1.1
    - (NMU) Fix Requires and BuildRequires to python-setuptools