File: __version__.py

package info (click to toggle)
dataclass-wizard 0.39.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,112 kB
  • sloc: python: 19,560; makefile: 126; javascript: 23
file content (14 lines) | stat: -rw-r--r-- 483 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
"""
Dataclass Wizard - a set of wizarding tools for interacting with `dataclasses`
"""

__title__ = 'dataclass-wizard'

__description__ = ('Lightning-fast JSON wizardry for Python dataclasses — '
                   'effortless serialization right out of the box!')
__url__ = 'https://github.com/rnag/dataclass-wizard'
__version__ = '0.39.1'
__author__ = 'Ritvik Nag'
__author_email__ = 'me@ritviknag.com'
__license__ = 'Apache 2.0'
__copyright__ = 'Copyright 2021-2025 Ritvik Nag'