Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 552 Bytes

File metadata and controls

35 lines (26 loc) · 552 Bytes

Owl Utils

Common set of utilities when building a web app

PyPI Version

Parsing functions:

  • safeint
  • safeintorzero
  • safeintorbignumber
  • safefloat
  • jsonb_date_to_str
  • pretty_json
  • onewhite
  • join_strings_if_not_null
  • get_full_name
  • get_exception_traceback

Installation

pip install owlutils

Usage

>>> from owlutils import parsing
>>> parsing.safeint("123")