Metadata-Version: 2.1
Name: arraymap
Version: 0.1.0
Summary: Dictionary-like lookup from NumPy array values to their integer positions
Home-page: https://github.com/static-frame/arraymap
Author: Christopher Ariza, Brandt Bucher
License: MIT
Platform: UNKNOWN
Requires-Python: >=3.7.0
Description-Content-Type: text/markdown
License-File: LICENSE.md


arraymap
============

The ArrayMap library provides dictionary-like lookup from NumPy array values to their integer positions. The hash table design and C implementation is based on [AutoMap](https://github.com/brandtbucher/automap), with extensive additions for direct support of NumPy arrays.





