convert any boolean-like value such as string, int, etc. to an actual bool
Project description
tobool
Convert many different representations of a bool to an actual bool or a None
Usage
pip install tobool
from tobool import to_bool
# Examples:
print(to_bool("True")) # True
print(to_bool("False")) # False
print(to_bool("Yes")) # True
print(to_bool("T")) # True
print(to_bool(1)) # True
print(to_bool("None")) # None
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
tobool-0.2.0-py3-none-any.whl
(4.0 kB
view hashes)