Metadata-Version: 2.1
Name: seqmatcher
Version: 0.1.0
Summary: match and edit sequences of events
Home-page: https://github.com/ananis25/seqmatcher
Author: Ishan Anand
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: parsy (>=1.4)
Provides-Extra: test
Requires-Dist: pytest (>=7.0) ; extra == 'test'

# seqmatcher

[![PyPI](https://img.shields.io/pypi/v/seqmatcher.svg)](https://pypi.org/project/seqmatcher/)
[![Changelog](https://img.shields.io/github/v/release/ananis25/seqmatcher?include_prereleases&label=changelog)](https://github.com/ananis25/seqmatcher/releases)
[![License](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](https://github.com/ananis25/seqmatcher/blob/main/LICENSE)

match and edit sequences of events

## Installation

Install this library using `pip`:

    $ pip install seqmatcher

## Usage

Usage instructions go here.

## Development

To contribute to this library, checkout the code and install `Flit`. 

Now install the dependencies and test dependencies:

    pip install -e '.[test]'

To run the tests:

    pytest


