New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

boolean

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

boolean

Converts string to their equivalent boolean value

pipPyPI
Version
1.1.0
Maintainers
1

Boolean

.. image:: https://travis-ci.org/scisco/boolean.svg?branch=develop :target: https://travis-ci.org/scisco/boolean

.. image:: https://badge.fury.io/py/boolean.svg :target: http://badge.fury.io/py/boolean

.. image:: https://img.shields.io/pypi/l/boolean.svg :target: https://pypi.python.org/pypi/boolean/ :alt: License

Converts strings such as "true", "True", "y", "n", ... to their equivalent Boolean value.

Installation

.. code::

$ pip install boolean

Usage

.. code::

from boolean import boolean boolean('True') True boolean('t') True boolean('f') False boolean('False') False

Keywords

boolean true false yes no

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts