diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2022-09-24 02:12:24 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-09-25 13:59:44 +0700 |
commit | ce472aebfe3545a60553281972693d49241d232a (patch) | |
tree | 06f76a959d52aa07ed0359f1acea872514466e13 /python/python3-pydantic/slack-desc | |
parent | e32b142acb58607b9399ac5276f52c11dc662282 (diff) | |
download | slackbuilds-ce472aebfe3545a60553281972693d49241d232a.tar.gz |
python/python3-pydantic: Added (Data validation using Python hints)
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-pydantic/slack-desc')
-rw-r--r-- | python/python3-pydantic/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/python/python3-pydantic/slack-desc b/python/python3-pydantic/slack-desc new file mode 100644 index 0000000000..6acc690c14 --- /dev/null +++ b/python/python3-pydantic/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +python3-pydantic: python3-pydantic (Data validation using Python type hints) +python3-pydantic: +python3-pydantic: Fast and extensible, pydantic plays nicely with your +python3-pydantic: linters/IDE/brain. Define how data should be in pure, canonical Python +python3-pydantic: 3.7+; validate it with pydantic. +python3-pydantic: +python3-pydantic: +python3-pydantic: +python3-pydantic: Homepage: https://github.com/pydantic/pydantic +python3-pydantic: +python3-pydantic: |