Skip to content

Commit

Permalink
update description
Browse files Browse the repository at this point in the history
  • Loading branch information
rnag committed Dec 17, 2024
1 parent 48c6ade commit 9857586
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions dataclass_wizard/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Dataclass Wizard
~~~~~~~~~~~~~~~~
Marshal dataclasses to/from JSON and Python dict objects. Support properties
with initial values. Generate a dataclass schema for JSON input.
Lightning-fast JSON wizardry for Python dataclasses — effortless
serialization with no external tools required!
Sample Usage:
Expand Down
6 changes: 3 additions & 3 deletions dataclass_wizard/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"""

__title__ = 'dataclass-wizard'
__description__ = ('Effortlessly marshal dataclasses to/from JSON. '
'Leverage field properties with default values. '
'Generate dataclass schemas from JSON input.')

__description__ = ('Lightning-fast JSON wizardry for Python dataclasses — '
'effortless serialization with no external tools required!')
__url__ = 'https://github.com/rnag/dataclass-wizard'
__version__ = '0.32.1'
__author__ = 'Ritvik Nag'
Expand Down
2 changes: 1 addition & 1 deletion recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ about:
# (even if the license doesn't require it) using the license_file entry.
# See https://docs.conda.io/projects/conda-build/en/latest/resources/define-metadata.html#license-file
license_file: LICENSE
summary: Marshal dataclasses to/from JSON. Use field properties with initial values. Construct a dataclass schema with JSON input.
summary: Lightning-fast JSON wizardry for Python dataclasses — effortless serialization with no external tools required!
# The remaining entries in this section are optional, but recommended.
description: |
The dataclass-wizard library provides a set of simple, yet
Expand Down

0 comments on commit 9857586

Please sign in to comment.