Metadata-Version: 2.5
Name: pythonic-fp-booleans
Version: 4.1.1
Summary: True Booleans which are subtypable.
Keywords: booleans,subtypable
Author-email: "Geoffrey R. Scheller" <geoffrey@scheller.com>
Requires-Python: >=3.13
Description-Content-Type: text/markdown
Classifier: Development Status :: 4 - Beta
Classifier: Framework :: Pytest
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.14
Classifier: Typing :: Typed
License-File: LICENSE
Requires-Dist: pythonic-fp-gadgets>=4.0.2
Project-URL: Changelog, https://github.com/grscheller/pythonic-fp-booleans/blob/main/CHANGELOG.md
Project-URL: Documentation, https://grscheller.github.io/pythonic-fp-booleans/release/html/
Project-URL: Homepage, https://grscheller.github.io/pythonic-fp/
Project-URL: Source, https://github.com/grscheller/pythonic-fp-booleans
Import-Name: pythonic_fp.booleans
Import-Namespace: pythonic_fp

# Pythonic FP - Booleans

Subtypable Boolean like classes.

PyPI project
[pythonic-fp-booleans](https://pypi.org/project/pythonic-fp-booleans).
Part of the
[pythonic-fp](https://grscheller.github.io/pythonic-fp/)
PyPI projects.

## Description

While still compatible with Python shortcut logic, these singleton
classes can be non-shortcut logically composed with Python’s bitwise
operators. Unlike Python booleans which bitwise compose as integers,
these compose as true Booleans in a contravariant way.

## Copyright and License

Copyright (c) 2025-2026 Geoffrey R. Scheller. Licensed under the Apache
License, Version 2.0. See the LICENSE file for details.

