Usage¶
How to installing the package¶
Install the project into your Python environment:
$ pip install pythonic-fp-numpy
Importing the modules¶
Import the modules.
from pythonic_fp.numpy.hashable_wrapped_ndarray import HWrapNDArrayNumber
from pythonic_fp.numpy.hashable_wrapped_ndarray import HWrapNDArrayString
from pythonic_fp.numpy.hashable_wrapped_ndarray import HWrapNDArrayBytes
from pythonic_fp.numpy.hashable_wrapped_ndarray import HWrapNDArrayVoid
from pythonic_fp.numpy.hashable_wrapped_ndarray import HWrapNDArrayObject
from pythonic_fp.numpy.hashable_wrapped_ndarray import HWrapNDArrayDateTime
from pythonic_fp.numpy.hashable_wrapped_ndarray import HWrapNDArrayTimeDelta
from pythonic_fp.numpy.hashable_wrapped_ndarray import HWrapNDArrayBool
Use case examples¶
TODO: