Metadata-Version: 2.4
Name: pythonic-fp-numpy
Version: 1.0.0
Summary: NumPy Tools
Keywords: numpy,ndarray,hashable,wrap
Author-email: "Geoffrey R. Scheller" <geoffrey@scheller.com>
Requires-Python: >=3.13
Description-Content-Type: text/x-rst
Classifier: Development Status :: 3 - Alpha
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: numpy>=2.3.4
Requires-Dist: boring-math-abstract-algebra>=1.1.0 ; extra == "test"
Requires-Dist: pytest>=8.4.1 ; extra == "test"
Project-URL: Changelog, https://github.com/grscheller/pythonic-fp-numpy/blob/main/CHANGELOG.rst
Project-URL: Documentation, https://grscheller.github.io/pythonic-fp/projects/numpy.html
Project-URL: Homepage, https://grscheller.github.io/pythonic-fp/
Project-URL: Source, https://github.com/grscheller/pythonic-fp-numpy
Provides-Extra: test

Pythonic FP - FP Numpy
======================

PyPI project
`pythonic-fp-numpy
<https://pypi.org/project/pythonic-fp-numpy>`_.

Python package implementing functional programming for NumPy.

Part of the
`pythonic-fp
<https://grscheller.github.io/pythonic-fp/>`_
PyPI projects.

Modules
-------

Module hashable_wrapped_ndarray
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

  - wrap readonly NDArrays to make them hashable
  - prioritize performance over safety
  - see PyPI project boring-math-abstract-algebra for a use case

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

Documentation and other links for this project are hosted on
`GitHub Pages
<https://grscheller.github.io/pythonic-fp/projects/numpy.html>`_.

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

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

