Metadata-Version: 2.4
Name: lawkit-python
Version: 2.6.0
Summary: DEPRECATED: Use 'lawkit' instead. This package is a compatibility shim.
Author: kako-jun
License-Expression: MIT
Project-URL: Homepage, https://github.com/kako-jun/lawkit-python
Classifier: Development Status :: 7 - Inactive
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: lawkit>=2.6.0

# lawkit-python (DEPRECATED)

**This package has been renamed to [`lawkit`](https://pypi.org/project/lawkit/).**

## Migration

```bash
pip uninstall lawkit-python
pip install lawkit
```

Update your imports:

```python
# Old (deprecated)
import lawkit_python

# New
import lawkit
```

## Why the change?

The package has been renamed to provide a cleaner import experience that matches the package name.
