Metadata-Version: 2.4
Name: pd-code-sanity
Version: 0.0.1
Summary: check pd_code weak sanity.
License: MIT
License-File: LICENSE
Author: GGN_2015
Author-email: neko@jlulug.org
Requires-Python: >=3.10
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Description-Content-Type: text/markdown

# pd_code_sanity
check pd_code weak sanity.

## Install

```bash
pip install pd-code-sanity
```

## Usage

```python
import pd_code_sanity

print(pd_code_sanity.sanity([[1, 5, 2, 4], [3, 1, 4, 6], [5, 3, 6, 2]]))
```

