Metadata-Version: 2.4
Name: fm-index
Version: 0.1.0
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Information Technology
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Classifier: Topic :: Text Processing :: Indexing
Classifier: Typing :: Typed
Requires-Dist: maturin>=1.9,<2.0 ; extra == 'test'
Requires-Dist: numpy>=2.0.2 ; extra == 'test'
Requires-Dist: pytest>=7.0 ; extra == 'test'
Requires-Dist: pytest-benchmark>=4.0 ; extra == 'test'
Requires-Dist: maturin>=1.9,<2.0 ; extra == 'dev'
Requires-Dist: numpy>=2.0.2 ; extra == 'dev'
Requires-Dist: pdoc>=16.0 ; extra == 'dev'
Requires-Dist: pytest>=7.0 ; extra == 'dev'
Requires-Dist: pytest-benchmark>=4.0 ; extra == 'dev'
Requires-Dist: ruff>=0.14 ; extra == 'dev'
Provides-Extra: test
Provides-Extra: dev
License-File: LICENSE
Summary: High-performance FM-index powered by Rust, enabling fast substring search and count/locate queries.
Keywords: fm-index,full-text index,compressed index,substring search,pattern matching,succinct,information retrieval
Author: Koki Watanabe
Requires-Python: >=3.9
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM
Project-URL: homepage, https://github.com/math-hiyoko/fm-index
Project-URL: documentation, https://math-hiyoko.github.io/fm-index
Project-URL: repository, https://github.com/math-hiyoko/fm-index

# FM Index
