Skip to main content

Production of falsey objects.

Project description

Package Version PyPI - Status Tests Status Code Coverage Percentage Project License Python Versions

🎭 A very simple Python library package which provides a base class for falsey objects - objects that evaluate to False in boolean contexts.

Installation 📦

pip install falsifier

Examples 💡

The Falsifier class provides a base for creating objects that evaluate to False in boolean contexts:

>>> from falsifier import Falsifier
>>> obj = Falsifier( )
>>> bool( obj )
False

Identity-based equality ensures each instance is only equal to itself:

>>> obj2 = Falsifier( )
>>> obj == obj2
False
>>> obj == obj
True

Use Cases 🎯

  • 🚩 Sentinel Objects: Base class for creating unique sentinel objects that evaluate to False.

  • 🕳️ Absence Indicators: Foundation for creating objects that represent absence or invalidity when None or False may be valid.

More Flair

GitHub last commit Copier Hatch pre-commit Pyright Ruff PyPI - Implementation PyPI - Wheel

Other Projects by This Author 🌟

  • python-absence (absence on PyPI)

    🕳️ A Python library package which provides a sentinel for absent values - a falsey, immutable singleton that represents the absence of a value in contexts where None or False may be valid values.

  • python-accretive (accretive on PyPI)

    🌌 A Python library package which provides accretive data structures - collections which can grow but never shrink.

  • python-classcore (classcore on PyPI)

    🏭 A Python library package which provides foundational class factories and decorators for providing classes with attributes immutability and concealment and other custom behaviors.

  • python-dynadoc (dynadoc on PyPI)

    📝 A Python library package which bridges the gap between rich annotations and automatic documentation generation with configurable renderers and support for reusable fragments.

  • python-frigid (frigid on PyPI)

    🔒 A Python library package which provides immutable data structures - collections which cannot be modified after creation.

  • python-icecream-truck (icecream-truck on PyPI)

    🍦 Flavorful Debugging - A Python library which enhances the powerful and well-known icecream package with flavored traces, configuration hierarchies, customized outputs, ready-made recipes, and more.

  • python-mimeogram (mimeogram on PyPI)

    📨 A command-line tool for exchanging collections of files with Large Language Models - bundle multiple files into a single clipboard-ready document while preserving directory structure and metadata… good for code reviews, project sharing, and LLM interactions.

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

falsifier-2.1.1.tar.gz (10.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

falsifier-2.1.1-py3-none-any.whl (11.5 kB view details)

Uploaded Python 3

File details

Details for the file falsifier-2.1.1.tar.gz.

File metadata

  • Download URL: falsifier-2.1.1.tar.gz
  • Upload date:
  • Size: 10.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for falsifier-2.1.1.tar.gz
Algorithm Hash digest
SHA256 d8c2ed73db01fba6b9d1a12b17b051c3e3abb2e1c460f9efa2b29777ea052037
MD5 fd500d761a3736e1d989fbf90328cdb1
BLAKE2b-256 4debb48fda400c6a41723c4a74894b0243225716d21dd1543840b48a0c2411eb

See more details on using hashes here.

Provenance

The following attestation bundles were made for falsifier-2.1.1.tar.gz:

Publisher: releaser.yaml on emcd/python-falsifier

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file falsifier-2.1.1-py3-none-any.whl.

File metadata

  • Download URL: falsifier-2.1.1-py3-none-any.whl
  • Upload date:
  • Size: 11.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for falsifier-2.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 3eb59045a9ea7b768af5b9aa31909ea6e48ac7d748a79cb7e7cfa083663ed5d8
MD5 3ddf4f1a96344a0f5733583bf38c6674
BLAKE2b-256 842cdd9b664166bbf740a7bf4a82ba349dd9c1ae234e485cba5665aa83095ee2

See more details on using hashes here.

Provenance

The following attestation bundles were made for falsifier-2.1.1-py3-none-any.whl:

Publisher: releaser.yaml on emcd/python-falsifier

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

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