diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2023-04-13 22:27:29 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-04-15 07:15:26 +0700 |
commit | bad3c1abbf05bfcb3f6d1cc505216a4912d3b308 (patch) | |
tree | eed1a75aad74166c6b3099fc9ad9e5ec311a8108 /python/python3-cattrs/slack-desc | |
parent | 68c727b233a3c868e9dbad8080400d78bf332e2f (diff) |
python/python3-cattrs: Added (Composable complex class support)
Composable complex class sup. for attrs & dataclasses
Signed-off-by: bedlam <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-cattrs/slack-desc')
-rw-r--r-- | python/python3-cattrs/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/python/python3-cattrs/slack-desc b/python/python3-cattrs/slack-desc new file mode 100644 index 0000000000..e8fae670e5 --- /dev/null +++ b/python/python3-cattrs/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-cattrs: python3-cattrs (Composable complex class sup. for attrs & dataclasses) +python3-cattrs: +python3-cattrs: cattrs is an open source Python library for structuring and +python3-cattrs: unstructuring data. cattrs works best with attrs classes, dataclasses +python3-cattrs: and the usual Python collections, but other kinds of classes are +python3-cattrs: supported by manually registering converters. +python3-cattrs: +python3-cattrs: Homepage: https://github.com/python-attrs/cattrs +python3-cattrs: +python3-cattrs: +python3-cattrs: |