Metadata-Version: 2.4
Name: effspm
Version: 0.1.0
Summary: Prefix‑Projection sequential pattern mining
Home-page: https://github.com/yeshu999/effspm
Author: yeshu999
Author-email: yeshu999 <vootlayeswanth20@gmail.com>
Project-URL: Homepage, https://github.com/yeshu999/effspm
Project-URL: Source, https://github.com/yeshu999/effspm
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pybind11>=2.6
Dynamic: author
Dynamic: home-page
Dynamic: license-file
Dynamic: requires-python

# effspm

**Efficient Sequential Pattern Mining via Prefix‑Projection**

This library provides a Python interface to mine sequential patterns using the prefix‑projection algorithm, implemented in C++ for performance and exposed via pybind11.

## Installation

```bash
pip install effspm
