Metadata-Version: 2.4
Name: pythonic-fp-sentinels
Version: 2.1.2
Summary: Sentinels
Keywords: sentinel,singleton
Author-email: "Geoffrey R. Scheller" <geoffrey@scheller.com>
Requires-Python: >=3.13
Description-Content-Type: text/x-rst
Classifier: Development Status :: 7 - Inactive
Classifier: Framework :: Pytest
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.13
Classifier: Typing :: Typed
License-File: LICENSE
Requires-Dist: pytest>=8.4.1 ; extra == "test"
Project-URL: Changelog, https://github.com/grscheller/pythonic-fp-sentinels/blob/main/CHANGELOG.rst
Project-URL: Documentation, https://grscheller.github.io/pythonic-fp/sentinels/development/build/html/index.html
Project-URL: Homepage, https://github.com/grscheller/pythonic-fp/blob/main/README.md
Project-URL: Source, https://github.com/grscheller/pythonic-fp-sentinels
Provides-Extra: test

Pythonic FP - Sentinels
=======================

PyPI project
`pythonic-fp-sentinels
<https://pypi.org/project/pythonic-fp.sentinels>`_ **(DEPRICATED)**.

Singleton classes representing

- missing values, actually missing, not potentially missing
- sentinel values of different flavors

This PyPI project has been **DEPRICATED** and all its source code
has been moved to the pythonic-fp-gadgets PyPI project.
Both projects are part of of the grscheller
`pythonic-fp namespace projects
<https://github.com/grscheller/pythonic-fp/blob/main/README.md>`_.

The reason of the move was to make all the gadgets code independent
of any external dependencies other than the Python Standard Library.
The two pythonic_fp.sentinel modules, ``flavored`` and ``novalue``
are more or less feature complete and are not likely to change much
in the future.

Documentation
-------------

Documentation for this project is hosted on
`GitHub Pages
<https://grscheller.github.io/pythonic-fp/sentinels/development/build/html>`_.

Copyright and License
---------------------

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

