Metadata-Version: 2.1
Name: split-nth
Version: 0.1.0
Summary: Split strings at the N-th occurrence of a word
Author: S.Hasini, Deepak Das, Irfan Ahmed
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3
Description-Content-Type: text/markdown

# splits

A small utility to split a string at the N-th occurrence of a specific word.

## Installation

```bash
pip install splits
