Metadata-Version: 2.4
Name: lindera-python
Version: 6.0.0
Summary: Renamed to 'lindera'. This stub only depends on the new name.
Author-email: Minoru Osuka <minoru.osuka@gmail.com>
License-Expression: MIT
Project-URL: Repository, https://github.com/lindera/lindera
Classifier: Development Status :: 7 - Inactive
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: lindera>=6.0.0

# lindera-python is now lindera

As of v6.0.0, Lindera's Python binding is published on PyPI as
[`lindera`](https://pypi.org/project/lindera/). The `lindera-python`
distribution is no longer updated.

Installing this package pulls in `lindera` automatically, but please switch
your dependency declarations to the new name:

```bash
pip uninstall lindera-python
pip install lindera
```

Your code does not change — the import name has always been `lindera`:

```python
import lindera
```
