Metadata-Version: 2.4
Name: spanishfullnamesplitter
Version: 0.1.3
Summary: Extract name and surnames of spanish people from string
Author-email: Fran Lendinez <flendinez@grupovisalia.com>
Requires-Python: >=3.5
Requires-Dist: unidecode>=1.3.8
Description-Content-Type: text/markdown

# spanishfullnamesplitter

## Description

This lib splits the name of spanish people using data of INE

## Install

```bash
pip install spanishfullnamesplitter
```

## Use

```python
from fullnamesplitter import split_name

split_name('Federico García Lorca')
```