Skip to main content

PyPI package with some better syntax tools for python

Project description

true-false-python

PyPI package with some better syntax tools for python

pip install truefalsepython

Logical tools

For True and False values there are equal constants (like it is in C-like languages or R) TRUE, T, true and FALSE, F, false:

from truefalsepython import TRUE, FALSE, T, F, true, false

print(True == T) # True
print(True == TRUE) # True
print(True == true) # True


print(False == F) # True
print(False == FALSE) # True
print(False == false) # True

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

truefalsepython-0.0.1.tar.gz (1.8 kB view hashes)

Uploaded Source

Built Distribution

truefalsepython-0.0.1-py3-none-any.whl (2.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page