owlmixin

Parsing mixin which converts data class instance, dict object, json string and yaml string each other.

MIT License

Downloads
1.2K
Stars
4
Committers
1

Bot releases are visible (Hide)

owlmixin - 1.0.0rc5

Published by tadashi-aikawa almost 8 years ago

New features

🆕 Add join to TList

owlmixin - 1.0.0rc4

Published by tadashi-aikawa almost 8 years ago

New features

🆕 Add reject to TList and TDict

owlmixin - 1.0.0rc3

Published by tadashi-aikawa almost 8 years ago

New features

🆕 Add support for loading from file path for json and yaml

Breaking changes

🔥 from_csv => from_csvf
🔥 from_yaml no longer support for loading from file

owlmixin - 1.0.0rc2

Published by tadashi-aikawa almost 8 years ago

🆕 Add from_json_to_list and from_yaml_to_list which transform into TList[instance]

owlmixin - 1.0.0rc1

Published by tadashi-aikawa almost 8 years ago

New features

  • 🆕 Add support for csv dump
  • 🆕 Add functionally methods
    • map
    • filter
    • group_by
    • order_by
    • to_values
    • map_values
    • find
    • size
    • reduce

Breaking changes

  • 🔥 Change default value of ignore_none
owlmixin - 0.8.0

Published by tadashi-aikawa almost 8 years ago

Support for csv import.

owlmixin -

Published by tadashi-aikawa almost 8 years ago

owlmixin - v0.4.0

Published by tadashi-aikawa almost 8 years ago

Add optional functions.

  • from_optional_dict
  • from_optional_dict2list
  • from_optional_dict2dict