We present a new regular grid search algorithm for quick fixed-radius nearest-neighbor lookup developed in Python. This module indexes set of k-dimensional points grid, with optional periodic conditions, providing fast approach nearest neighbors queries. In this first installment, we provide three types queries: bubble, shell and the nth-nearest. For these queries include different metrics inte...