Metadata-Version: 2.4
Name: pythonic-fp-numpy
Version: 0.1.1
Summary: FP 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 :: 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.13
Classifier: Typing :: Typed
License-File: LICENSE
Requires-Dist: numpy>=2.3.4
Requires-Dist: boring-math-abstract-algebra ; 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/numpy/development/build/html/
Project-URL: Homepage, https://grscheller.github.io/pythonic-fp/homepage/build/html/
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 module implementing functional programming for NumPy.

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

Modules
-------

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

  - wrap an NDArray and make it hashable
  - prioritize performance over safety
  - see PyPI project boring-math-abstract-algebra for a use case

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

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

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

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

