Loading dict_deserializer/__init__.py +1 −1 Original line number Original line Diff line number Diff line from collections import namedtuple from collections import namedtuple name = 'Dictionary deserializer' name = 'Dictionary deserializer' version = '0.0.4' version = '0.0.5' description = "Dictionary deserializer is a package that aides in the " \ description = "Dictionary deserializer is a package that aides in the " \ "deserializing of JSON (or other structures) that are " \ "deserializing of JSON (or other structures) that are " \ "converted to dicts, into composite classes." "converted to dicts, into composite classes." Loading Loading
dict_deserializer/__init__.py +1 −1 Original line number Original line Diff line number Diff line from collections import namedtuple from collections import namedtuple name = 'Dictionary deserializer' name = 'Dictionary deserializer' version = '0.0.4' version = '0.0.5' description = "Dictionary deserializer is a package that aides in the " \ description = "Dictionary deserializer is a package that aides in the " \ "deserializing of JSON (or other structures) that are " \ "deserializing of JSON (or other structures) that are " \ "converted to dicts, into composite classes." "converted to dicts, into composite classes." Loading