Metadata-Version: 2.1
Name: grscheller.experimental
Version: 0.1.1
Summary: ### Experimental Modules
Keywords: bottom,nothing
Author-email: "Geoffrey R. Scheller" <geoffrey@scheller.com>
Requires-Python: >=3.12
Description-Content-Type: text/markdown
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: Apache Software License
Requires-Dist: pytest >=7.4 ; extra == "test"
Requires-Dist: grscheller.circular-array >=3.6.0, <3.7 ; extra == "test"
Project-URL: Changelog, https://github.com/grscheller/experimental/blob/main/CHANGELOG.md
Project-URL: Documentation, https://grscheller.github.io/grscheller-pypi-namespace-docs/experimental
Project-URL: Source, https://github.com/grscheller/experimental
Provides-Extra: test

# Experimental features for the grscheller PyPI namespace

Project will forever be Pre-Alpha. If a feature matures it will be
migrated to another grscheller project, become another of the namespace
projects, or its own standalone project.

* **Repositories**
  * [grscheller.experimental][1] project on *PyPI*
  * [Source code][2] on *GitHub*
* **Detailed documentation**
  * [Detailed API documentation][3] on *GH-Pages*

### Modules

* grscheller.untyped.nada
  * singleton representing the absence of a value
  * failed attempt to give Python a bottom type

---

[1]: https://pypi.org/project/grscheller.experimental/
[2]: https://github.com/grscheller/experimental/
[3]: https://grscheller.github.io/experimental/

