Install with pip:
pip install is-is-odd
import is_is_odd
import is_odd
print(is_is_odd(is_odd)) #=> True
print(is_is_odd(lambda: None)) #=> False
print(is_is_odd(lambda: print("I'm is_odd"))) #=> False
some modules are not is-odd but they might make you think they're is-odd, this package helps you identifies these modules with a simple interface