Skip to content

Commit b20ac76

Browse files
author
Sylvain MARIE
committed
valid8 5.0.1 changelog with updated long description for pypi
1 parent aa42e18 commit b20ac76

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

docs/changelog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
### 5.0.0 - More betterness!
3+
### 5.0.1 - More betterness!
44

55
**Better syntax for `*validation_func`**:
66

docs/long_description.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77

88
*"valid8ing is not a crime" ;-)*
99

10-
`valid8` provides user-friendly tools for
10+
`valid8` provides user-friendly tools for 3 kind of "entry points":
1111

12-
* general-purpose inline validation,
13-
* function inputs/outputs validation
14-
* class fields validation.
15-
16-
All entry points raise consistent `ValidationError` including all contextual details, with dynamic inheritance of `ValueError`/`TypeError` as appropriate. Originally from the [autoclass](https://smarie.github.io/python-autoclass/) project.
12+
* general-purpose **inline** validation (=anywhere in your code),
13+
* **function** inputs/outputs validation
14+
* **class fields** validation.
15+
16+
All these entry points raise consistent `ValidationError` including user-friendly details, with inheritance of `ValueError` / `TypeError` as appropriate. You can **customize this error** so as to get unique error types convenient for i18n.
1717

1818
The documentation for users is available here: [https://smarie.github.io/python-valid8/](https://smarie.github.io/python-valid8/)
1919

0 commit comments

Comments
 (0)