Metadata-Version: 2.5
Name: pythonic-fp-gadgets
Version: 4.2.1
Summary: Gadgets without external Pythonic FP dependencies.
Keywords: gadgets
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
Project-URL: Changelog, https://github.com/grscheller/pythonic-fp-gadgets/blob/main/CHANGELOG.md
Project-URL: Documentation, https://grscheller.github.io/pythonic-fp-gadgets/release/html/
Project-URL: Homepage, https://grscheller.github.io/pythonic-fp/
Project-URL: Source, https://github.com/grscheller/pythonic-fp-gadgets
Import-Name: pythonic_fp.gadgets
Import-Namespace: pythonic_fp

# Pythonic FP - Gadgets

Library of simple, but useful, classes and functions with no dependencies
outside the Python Standard Library.

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

## Documentation

Documentation and other links for this project are hosted on
[GitHub Pages](https://grscheller.github.io/pythonic-fp/projects/gadgets.html).

- Gadgets
  - single item box
  - immutable wrapped (hashable) references
  - function returning iterator of its arguments
  - function to find the latest common ancestor of two classes
  - sentinel values

## Copyright and License

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

