You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A simple module for converting values to their correct types. It can convert values to int, float, bool, tuple, list, dict based on their string representation.
Installation
To install the module, run:
pip install convert_values
About
A simple utility module to restore natural type from strings.