Package python3-module-shiftschema: Information
Source package: python3-module-shiftschema
Version: 0.3.1-alt1
Build time: Jun 13, 2024, 01:09 PM
Category: Development/Python3
Report package bugHome page: https://pypi.org/project/shiftschema/
License: MIT
Summary: Filtering and validation library for arbitrary data structures
Description:
Filtering and validation library for Python3. Can filter and validate data in model objects and simple dictionaries with flexible schemas. Main idea: decouple filtering and validation rules from web forms into flexible schemas, then reuse those schemas in forms as well as apis and cli. Model validation and filtering rules should be part of the model and your domain logic, not your views or forms logic.
Maintainer: Stanislav Levin
List of contributors:
Stanislav Levin
Aleksei Nikiforov
Igor Vlasenko
Ivan Zakharyaschev
Eugeny A. Rostovtsev
Stanislav Levin
Aleksei Nikiforov
Igor Vlasenko
Ivan Zakharyaschev
Eugeny A. Rostovtsev
Last changed
June 10, 2024 Stanislav Levin 0.3.1-alt1
- 0.3.0 -> 0.3.1.
March 10, 2022 Stanislav Levin 0.3.0-alt1
- 0.0.11 -> 0.3.0.
Oct. 23, 2020 Stanislav Levin 0.0.11-alt2
- Dropped dependency on coveralls.