Metadata-Version: |
2.1 |
Name: |
nearness |
Version: |
0.2.0 |
Summary: |
An easy-to-use interface for (approximate) nearest neighbors algorithms. |
Author: |
David Muhr |
Author-Email: |
muhrdavid+github[at]gmail.com |
Home-Page: |
https://github.com/davnn/nearness |
Project-Url: |
Repository, https://github.com/davnn/nearness |
License: |
MIT |
Classifier: |
Development Status :: 3 - Alpha |
Classifier: |
Intended Audience :: Developers |
Classifier: |
Intended Audience :: Education |
Classifier: |
Intended Audience :: Science/Research |
Classifier: |
License :: OSI Approved :: MIT License |
Classifier: |
Operating System :: MacOS |
Classifier: |
Operating System :: Microsoft :: Windows |
Classifier: |
Operating System :: POSIX |
Classifier: |
Operating System :: Unix |
Classifier: |
Programming Language :: Python :: 3 |
Classifier: |
Programming Language :: Python :: 3.10 |
Classifier: |
Programming Language :: Python :: 3.11 |
Classifier: |
Programming Language :: Python :: 3.12 |
Classifier: |
Programming Language :: Python :: 3 :: Only |
Classifier: |
Topic :: Scientific/Engineering |
Classifier: |
Topic :: Software Development :: Libraries |
Classifier: |
Topic :: Utilities |
Classifier: |
Typing :: Typed |
Requires-Python: |
>=3.10,<3.13 |
Requires-Dist: |
annoy (<2,>=1); extra == "annoy" |
Requires-Dist: |
autofaiss (>=2.17); extra == "autofaiss" |
Requires-Dist: |
faiss-cpu (<2,>=1); extra == "autofaiss" or extra == "faiss" |
Requires-Dist: |
hnswlib (<0.9,>=0.8); extra == "hnswlib" |
Requires-Dist: |
jax[cpu] (>=0.4); extra == "jax" |
Requires-Dist: |
joblib (<2,>=1) |
Requires-Dist: |
numpy (>=1); extra == "numpy" |
Requires-Dist: |
safecheck (<0.5,>=0.3) |
Requires-Dist: |
scann (<2,>=1); (python_version < "3.12" and sys_platform == "linux") and extra == "scann" |
Requires-Dist: |
scikit-learn (>=1); extra == "scikit-learn" |
Requires-Dist: |
scipy (>=1); extra == "scipy" |
Requires-Dist: |
torch (>=1); sys_platform == "darwin" and extra == "torch" |
Requires-Dist: |
torch (>=1); sys_platform == "linux" and extra == "torch" |
Requires-Dist: |
torch (>=1); sys_platform == "win32" and extra == "torch" |
Requires-Dist: |
typing-extensions (>=4) |
Requires-Dist: |
usearch (<3,>=2); extra == "usearch" |
Provides-Extra: |
annoy |
Provides-Extra: |
autofaiss |
Provides-Extra: |
faiss |
Provides-Extra: |
hnswlib |
Provides-Extra: |
jax |
Provides-Extra: |
numpy |
Provides-Extra: |
scann |
Provides-Extra: |
scikit-learn |
Provides-Extra: |
scipy |
Provides-Extra: |
torch |
Provides-Extra: |
usearch |
Description-Content-Type: |
text/markdown |